Skip to content

Build and Draft Nightly Release #582

Build and Draft Nightly Release

Build and Draft Nightly Release #582

Manually triggered December 5, 2023 13:00
Status Success
Total duration 6m 45s
Artifacts

dotnet.yml

on: workflow_dispatch
Prepare for Build
9s
Prepare for Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build RePlays: Classes/Services/DetectionService.cs#L515
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
Build RePlays: Classes/Services/DetectionService.cs#L515
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
Build RePlays: Classes/Services/DetectionService.cs#L515
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
Build RePlays: Classes/Utils/Updater.cs#L20
'UpdateManager.GitHubUpdateManager(string, string, string, IFileDownloader, bool, string)' is obsolete: 'Use 'new UpdateManager(new GithubSource(...))' instead'
Build RePlays: Classes/Integrations/PubgIntegration.cs#L105
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 RePlays: Classes/Integrations/PubgIntegration.cs#L102
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 RePlays: Classes/Integrations/PubgIntegration.cs#L133
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 RePlays: Classes/Integrations/LeagueOfLegendsIntegration.cs#L18
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 RePlays: Classes/Integrations/LeagueOfLegendsIntegration.cs#L81
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 RePlays: Classes/Integrations/CS2.cs#L19
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.