Allow sources to be specified as Environment Variables - #4271
Closed
msarilar wants to merge 3 commits into
Closed
Annotations
11 warnings
|
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@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/Paket.Core/PaketConfigFiles/InstallModel.fs#L1070
This construct is deprecated. use createFromContent instead
|
|
Build:
src/Paket.Core/PaketConfigFiles/InstallModel.fs#L1070
This construct is deprecated. use createFromContent instead
|
|
Build:
src/Paket.Core/Versioning/PlatformMatching.fs#L94
This and other recursive references to the object(s) being defined will be checked for initialization-soundness at runtime through the use of a delayed reference. This is because you are defining one or more recursive objects, rather than recursive functions. This warning may be suppressed by using '#nowarn "40"' or '--nowarn:40'.
|
|
Build:
src/Paket.Core/Versioning/PlatformMatching.fs#L94
This and other recursive references to the object(s) being defined will be checked for initialization-soundness at runtime through the use of a delayed reference. This is because you are defining one or more recursive objects, rather than recursive functions. This warning may be suppressed by using '#nowarn "40"' or '--nowarn:40'.
|
|
Build:
src/Paket.Core/Versioning/VersionRange.fs#L119
The '<' operator should not normally be redefined. To define overloaded comparison semantics for a particular type, implement the 'System.IComparable' interface in the definition of that type.
|
|
Build:
src/Paket.Core/Versioning/VersionRange.fs#L118
The '>' operator should not normally be redefined. To define overloaded comparison semantics for a particular type, implement the 'System.IComparable' interface in the definition of that type.
|
|
Build:
src/Paket.Core/Versioning/VersionRange.fs#L119
The '<' operator should not normally be redefined. To define overloaded comparison semantics for a particular type, implement the 'System.IComparable' interface in the definition of that type.
|
|
Build:
src/Paket.Core/Versioning/VersionRange.fs#L118
The '>' operator should not normally be redefined. To define overloaded comparison semantics for a particular type, implement the 'System.IComparable' interface in the definition of that type.
|
|
Build:
src/Paket.Bootstrapper/HelperProxies/WebRequestProxy.cs#L12
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build:
src/Paket.Bootstrapper/BootstrapperHelper.cs#L83
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
background
wait
wait-all
cancel
parallel
Loading