Skip to content

Build and Draft Nightly Release #899

Build and Draft Nightly Release

Build and Draft Nightly Release #899

Triggered via schedule October 7, 2024 07:17
Status Success
Total duration 10m 46s
Artifacts

dotnet.yml

on: schedule
Prepare for Build
10s
Prepare for Build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
Prepare for Build
Process completed with exit code 2.
Prepare for Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build RePlays
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3, robinraju/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build RePlays
'NTV2TestPatternGen::DrawTestPattern': was declared deprecated
Build RePlays
'NTV2TestPatternGen::DrawTestPattern': was declared deprecated
Build RePlays: Classes/Services/WindowService.cs#L46
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
Build RePlays: Classes/Services/WindowService.cs#L46
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
Build RePlays: Classes/Services/WindowService.cs#L46
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
Build RePlays: Classes/WindowsInterface.cs#L243
'Updater.CheckForUpdates(bool)' is obsolete
Build RePlays: Classes/Utils/Messages.cs#L165
Unreachable code detected
Build RePlays: Classes/Utils/Messages.cs#L209
'Updater.CheckForUpdates(bool)' is obsolete
Build RePlays: Classes/Utils/Messages.cs#L444
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/Recorders/LibObsRecorder.cs#L19
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build RePlays: Classes/Recorders/LibObsRecorder.cs#L20
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build RePlays: Classes/Recorders/LibObsRecorder.cs#L84
Member 'signalOutputStop' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)