Joshua Marner
Joshua Marner
Marking 4.0.0 as the current release.
Remove `Model` from helper as discussed here: https://github.com/elmish/Elmish.WPF/pull/523#discussion_r1019785533
I have a project that treats warning as errors. This should suppress the warning when there is oneof case with only a fixed size property inside of it.
I was getting lots of unused single case DU's for optional fields in my generated output. This should remove them. Tests run successfully.
Get the following error when starting the app with [JSON Transcoding](https://learn.microsoft.com/en-us/aspnet/core/grpc/json-transcoding?view=aspnetcore-7.0) enabled in .net 7: ``` warn: Microsoft.AspNetCore.Grpc.JsonTranscoding.Internal.Binding.JsonTranscodingServiceMethodProvider[2] Error getting service descriptor for BarServer.BarServerService. System.InvalidOperationException: Get not find Descriptor property...
I got `error : This file contains proto3 optional fields, but --experimental_allow_proto3_optional was not set.` when trying to build a project using this dependency on a linux Docker container. Looking...
This seems to be an issue with protoc versions before 3.14 or so not supporting the `optional` keyword. The linux binary was older than the rest. This brings all of...
Add helpers for threading WIP - could use some input on the best way to do this.