Skip to content

Build and Draft Nightly Release #1002

Build and Draft Nightly Release

Build and Draft Nightly Release #1002

Triggered via schedule January 18, 2025 07:14
Status Success
Total duration 12m 11s
Artifacts

dotnet.yml

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

Annotations

1 error and 13 warnings
Prepare for Build
Process completed with exit code 1.
Prepare for Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/Services/WindowService.cs#L213
'WindowService.Rect' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build RePlays: Classes/Services/WindowService.cs#L213
'WindowService.Rect' defines operator == or operator != but does not override Object.GetHashCode()
Build RePlays: Classes/WindowsInterface.cs#L256
'Updater.CheckForUpdates(bool)' is obsolete
Build RePlays: Classes/Utils/Messages.cs#L166
Unreachable code detected
Build RePlays: Classes/Utils/Messages.cs#L210
'Updater.CheckForUpdates(bool)' is obsolete
Build RePlays: Classes/Utils/Messages.cs#L448
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#L20
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)