Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Bump actions/cache from 3 to 4 #164

Bump actions/cache from 3 to 4

Bump actions/cache from 3 to 4 #164

Triggered via pull request January 31, 2024 15:48
Status Success
Total duration 10m 24s
Artifacts 12

dotnet-build.yml

on: pull_request
Matrix: Packaged Build
Matrix: Unpackaged Build
Fit to window
Zoom out
Zoom in

Annotations

72 warnings
Packaged Build (Debug, arm64)
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/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Packaged Build (Debug, arm64): Account.cs#L6
Remove the underscores from namespace name 'Miiverse_PC' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Packaged Build (Debug, arm64): Settings.cs#L17
Member 'IsDiscoveryServerSameAsAccountServer' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Debug, arm64): MainWindow.xaml.cs#L50
Member 'isWebViewNavigating' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Debug, arm64)
The method WindowsAppRuntime_EnsureIsLoaded didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
Packaged Build (Debug, arm64): 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)
Packaged Build (Debug, arm64): 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)
Packaged Build (Debug, arm64): 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)
Packaged Build (Debug, arm64): MainWindow.xaml.cs#L126
Modify 'DeleteAccountDataAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Packaged Build (Debug, arm64): MainWindow.xaml.cs#L140
Modify 'DeleteSettingsDataAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Packaged Build (Debug, arm64): 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)
Unpackaged Build (Debug, x86)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@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/.
Unpackaged Build (Debug, arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@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/.
Unpackaged Build (Debug, x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@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/.
Unpackaged Build (Release, x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@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/.
Packaged Build (Debug, x64)
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/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Packaged Build (Debug, x64): Account.cs#L6
Remove the underscores from namespace name 'Miiverse_PC' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Packaged Build (Debug, x64): Settings.cs#L17
Member 'IsDiscoveryServerSameAsAccountServer' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Debug, x64): MainWindow.xaml.cs#L50
Member 'isWebViewNavigating' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Debug, x64)
The method WindowsAppRuntime_EnsureIsLoaded didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
Packaged Build (Debug, x64): obj/x64/Debug/net6.0-windows10.0.22621.0/win10-x64/App.g.i.cs#L21
The method XamlCheckProcessRequirements didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
Packaged Build (Debug, x64): 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)
Packaged Build (Debug, x64): 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)
Packaged Build (Debug, x64): 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)
Packaged Build (Debug, x64): 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)
Packaged Build (Debug, x64): MainWindow.xaml.cs#L126
Modify 'DeleteAccountDataAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Packaged Build (Release, x64)
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/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Packaged Build (Release, x64): Account.cs#L6
Remove the underscores from namespace name 'Miiverse_PC' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Packaged Build (Release, x64): Settings.cs#L17
Member 'IsDiscoveryServerSameAsAccountServer' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Release, x64): MainWindow.xaml.cs#L50
Member 'isWebViewNavigating' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Release, x64)
The method WindowsAppRuntime_EnsureIsLoaded didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
Packaged Build (Release, x64): obj/x64/Release/net6.0-windows10.0.22621.0/win10-x64/App.g.i.cs#L21
The method XamlCheckProcessRequirements didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
Packaged Build (Release, x64): 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)
Packaged Build (Release, x64): MainWindow.xaml.cs#L126
Modify 'DeleteAccountDataAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Packaged Build (Release, x64): 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)
Packaged Build (Release, x64): 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)
Packaged Build (Release, x64): 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)
Packaged Build (Release, x86)
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/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Packaged Build (Release, x86): Account.cs#L6
Remove the underscores from namespace name 'Miiverse_PC' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Packaged Build (Release, x86): Settings.cs#L17
Member 'IsDiscoveryServerSameAsAccountServer' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Release, x86): MainWindow.xaml.cs#L50
Member 'isWebViewNavigating' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Release, x86)
The method WindowsAppRuntime_EnsureIsLoaded didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
Packaged Build (Release, x86): 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)
Packaged Build (Release, x86): 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)
Packaged Build (Release, x86): 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)
Packaged Build (Release, x86): 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)
Packaged Build (Release, x86): MainWindow.xaml.cs#L126
Modify 'DeleteAccountDataAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Packaged Build (Release, x86): MainWindow.xaml.cs#L106
Modify 'ReadJavascriptFile' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Unpackaged Build (Release, arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@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/.
Unpackaged Build (Release, x86)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@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/.
Packaged Build (Debug, x86)
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/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Packaged Build (Debug, x86): Account.cs#L6
Remove the underscores from namespace name 'Miiverse_PC' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Packaged Build (Debug, x86): Settings.cs#L17
Member 'IsDiscoveryServerSameAsAccountServer' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Debug, x86): MainWindow.xaml.cs#L50
Member 'isWebViewNavigating' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Debug, x86)
The method WindowsAppRuntime_EnsureIsLoaded didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
Packaged Build (Debug, x86): 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)
Packaged Build (Debug, x86): 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)
Packaged Build (Debug, x86): 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)
Packaged Build (Debug, x86): 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)
Packaged Build (Debug, x86): 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)
Packaged Build (Debug, x86): 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)
Packaged Build (Release, arm64)
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/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Packaged Build (Release, arm64): Account.cs#L6
Remove the underscores from namespace name 'Miiverse_PC' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Packaged Build (Release, arm64): Settings.cs#L17
Member 'IsDiscoveryServerSameAsAccountServer' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Release, arm64): MainWindow.xaml.cs#L50
Member 'isWebViewNavigating' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Packaged Build (Release, arm64)
The method WindowsAppRuntime_EnsureIsLoaded didn't use DefaultDllImportSearchPaths attribute for P/Invokes. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5392)
Packaged Build (Release, arm64): 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)
Packaged Build (Release, arm64): 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)
Packaged Build (Release, arm64): MainWindow.xaml.cs#L126
Modify 'DeleteAccountDataAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Packaged Build (Release, arm64): 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)
Packaged Build (Release, arm64): 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)
Packaged Build (Release, arm64): 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)

Artifacts

Produced during runtime
Name Size
Miiverse-PC Package - Debug arm64 (7853a4e) Expired
55.6 MB
Miiverse-PC Package - Debug x64 (7853a4e) Expired
59.8 MB
Miiverse-PC Package - Debug x86 (7853a4e) Expired
54.5 MB
Miiverse-PC Package - Release arm64 (7853a4e) Expired
63.7 MB
Miiverse-PC Package - Release x64 (7853a4e) Expired
69.1 MB
Miiverse-PC Package - Release x86 (7853a4e) Expired
62 MB
Miiverse-PC Unpackaged Build - Debug arm64 (7853a4e) Expired
162 MB
Miiverse-PC Unpackaged Build - Debug x64 (7853a4e) Expired
154 MB
Miiverse-PC Unpackaged Build - Debug x86 (7853a4e) Expired
140 MB
Miiverse-PC Unpackaged Build - Release arm64 (7853a4e) Expired
201 MB
Miiverse-PC Unpackaged Build - Release x64 (7853a4e) Expired
186 MB
Miiverse-PC Unpackaged Build - Release x86 (7853a4e) Expired
166 MB