Matthew Adams · @ythos
239 followers · 702 posts · Server dotnet.social

We've shipped a new version of Corvus github.com/corvus-dotnet/Corvu

This has a number of updates, the most significant of which is stable ordering of property names in e.g. Create() methods.

While this is not technically a breaking change, because the ordering was unstable before, it is more-or-less guaranteed to break your code if you relied on property ordering rather than naming.

Recommendation: explicitly specify your parameter names on calls to Create() before you regenerate.

#JsonSchema

Last updated 1 year ago

gregsdennis · @gregsdennis
36 followers · 283 posts · Server dotnet.social

json-everything.net/json-schem has now been updated to include the new C# code generation functionality provided by JsonSchema​.Net.CodeGeneration!

Try it out!

#JsonSchema

Last updated 1 year ago

gregsdennis · @gregsdennis
36 followers · 282 posts · Server dotnet.social

Announcing the first release of JsonSchema​.Net.CodeGeneration! (Basic) C# code generation from !

nuget.org/packages/JsonSchema.

Read the docs: docs.json-everything.net/schem

This will be supporting further work on Graeae, my new OpenAPI project: github.com/gregsdennis/Graeae

#JsonSchema

Last updated 1 year ago

gregsdennis · @gregsdennis
36 followers · 282 posts · Server dotnet.social

Continuing on a theme for me recently, here's a bit of the theory of statically analyzing .

json-schema.org/blog/posts/sch

#JsonSchema

Last updated 1 year ago

gregsdennis · @gregsdennis
35 followers · 278 posts · Server dotnet.social

And it's out! JsonSchema​.Net v5 is ready!

nuget.org/packages/JsonSchema.

The vocabulary extension libraries are also updated:

- JsonSchema​.Net​.Data
- JsonSchema​.Net​.OpenApi
- JsonSchema​.Net​.UniqueKeys

Get yours now!

#JsonSchema

Last updated 1 year ago

gregsdennis · @gregsdennis
31 followers · 270 posts · Server dotnet.social

Processing in parallel in .Net (trying to anyway)

blog.json-everything.net/posts

#JsonSchema

Last updated 1 year ago

gregsdennis · @gregsdennis
27 followers · 106 posts · Server dotnet.social
Matthew Adams · @ythos
64 followers · 94 posts · Server dotnet.social

And here's the 3rd @endjin announcement for the day. We have shipped v1.0.2 of our code generation tool and extended JSON types library. Super fast, low-allocation serialization/deserialization and schema validation over System.Text.Json for dotnet7.0. With bonus JsonPatch support.

Project here:
github.com/corvus-dotnet/Corvu

Packages here:
nuget.org/packages/Corvus.Json

#oss #JsonSchema #dotnet #JSON

Last updated 2 years ago