[Refactor] General reformat and clean-up.

This commit is contained in:
2025-11-24 20:12:10 +00:00
parent 8331fba1e4
commit a58f2e60e5
415 changed files with 4920 additions and 4829 deletions

View File

@@ -34,7 +34,7 @@
<PackageReference Include="Macross.Json.Extensions"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions"/>
<PackageReference Include="Sentry" />
<PackageReference Include="Sentry"/>
<PackageReference Include="System.ComponentModel.Annotations"/>
<PackageReference Include="System.Security.Principal.Windows"/>
<PackageReference Include="System.ValueTuple"/>

View File

@@ -240,7 +240,7 @@ public static partial class DetectOS
/// <returns>Current operating system version</returns>
public static string GetVersion()
{
string environ = Environment.OSVersion.Version.ToString();
var environ = Environment.OSVersion.Version.ToString();
switch(GetRealPlatformID())
{