News

Limitations (as of 1.2.0) The result array currently is ordered alphanumerically according to the result of lodash.groupBy Does not support arrays with both object and primitive elements; only ...
You can also implement value objects using records in C#. To do this, you use the record keyword to define a record type that encapsulates data much the same way we did with the Author class earlier.
I've got a C# class that is all string types, nothing fancy, and once the item is created it gets serialized with the new System.Text.Json stuff and then attempts to POST to a web server.