X10D/X10D.Tests
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] fix(test): force enumeration of lazy enumerable 2023-03-31 15:11:50 +01:00
1000primes.txt Add IsPrime tests 2021-07-20 14:47:33 +01:00
X10D.Tests.csproj [ci skip] style: upgrade projects to C# 11 2023-03-31 17:30:30 +01:00