Coder Social home page Coder Social logo

jerone / ublsharp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ublsharp/ublsharp

0.0 1.0 0.0 2.52 MB

C# / .NET / XML library for working with OASIS UBL 2.0/2.1 documents

Home Page: https://github.com/UblSharp/UblSharp

License: Other

PowerShell 0.06% C# 99.94%

ublsharp's Introduction

UblSharp

Build status MyGet NuGet

UblSharp is a C# / .NET / XML library for working with OASIS UBL 2.0 and 2.1 documents.

It supports all .NET full framework versions from .NET 2.0 - 4.6 and .NET Standard 1.0 and higher. See 'Available packages' below for a table of available packages and framework compatibility.

Installation

Use the nuget packages. See the table below for an overview of available packages.

For example, using the Visual Studio package manager console:

Install-Package UblSharp
Install-Package UblSharp.Validation

Or using the dotnet cli:

dotnet add package UblSharp

Available packages

Package .NET Support Description
UblSharp net20 - net46,
netstandard1.0+
Contains all UBL 2.0/2.1 common, aggregate and document types, annotated with System.Xml.* attributes. Also contains some basic serialization functions.
UblSharp.Validation net20 - net46, netstandard2.0 Contains validation functions to validate XML documents and UblSharp (.NET) objects using the OASIS UBL 2.1 xsd specifications.
UblSharp.SEeF net20 - net46,
netstandard1.0+
Additional types to support the UBL extension 'Standaard Energie eFactuur'.
UblSharp.Generator.Core net46 The code generator library used to generate C# classes from XSD schemas.

We can't support validation on netstandard1.0, because System.Xml.Schema and validation is only available on desktop .net and netstandard2.0 and higher.

Credits

License

The MIT License (MIT)

ublsharp's People

Contributors

remcoros avatar alberthoekstra avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.