No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
miniduikboot 760226ea13
Some checks failed
CI / build (push) Has been cancelled
Fix EnumDumper to output numeric values (#5)
* Fix EnumDumper to output numeric values

The JsonStringEnumConverter was converting enum values to their string
names during serialization. Fixed by converting enum values to their
underlying integer values before serialization.

* Bump version
2026-09-04 20:31:31 +02:00
.github/workflows Bump versions in gh actions workflow 2025-12-09 22:36:26 +01:00
Dumpostor Fix EnumDumper to output numeric values (#5) 2026-09-04 20:31:31 +02:00
.editorconfig Initial 2023-11-21 18:43:38 +01:00
.gitignore Initial 2023-11-21 18:43:38 +01:00
build.cake Initial 2023-11-21 18:43:38 +01:00
Dumpostor.sln Initial 2023-11-21 18:43:38 +01:00
LICENSE Initial 2023-11-21 18:43:38 +01:00
nuget.config Initial 2023-11-21 18:43:38 +01:00
README.md Initial 2023-11-21 18:43:38 +01:00

Dumpostor

Data dumping tool for Impostor.