RoosterDragon
|
715d882456
|
Update LangVersion to C# 12.
Now that we have moved to net 8 from net 6, and with us no longer supporting the mono runtime, we can raise the C# version to match that supported by the net 8 runtime.
This unlocks C# 10, C# 11 and C# 12 features previously unavailable to us.
- https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history#c-version-10
- https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history#c-version-11
- https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history#c-version-12
A newer version of StyleCop is required to avoid rules tripping up on the new syntax.
Enable a handful of style rules that don't have many violations.
|
2025-02-20 12:54:12 +02:00 |
|
RoosterDragon
|
25b8e7fefc
|
Fix CA1834
|
2023-04-17 00:05:12 +02:00 |
|
RoosterDragon
|
f09241d263
|
Fix CA1010
|
2023-04-17 00:05:12 +02:00 |
|
RoosterDragon
|
8a285f9b19
|
Fix IDE0090
|
2023-04-08 16:51:51 +03:00 |
|
abcdefg30
|
5bf7fe852c
|
Remove the copyright year numbers
|
2023-01-11 11:58:54 +02:00 |
|
abcdefg30
|
6a31b1f9f3
|
Update the copyright header year
|
2022-05-28 00:35:10 -05:00 |
|
abcdefg30
|
b12c15ea9d
|
Update to .NET 6
|
2022-01-04 12:34:30 +01:00 |
|
Andre Mohren
|
6810469634
|
Updated copyright years.
|
2021-06-29 18:33:21 -05:00 |
|
teinarss
|
7073279ab8
|
Replace WebClient with HttpClient
|
2021-03-07 16:04:57 +00:00 |
|