Niels Swimberghe
Niels Swimberghe
It's not abandoned, I need help moving this forward.
@typescript-bot Who do I ask for help?
I assume we want to enable forward-compatible enums by default, so I coded it that way. Is there a way to change existing users' generator files so we can set...
I did not test whether the old enum serializer still works. I did test the new enum serializer manually. Is there a way to include tests for our serializer?
All feedback should be addressed now.
I reseeded with latest from main
What I've resorted to is to do generate the tests with `.UsingDefaults()` which is a method where I handwrite all the defaults. ```csharp Assert.That( response, Is.EqualTo(JsonUtils.Deserialize(mockResponse)).UsingDefaults() ); ``` But really,...
Yes, I would be willing to try. Any pointers appreciated tho!
@OsirisTerje No, I haven't had time to work on this.
> It's not a big problem to move these types into a separate namespace, but because it's a breaking change, I should think about how I can help users who...