Skip to content

Build and Draft Nightly Release #581

Build and Draft Nightly Release

Build and Draft Nightly Release #581

Manually triggered December 5, 2023 12:44
Status Failure
Total duration 5m 6s
Artifacts

dotnet.yml

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

Annotations

2 errors and 10 warnings
Build RePlays: Classes/Recorders/LibObs/libobs-sharp.example/Program.cs#L50
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
Build RePlays
Process completed with exit code 1.
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.