Dalamud/Dalamud.Test
karashiiro 66a04cb45d Fix edge case in GameVersion and refactor
- Test coverage has been added for the entire class, and verbose/redundant code has been refactored
- Fixes JSON serialization: JsonConstructor requires that the ctor parameters match fields/properties of the target class.
Previously, this meant that the JSON constructor would always throw an ArgumentNullException, as `Input` was not a class property.
2024-03-13 21:40:25 -07:00
..
Game Fix edge case in GameVersion and refactor 2024-03-13 21:40:25 -07:00
Dalamud.Test.csproj Fix edge case in GameVersion and refactor 2024-03-13 21:40:25 -07:00
LocalizationTests.cs fix: event naming style in DalamudPluginInterface.cs (closes #458) 2021-08-23 08:30:23 +02:00