This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Bump Microsoft.CodeAnalysis.NetAnalyzers from 6.0.0 to 8.0.0 #152
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#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)
|
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#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#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#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)
|
MainWindow.xaml.cs#L110
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Miiverse_PC.MainWindow.ReadJavascriptFile(string)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
The logs for this run have expired and are no longer available.
Loading