Skip to content

fix: remove unwanted winsdk package version specifier #37

fix: remove unwanted winsdk package version specifier

fix: remove unwanted winsdk package version specifier #37

Triggered via push January 11, 2025 09:25
Status Success
Total duration 3m 15s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build (Release, x64): Crimson/Models/LoginResponse.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release, x64): 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)
build (Release, x64): Crimson/Repository/EpicGamesRepository.cs#L144
The variable 'e' is declared but never used
build (Release, x64): Crimson/Core/LibraryManager.cs#L172
The variable 'metadataUpdated' is assigned but its value is never used
build (Release, x64): 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.
build (Release, x64): Crimson/Repository/EpicGamesRepository.cs#L179
The variable 'ex' is declared but never used
build (Release, x64): Crimson/Views/GameInfoPage.xaml.cs#L244
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.
build (Release, x64): Crimson/Core/InstallManager.cs#L526
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.
build (Release, x64): Crimson/Models/Chunk.cs#L16
The field 'Chunk._groupNum' is never used
build (Release, x64): Crimson/Models/LoginResponse.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release, x64)
No files were found with the provided path: Crimson\bin\x64\Release\net8.0-windows10.0.19041.0\win-x64\publish\. No artifacts will be uploaded.
build (Release, x64)
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/