Bump SSH.NET from 2020.0.2 to 2026.0.0 #15
Annotations
3 errors and 11 warnings
|
Build
Process completed with exit code 1.
|
|
Build:
SystemInteract.Remote/Remote/SshProcess.cs#L267
Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?)
|
|
Build:
SystemInteract.Remote/Remote/SshProcess.cs#L267
Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?)
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L600
'Process.PrivateMemorySize' is obsolete: 'Process.PrivateMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PrivateMemorySize64 instead.'
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L550
'Process.PeakVirtualMemorySize' is obsolete: 'Process.PeakVirtualMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakVirtualMemorySize64 instead.'
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L526
'Process.PeakWorkingSet' is obsolete: 'Process.PeakWorkingSet has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakWorkingSet64 instead.'
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L502
'Process.PeakPagedMemorySize' is obsolete: 'Process.PeakPagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PeakPagedMemorySize64 instead.'
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L478
'Process.PagedSystemMemorySize' is obsolete: 'Process.PagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedSystemMemorySize64 instead.'
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L454
'Process.PagedMemorySize' is obsolete: 'Process.PagedMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.PagedMemorySize64 instead.'
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L430
'Process.NonpagedSystemMemorySize' is obsolete: 'Process.NonpagedSystemMemorySize has been deprecated because the type of the property can't represent all valid results. Use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.'
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L75
'MarshalByRefObject.InitializeLifetimeService()' is obsolete: 'This Remoting API is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0010)
|
|
Build:
SystemInteract.Local/Local/LocalProcess.cs#L63
'MarshalByRefObject.GetLifetimeService()' is obsolete: 'This Remoting API is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0010)
|
|
Build:
SystemInteract/ProcessHelper.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
background
wait
wait-all
cancel
parallel
Loading