Commit graph

11 commits

Author SHA1 Message Date
goat
9d4bc95f7d initial net9 port 2024-11-14 01:08:07 +01:00
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
goat
8a2ba70cc3
chore: upgrade projects to net8 2023-11-14 20:23:02 +01:00
goat
05e3330789
chore: upgrade all projects to .NET 7 2022-12-07 22:59:44 +01:00
goaaats
a43b5f8438
chore: upgrade projects to net6.0 2022-03-28 17:28:32 +02:00
Raymond Lynch
658eedca37 Magic the magic happen 2021-07-11 16:32:32 -04:00
goat
3decb57b2c refactor: Dalamud.Game.Chat => Dalamud.Game.Text, move Sanitizer 2021-04-04 21:54:24 +02:00
kalilistic
c0490ea181 Merge branch 'master' into sanitizer 2021-04-04 10:57:39 -04:00
kalilistic
6770dce503 refactor: switch to xunit 2021-04-04 10:47:30 -04:00
kalilistic
4504bb049f feat: add sanitizer 2021-04-04 09:20:07 -04:00
kalilistic
4a354ad17e add unit test project 2021-04-03 09:15:15 -04:00