X10D/X10D
Oliver Booth 9ee99d72d3
[ci skip] style: upgrade projects to C# 11
NB: While using a higher C# version with lower framework version is possible, it's generally advised against because C# syntax may map to .NET types not available in older versions such as .NET Standard 2.1.

This change does not invite the codebase to upgrade to newer types, but rather take advantage of syntax sugar (such as file-scoped namespaces, when this project was updated to C# 10) that does not effect the compiled result.

However, this change does open up the possibilities to add extension methods for the "generic math" interfaces (made possible by static interface members), and these upcoming methods will be targeted to .NET 7 or greater **ONLY**.
2023-03-31 17:30:30 +01:00
..
src [ci skip] style: remove trailing whitespace 2023-03-31 15:10:51 +01:00
Resource.Designer.cs Move exception message to the right resource resx 2023-03-14 22:03:21 +07:00
Resource.resx Move exception message to the right resource resx 2023-03-14 22:03:21 +07:00
X10D.csproj [ci skip] style: upgrade projects to C# 11 2023-03-31 17:30:30 +01:00
X10D.csproj.DotSettings 3.0.0 Update (#43) 2022-04-30 14:13:16 +01:00