An open API service indexing awesome lists of open source software.

https://github.com/mgrosperrin/portable-object

.NET PortableObject libraries
https://github.com/mgrosperrin/portable-object

dotnet-standard gettext i18n localization portable-object

Last synced: 5 months ago
JSON representation

.NET PortableObject libraries

Awesome Lists containing this project

README

          

MGR.PortableObject libraries
============================

This project contains various .NET implementation of PortableObject related items:

- a catalog implementation
- a .po file parser

_**Build status**_

[![Build status][build_status-main-img]][build_status-main-url]

***MyGet*** *(preview bits)*:

| MAF.PortableObject | [![MyGet package version][myget-po_img]][myget-po_url] | [![Number of MyGet downloads][mygetDownload-po_img]][mygetDownload-po_url] |
|-|-|-|
| **MAF.PortableObject.Parsing** | [![MyGet package version][myget-parsing_img]][myget-parsing_url] | [![Number of MyGet downloads][mygetDownload-parsing_img]][mygetDownload-parsing_url] |

***Nuget***:

| MAF.PortableObject | [![NuGet package version][nuget-po_img]][nuget-po_url] | [![Number of NuGet downloads][nugetDownload-po_img]][nugetDownload-po_url] |
|-|-|-|
| **MAF.PortableObject.Parsing** | [![NuGet package version][nuget-parsing_img]][nuget-parsing_url] | [![Number of NuGet downloads][nugetDownload-parsing_img]][nugetDownload-parsing_url] |

[![Number of open issues][github-issues_img]][github-issues_url]
[![Number of open PR][github-pr_img]][github-pr_url]

# How to use the library?
[See this article to learn how to use the parser.](docs/parse-file.md)


[build_status-main-url]: https://github.com/mgrosperrin/portable-object/actions/workflows/ci.yml
[build_status-main-img]: https://github.com/mgrosperrin/portable-object/actions/workflows/ci.yml/badge.svg
[myget-po_url]: https://www.myget.org/feed/mgrosperrin/package/nuget/MGR.PortableObject/
[myget-parsing_url]: https://www.myget.org/feed/mgrosperrin/package/nuget/MGR.PortableObject.Parsing/
[myget-po_img]: https://img.shields.io/myget/mgrosperrin/vpre/MGR.PortableObject.svg
[myget-parsing_img]: https://img.shields.io/myget/mgrosperrin/vpre/MGR.PortableObject.Parsing.svg
[mygetDownload-po_url]: https://www.myget.org/feed/mgrosperrin/package/nuget/MGR.PortableObject/
[mygetDownload-parsing_url]: https://www.myget.org/feed/mgrosperrin/package/nuget/MGR.PortableObject.Parsing/
[mygetDownload-po_img]: https://img.shields.io/myget/mgrosperrin/dt/MGR.PortableObject.svg
[mygetDownload-parsing_img]: https://img.shields.io/myget/mgrosperrin/dt/MGR.PortableObject.Parsing.svg
[nuget-po_url]: https://www.nuget.org/packages/MGR.PortableObject/
[nuget-parsing_url]: https://www.nuget.org/packages/MGR.PortableObject.Parsing/
[nuget-po_img]: https://img.shields.io/nuget/v/MGR.PortableObject.svg
[nuget-parsing_img]: https://img.shields.io/nuget/v/MGR.PortableObject.Parsing.svg
[nugetDownload-po_url]: https://www.nuget.org/stats/packages/MGR.PortableObject?groupby=Version
[nugetDownload-parsing_url]: https://www.nuget.org/stats/packages/MGR.PortableObject.Parsing?groupby=Version
[nugetDownload-po_img]: https://img.shields.io/nuget/dt/MGR.PortableObject.svg
[nugetDownload-parsing_img]: https://img.shields.io/nuget/dt/MGR.PortableObject.Parsing.svg
[github-issues_img]: http://img.shields.io/github/issues/mgrosperrin/portable-object.svg
[github-issues_url]: https://github.com/mgrosperrin/portable-object/issues
[github-pr_img]: http://img.shields.io/github/issues-pr/mgrosperrin/portable-object.svg
[github-pr_url]: https://github.com/mgrosperrin/portable-object/pulls