-
While developing a msgpack serializer sample for this repo, I tried running Live Unit Testing under Visual Studio. It failed. The build log showed this:
```
15:58:32.349 3>TypeShape.Tests.FSha…
-
### Is your feature request related to a problem? Please describe.
Possible to replace the json.net newtonsoft dependency with System.text.json
-
We should at least consider adding a trim-friendly attribute to MessagePack and add the analyzers necessary to ensure proper execution under NativeAOT.
See these resources:
- https://devblogs.mic…
-
## TL;DR;
When handling polymorphism in System.Text.Json, the generator should emit ``JsonPolymorphic`` and ``JsonDerivedType``.
## Background
I have been using System.Text.Json as a target li…
-
_versions:_
Type Extension Name Version
core @microsoft.azure/autorest-core 2.0.4387
extension @microsoft.azure/autorest.csharp 2.3.82
exte…
-
The xml doc comment on the `Rank` property suggests that it is non-zero only for arrays:
https://github.com/eiriktsarpalis/typeshape-csharp/blob/fcbaf23466f745a37ef2e892b3e660afe5f69d43/src/TypeSha…
-
#29 sparked my interest. I would be interest how fast this serializer is compare to the fastest Serializer for Unity I am aware of:
https://github.com/neuecc/MessagePack-CSharp
-
When the new Roslyn tokenizer is enabled in the compiler, it also requires a `CSharpParseOptions` to be provided. Currently the IDE does not serialize this information across the wire, so the language…
-
Due to better performance of System.Text.Json comparing to Newtonsoft.Json especially in .net5 it would be great to add possibility to user to inject desired serializer or to add some enum value for i…
-
##### Description
'csharp' and 'csharp-dotnet2' codegens are obsolete to say the least. While i do like very much what other parts of swagger-codegen-cli generate (as its default conventions and in…