Commit e8cde79
Fixes bug of missing overload API for XSimpleList<T> for default values for sequences of elements of simple types (#86)
* attribute list type examples.
* updated list examples.
* API additional change: added overload for default values for xtypedlist<t>.
* Split attributes examples into 2 files.
* Added element list, with default, examples. Generated code.
* trying to find provenance of this non-deterministic error that sometimes happens during test runs...
* added test for ListTypeWithDefaults.xsd
* updated version and release notes.
* Update XObjectsCore/API/XList.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update XObjectsCore/API/XSimpleList.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update XObjectsCore/API/XSimpleList.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* wrong list syntax, it's spaces not commas.
* Updated attr tests.
* Turned off qualified namespace elements.
* the static property for holding default values is now internal instead of private.
* Added tests for default values for sequenecs of simple element types.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 5bb8696 commit e8cde79
17 files changed
Lines changed: 2547 additions & 15 deletions
File tree
- LinqToXsd.Schemas/XsdFeatureTests
- Attributes
- Elements
- LinqToXsd/Properties
- XObjectsCode/Src
- XObjectsCore
- API
- Extensions
- XObjectsTests/XsdFeatureTests
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments