stack: solution sln + NET Frk 4.8.1 + few csproj NET Frk 4.5 + Visual Studio 202 + Azure Devops
C# 7.3–12 in .NET Framework 4.8.1 use Roslyn ?
Can a .NET Framework 4.8 website use C# 7 features without bundling Roslyn?
https://stackoverflow.com/questions/76093222/can-a-net-framework-4-8-website-use-c-sharp-7-features-without-bundling-roslyn
.NET compiler platform package version reference
4.14.0 Visual Studio 2022 version 17.14
https://learn.microsoft.com/en-us/visualstudio/extensibility/roslyn-version-support?view=visualstudio
Does C# 8 Support .NET Framework? Exploring Visual Studio 2019 Build Settings Compatibility
https://www.codestudy.net/blog/does-c-8-support-the-net-framework/
Questions about the roslyn version
https://github.com/dotnet/roslyn/discussions/50395
<LangVersion>7.3</LangVersion>
or
<LangVersion>latest</LangVersion>
<PackageReference Include=“Microsoft.Net.Compilers” Version=“4.12.0” PrivateAssets=“all” />
.editorconfig o Directory.Build.props
dotnet_language_version = 7.3
runtime (NO .NET Framework)