Manuel
Manuel
An example snippet of generated code: ```c# public partial ObjectsMapperBenchmark.SpotifyAlbum? Map(ObjectsMapperBenchmark.SpotifyAlbumDto? spotifyAlbumDto) { if (spotifyAlbumDto == null) return default; var target = new ObjectsMapperBenchmark.SpotifyAlbum(); target.AlbumType = spotifyAlbumDto.AlbumType; if (spotifyAlbumDto.Artists !=...
This is being tracked in https://github.com/dotnet/roslyn/issues/61204. There are also some open issues about the poor performance of `NormalizeWhitespace`, as it is being used more often in source generators for a...
Hi and thanks for your feature request. We understand your use case and added it to our backlog, albeit with a lower priority. In the meantime, you could achieve this...
Hi and sorry that Kreya isn't installing correctly on your system. Could you share any relevant Windows Event Log entries? I suspect the error is related to the WebView2 detection/installation....
Thanks for your update, happy that it worked for you. I'll keep this issue open, as we plan to improve the setup and installation of WebView2 a bit.
We understand the use case. However, since this is quite an advanced feature, it will likely take some time until this is implemented.
Sadly, this is a bug in one of our dependencies: https://github.com/protobuf-net/protobuf-net/issues/833. It fails to parse the protobuf definition correctly. As a workaround, you could remove the options from the protobuf...
Thanks for you feature request. Highlighting deleted RPCs or providing a custom dialog to remove them are probably the way to go. We added this to our roadmap, but I...
For my understanding: You have a `.crt` file which contains two certificates (certificate + intermediary) plus a `.key` file which contains the private key? Or do you have a single...
Unfortunately, this is more compliated than we initially thought. A workaround would be to add the intermediate certificate to the OS certificate store (either on the client or on the...