ci: correct typo in yml #28
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Crimson/Models/LoginResponse.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Crimson/Models/Manifest.cs#L142
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Crimson/Repository/EpicGamesRepository.cs#L146
The variable 'e' is declared but never used
|
Crimson/Core/LibraryManager.cs#L171
The variable 'metadataUpdated' is assigned but its value is never used
|
Crimson/Views/LoginPage.xaml.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Crimson/Views/GameInfoPage.xaml.cs#L240
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Crimson/Core/InstallManager.cs#L480
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Crimson/Models/Chunk.cs#L16
The field 'Chunk._groupNum' is never used
|
Crimson/Models/LoginResponse.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Crimson/Models/Manifest.cs#L142
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job succeeded
Loading