XObjectsCore 3.3.0

.NET Standard 2.0
dotnet add package XObjectsCore --version 3.3.0
NuGet\Install-Package XObjectsCore -Version 3.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XObjectsCore" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XObjectsCore --version 3.3.0
#r "nuget: XObjectsCore, 3.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XObjectsCore as a Cake Addin
#addin nuget:?package=XObjectsCore&version=3.3.0

// Install XObjectsCore as a Cake Tool
#tool nuget:?package=XObjectsCore&version=3.3.0

LinqToXsdCore Release Notes

Version 3.3.0

Nuget packages:

LinqToXsdCore 3.2.1 and XObjectsCodeGen 3.2.1 (no changes to XObjectsCore)

Nuget packages:

LinqToXsdCore 3.2.0, XObjectsCore 3.2.0 and XObjectsCodeGen 3.2.0

Nuget packages:

LinqToXsdCore 3.1.0 and XObjectsCore 3.1.0

Nuget packages:

  • https://www.nuget.org/packages/LinqToXsdCore/3.1.0
  • https://www.nuget.org/packages/XObjectsCore/3.1.0
    • Fixed a enum type generation bug that occurs when referencing locally defined enum types.
    • Also fixed another one enum generation bug for multiple inline enum types defined with the same name; the XSD spec allows for multiple inline enum types to share the same name so long as they're not defined in the same complex type or element, and are not global types.
    • Fixed an issue with ambiguous types where an element is a base type and a derrived type is used.

LinqToXsdCore 3.0.1 and XObjectsCore 3.0.1

Nuget packages:

LinqToXsdCore 3.0.0.12 and XObjectsCore 3.0.0.11

Nuget packages:

  • https://www.nuget.org/packages/LinqToXsdCore/3.0.0.12
  • https://www.nuget.org/packages/XObjectsCore/3.0.0.11
    • When a group of XSD files or a folder of them all import or include each other, LinqToXsd cannot decide which one to use as the entry point for code generation, so now the CLI throws an exception when that condition is met while trying to resolve which XSD file to use.
    • Reverts "Avoid type name conflicts in generated code" from previous release, as it broke the code generation of the BuildWrapperDictionary() method generated inside the LinqToXsdTypeManager; it adds typeof(void) expressions, which breaks untyped XElement type conversion. Previous (and correct) behavior was to add typeof(T) expressions where T was the generated complex or global element type.
    • Fixes an issue whereby setting a string value to an attribute whose type was AnyAtomicType resulted in an error.
    • Fixes an issue when using the static Parse() or Load() methods on an internal generated type.

LinqToXsdCore 3.0.0.11 and XObjectsCore 3.0.0.10

Nuget packages:

XObjectsCore 3.0.0.9

Nuget packages:

Added XTypedElementEqualityComparer and XTypedElementDeepEqualityComparer classes that implement IEqualityComparer{T} for the XTypedElement class.

LinqToXsdCore 3.0.0.10 and XObjectsCore 3.0.0.8

Nuget packages:

Modified the behaviour of retrieving the value of an attribute, when the schema type is anyAtomicType (which is the default for attributes when no type is given). The value literal is now returned as a string (pre-existing behaviour would throw an exception saying that anyAtomicType is not a supported conversion to the CLR type 'string').

XObjectsCore 3.0.0.7

Nuget packages:

LinqToXsdCore 3.0.0.9 and XObjectsCore 3.0.0.6

Nuget packages:

LinqToXsdCore 3.0.0.8

Nuget packages:

XObjectsCore 3.0.0.5 and LinqToXsdCore 3.0.0.7

Nuget packages:

XObjectsCore 3.0.0.4 and LinqToXsdCore 3.0.0.6

Nuget packages:

Fixes a bug that caused XTypedElement.Clone() to fail when generated code had the internal visibility modifier. This manifested in the CLI tool, when attempting to use it to generate an example configuration file linqtoxsd config 'file.xsd' -e.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on XObjectsCore:

Package Downloads
WorkSharp.Wws.Core

Provides common classes for the WorkSharp WWS endpoint packages.

SubSolution.Builders

Library used to build solutions from SubSolution configurations (.subsln files).

XSDLib

A library for reading XSD files (supports W3C XSD 1.0)

SWIDFromXSD

C# Objects generated from XSD schema published alongside ISO/IEC 19770-2:2015 Software identification tag. Includes SWID Tag Extensions from NISTIR 8060. Also some utility functions for extracting hash attributes.

XObjectsCodeGen

The XObjectsCodeGen provides code generation facilities, and is consumed by the LinqToXsdCore command line tool; use the LinqToXsdCore to generate code, and link to the XObjectsCore nuget package to consume the generated code in your shipping app or library. Original Authors: Microsoft Corporation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0 15,548 3/28/2022
3.2.0 163,422 2/15/2021
3.1.0 2,729 5/3/2020
3.0.1 1,382 3/15/2020
3.0.0.11 355 3/11/2020
3.0.0.10 382 3/5/2020
3.0.0.9 362 3/3/2020
3.0.0.8 450 2/14/2020
3.0.0.7 945 1/28/2020
3.0.0.6 641 1/18/2020
3.0.0.5 489 10/1/2019
3.0.0.4 376 9/27/2019
3.0.0.3 412 8/20/2019
3.0.0.2 496 6/7/2019