Experimental support for .NET 7.
Also use file scoped namespaces because I like it.
The plan is also to convert a lot of the models to records in the next pull request, also because I like it.
But also because it gives us really nice syntax for working with models where all properties can be { get; init; } and I look forward to adding it.
❤️ 💘 ❤️
Experimental support for .NET 7. Also use file scoped namespaces because I like it.
The plan is also to convert a lot of the models to
record
s in the next pull request, also because I like it. But also because it gives us really nice syntax for working with models where all properties can be{ get; init; }
and I look forward to adding it. ❤️ 💘 ❤️