Bump actions/checkout from 4 to 6 #22
Open
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/PRoCon.Core/Remote/FrostbiteClient.cs#L4874
The event 'FrostbiteClient.BuddyOutline' is never used
|
|
Build:
src/PRoCon.Core/ProxyChecker/ProconProxyChecker.cs#L59
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build:
src/PRoCon.Core/PRoConApplication.cs#L243
The variable 'isEnabled' is assigned but its value is never used
|
|
Build:
src/PRoCon.Core/Remote/Layer/LayerClient.cs#L364
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
|
|
Build:
src/PRoCon.Core/Remote/PRoConClient.cs#L2411
The variable 'e' is declared but never used
|
|
Build:
src/PRoCon.Core/Remote/PRoConClient.cs#L2372
The variable 'e' is declared but never used
|
|
Build:
src/PRoCon.Core/CDownloadFile.cs#L222
The variable 'e' is declared but never used
|
|
Build:
src/PRoCon.Core/CDownloadFile.cs#L215
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build:
src/PRoCon.Core/Plugin/CPRoConPluginCallbacks.cs#L49
Member 'CPRoConPluginCallbacks.InitializeLifetimeService()' overrides obsolete member 'MarshalByRefObject.InitializeLifetimeService()'. Add the Obsolete attribute to 'CPRoConPluginCallbacks.InitializeLifetimeService()'.
|
|
Build:
src/PRoCon.Core/Plugin/CPRoConMarshalByRefObject.cs#L123
Member 'CPRoConMarshalByRefObject.InitializeLifetimeService()' overrides obsolete member 'MarshalByRefObject.InitializeLifetimeService()'. Add the Obsolete attribute to 'CPRoConMarshalByRefObject.InitializeLifetimeService()'.
|
Loading