You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support .net core 3 (#167)
target .net core 3.1 instead of .net core 2.1
upgrade .net core sdk to 3.1
use `paket` and `dotnet mergenupkg` as local tool
support json format on flat schema, reenable json tests (#60)
Support json as format using a flat schema
reenable json tests:
- `proto schema with collection` test is skipped, expected to not work
- `proto schema with just fields (flat)` test is reenabled
- added scala json interop
- sanity check scala -> json -> scala
- scala -> json -> .net
- .net -> json -> scala