This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Bump actions/upload-artifact from 3 to 4 #158
Annotations
10 warnings
Account.cs#L6
Remove the underscores from namespace name 'Miiverse_PC' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
Settings.cs#L17
Member 'IsDiscoveryServerSameAsAccountServer' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
MainWindow.xaml.cs#L50
Member 'isWebViewNavigating' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
Account.cs#L99
Call System.IDisposable.Dispose on object created by 'new HttpRequestMessage(HttpMethod.Get, settings.AccountServer + "/v1/api/provider/service_token/@me")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
Account.cs#L36
Call System.IDisposable.Dispose on object created by 'new()' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
Account.cs#L145
Call System.IDisposable.Dispose on object created by 'new HttpRequestMessage(HttpMethod.Post, settings.AccountServer + "/v1/api/oauth20/access_token/generate")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
SettingsDialog.xaml.cs#L96
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Miiverse_PC.SettingsDialog.NormalizeServerName(string)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
Account.cs#L194
The behavior of 'ulong.ToString()' could vary based on the current user's locale settings. Replace this call in 'Account.CreateParamPack()' with a call to 'ulong.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Account.cs#L195
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'Account.CreateParamPack()' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
The logs for this run have expired and are no longer available.
Loading