Merge pull request #4419 from fsprojects/repo-assist/docs-clarify-git… #139
ci.yml
on: push
Windows (.NET)
4m 19s
Matrix: Linux (.NET)
Annotations
33 warnings
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
src/Paket.Core/PublicAPI.fs#L677
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
src/Paket.Core/Packaging/NupkgWriter.fs#L298
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
src/Paket.Core/Packaging/NupkgWriter.fs#L298
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
src/Paket.Core/PaketConfigFiles/TemplateFile.fs#L644
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
src/Paket.Core/PaketConfigFiles/InstallModel.fs#L1080
This construct is deprecated. use createFromContent instead
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
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'.
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
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.
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
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.
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
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)
|
|
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true):
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)
|
|
Linux (.NET) (build, SkipIntegrationTests=true)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
src/Paket.Core/PublicAPI.fs#L677
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
src/Paket.Core/Packaging/NupkgWriter.fs#L298
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
src/Paket.Core/Packaging/NupkgWriter.fs#L298
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
src/Paket.Core/PaketConfigFiles/TemplateFile.fs#L644
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
src/Paket.Core/PaketConfigFiles/InstallModel.fs#L1080
This construct is deprecated. use createFromContent instead
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
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'.
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
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.
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
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.
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
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)
|
|
Linux (.NET) (build, SkipIntegrationTests=true):
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)
|
|
Windows (.NET)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, 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/
|
|
Windows (.NET):
src/Paket.Core/PublicAPI.fs#L677
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Windows (.NET):
src/Paket.Core/Packaging/NupkgWriter.fs#L298
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Windows (.NET):
src/Paket.Core/Packaging/NupkgWriter.fs#L298
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Windows (.NET):
src/Paket.Core/PaketConfigFiles/TemplateFile.fs#L644
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
|
|
Windows (.NET):
src/Paket.Core/PaketConfigFiles/InstallModel.fs#L1080
This construct is deprecated. use createFromContent instead
|
|
Windows (.NET):
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'.
|
|
Windows (.NET):
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.
|
|
Windows (.NET):
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.
|
|
Windows (.NET):
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)
|
|
Windows (.NET):
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)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
TestResults
|
519 KB |
sha256:6d14a768c6c36f6ab6eab7b2128e4b5f126f9449cce10930432636ac8bd3ddd7
|
|
|
bin
|
11.3 MB |
sha256:d9646b61915856dcd84ae09582857f5a9acbccf048861edc7079668d0837b008
|
|