Open daveaglick opened 2 years ago
Would it be possible to adopt the C# 11 standard? .NET6 is a relevant choice because it is an LTS but .NET7 brings some improvements in the area of code generation.
There's certainly no reason your own consuming application couldn't target .NET 7, even if the Statiq dependencies are targeting .NET 6. Especially if what you're after is better codegen scenarios since those are mostly driven by the compilation process.
With .NET Core 3.1 going out of support, the time has finally come to update the Statiq target to .NET 6. This is also pushed a little bit by ongoing Buildalyzer updates to target .NET 6 which we need to be able to consume: https://github.com/daveaglick/Buildalyzer/pull/221.