issues
search
mamift
/
LinqToXsdCore
LinqToXsd ported to .NET Core (targets .NET Standard 2 for generated code and .NET Core 3.1, .NET 5+ for the code generator CLI tool).
Microsoft Public License
44
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Attribute with fixed enum value + default/fixed values for elements
#69
jods4
closed
4 months ago
10
Fixed enum values are generated as string, code does not compile
#68
jods4
closed
4 months ago
0
.net 8 version of the tool?
#67
jhancock-taxa
opened
5 months ago
1
Support DataAnnotations?
#66
jhancock-taxa
closed
4 months ago
2
Don't generate static XName fields for inherited properties
#65
jods4
closed
9 months ago
0
Preserve DateTimeOffset Timezone on validated elements
#64
jods4
closed
9 months ago
3
[regression in v3.4.3+] error CS0108: OneField of ParentType hides inherited member OneField of ChildType
#63
hieu-informatics
closed
9 months ago
1
Updated release notes for 3.4.4
#62
mamift
closed
10 months ago
0
Test cases and fixes for DateOnly bugs
#61
jods4
closed
10 months ago
3
Support for XSD nillable and xsi:nil="true"
#60
jods4
closed
10 months ago
5
DateTimeOffset support
#59
jods4
closed
10 months ago
1
Schema versioning?
#58
mamift
opened
11 months ago
0
Release 3.4.2
#57
mamift
closed
1 year ago
0
Updated 3dps schema library.
#56
mamift
closed
1 year ago
0
Split out the LinqToXsd.Schemas into individual schema libraries
#55
mamift
closed
1 year ago
0
Parsing error when nullable elements with empty value and "xsi:nil"=true attribute
#54
sloncho
closed
10 months ago
3
Nice to have: Load and Parse overloads with LoadOptions
#53
sloncho
opened
1 year ago
0
No globa:: prefix for BuildWrapperDictionary
#52
mamift
opened
1 year ago
0
Split files and dateonly
#51
jods4
closed
1 year ago
6
Split files and dateonly
#50
jods4
closed
1 year ago
6
Added HR-XML schemas
#49
mamift
closed
1 year ago
0
Integrate core xml.xsd into the LinqToXsdCore library
#48
mamift
opened
1 year ago
0
LinqToXsd config -e file.xsd does not gather all sub-namespaces
#47
mamift
opened
1 year ago
0
Adds more more sample XSD files; also adds the NullableReferences element to generated config file
#46
mamift
closed
1 year ago
0
Generated code doesn't compile if an element is named Content
#45
Guymestef
opened
2 years ago
3
error CS1061: 'object' does not contain a definition for 'TypeDefinition'
#44
Joebeazelman
opened
2 years ago
8
Eager/deferred/lazy?
#43
MarkNicholls
opened
2 years ago
1
maxOccurs="unbounded", is not respected for elements in choice block
#42
ttjorvi
opened
2 years ago
0
Missing null check in a ToXTypedElement of XTypedServices.cs
#41
ttjorvi
opened
2 years ago
0
Fixes a code generation bug with functional constructors that accept a string value for an inner enum type
#40
mamift
closed
2 years ago
0
Re-enabled .NET Core 3.1 as a runtime target for the LinqToXsdCore global CLI tool; also enabled .NET 5 as a runtime target
#39
mamift
closed
2 years ago
0
Composite content model code is not generated.
#38
rvuistin
closed
1 year ago
0
The content model inheritance is broken for types derived by restriction.
#37
rvuistin
closed
1 year ago
0
Fix content model and enum related bugs.
#36
rvuistin
closed
2 years ago
9
Null Reference Exception with ILinqToXsdTypeManager
#35
lucky85008
opened
3 years ago
2
Implemented code generation splitting by either namespace name or individual class name
#34
mamift
closed
2 years ago
1
Empty namespace is not mapped when generating config file
#33
auliere
opened
3 years ago
1
Modify the LinqToXsd program such that it will emit one xml namespace to one corresponding c# file.
#32
chiefengineer
opened
3 years ago
13
Duplicate enums are not generated
#31
auliere
opened
3 years ago
6
Codegen bugs
#30
jods4
opened
3 years ago
1
Nullables
#29
jods4
closed
3 years ago
3
Fix: can't pass null to a setter with validation
#28
jods4
closed
3 years ago
0
Remove CodeDom dependency from runtime
#27
jods4
closed
3 years ago
0
Streaming?
#26
jods4
closed
3 years ago
2
Fix bad codegen, string should be XName
#25
jods4
closed
3 years ago
0
XObjectsCore references CodeDom
#24
jods4
closed
3 years ago
4
Cache XNames
#23
jods4
closed
3 years ago
1
Impossible to set nullable properties to null
#22
jods4
closed
3 years ago
5
Fix: enums should be considered value types
#21
jods4
closed
3 years ago
2
Bug: optional enums
#20
jods4
closed
3 years ago
3
Next