Skip to content

.NET

.NET #405

Triggered via push January 1, 2025 01:37
Status Failure
Total duration 1m 22s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build (windows-2022)
Process completed with exit code 1.
build (ubuntu-24.04)
The job was canceled because "windows-2022" failed.
build (ubuntu-24.04)
The operation was canceled.
build (macos-14)
The job was canceled because "windows-2022" failed.
build (macos-14)
The operation was canceled.
build (macos-14): NAPS2.Lib/Update/UpdateOperation.cs#L28
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (macos-14): NAPS2.Lib/Update/UpdateOperation.cs#L32
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (macos-14): NAPS2.Lib/Update/UpdateOperation.cs#L181
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
build (macos-14): NAPS2.Lib/Remoting/Server/SharedDeviceManager.cs#L36
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
build (macos-14): NAPS2.Lib/Update/UpdateOperation.cs#L28
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (macos-14): NAPS2.Lib/Update/UpdateOperation.cs#L32
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (macos-14): NAPS2.Lib/Update/UpdateOperation.cs#L181
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
build (macos-14): NAPS2.Lib/Remoting/Server/SharedDeviceManager.cs#L36
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
build (macos-14): NAPS2.Lib.Mac/EtoForms/Mac/MacListView.cs#L55
'NSPasteboard.NSPasteboardTypeFileUrl' is obsolete: 'Use the 'NSPasteboardType' enum instead.'
build (macos-14): NAPS2.Lib.Mac/EtoForms/Mac/MacEtoPlatform.cs#L59
Dereference of a possibly null reference.