ModernUO/Projects/UOContent.Tests
Kamron Batman 89815ad4d3
feat: Updates to Serialization Generator v2.2 (#1157)
* Adds `SerializationProperty` - This will generate the private variable for serialization. Also provides an option `useField` to specify your own. Example:
  ```cs
  [SerializationProperty(0, useField: nameof(_resource)]
  ```
2022-09-04 08:45:27 -07:00
..
Fixtures fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00
Tests fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
UOContent.Tests.csproj feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00