ModernUO/Projects/Server.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 feat(expansions): Adds expansion.json and loads expansions dynamically (#798) 2021-09-23 20:28:43 -07:00
Helpers fix: Streamlines gump compilation (#969) 2022-03-22 23:46:10 -07:00
Tests fix: Adds expansion specific mobile status version (#1145) 2022-08-22 21:04:59 -07:00
SequentialTestCollectionDefinition.cs Fixes leaking tests (#231) 2020-09-06 14:16:57 -07:00
Server.Tests.csproj feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00