This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Bump Microsoft.Windows.SDK.BuildTools from 10.0.22621.1 to 10.0.22621.3233 #172
Annotations
1 error and 11 warnings
.github/workflows/dotnet-build.yml#L1
This run was manually canceled.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build the app and generate an unsigned MSIX package:
Account.cs#L6
Remove the underscores from namespace name 'Miiverse_PC' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
Build the app and generate an unsigned MSIX package:
Settings.cs#L17
Member 'IsDiscoveryServerSameAsAccountServer' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build the app and generate an unsigned MSIX package:
MainWindow.xaml.cs#L50
Member 'isWebViewNavigating' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build the app and generate an unsigned MSIX package
The method WindowsAppRuntime_EnsureIsLoaded didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
|
Build the app and generate an unsigned MSIX package:
Account.cs#L99
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
Build the app and generate an unsigned MSIX package:
Account.cs#L111
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
Build the app and generate an unsigned MSIX package:
Account.cs#L113
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
Build the app and generate an unsigned MSIX package:
MainWindow.xaml.cs#L73
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
Build the app and generate an unsigned MSIX package:
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)
|
Build the app and generate an unsigned MSIX package:
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)
|
Loading