Skip to content

build: write build.fsx against FAKE 6 and merge with dotnet-ilrepack #152

build: write build.fsx against FAKE 6 and merge with dotnet-ilrepack

build: write build.fsx against FAKE 6 and merge with dotnet-ilrepack #152

Triggered via pull request September 4, 2026 20:35
@fpelletfpellet
synchronize #4423
fake6
Status Failure
Total duration 27m 40s
Artifacts 2

ci.yml

on: pull_request
Matrix: Linux (.NET)
Fit to window
Zoom out
Zoom in

Annotations

1 error and 33 warnings
Windows (.NET)
Process completed with exit code 1.
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)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Linux (.NET) (build, SkipIntegrationTests=true)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Linux (.NET) (build, SkipIntegrationTests=true)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Linux (.NET) (build, SkipIntegrationTests=true)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Linux (.NET) (build, SkipIntegrationTests=true)
This construct is deprecated. use createFromContent instead
Linux (.NET) (build, SkipIntegrationTests=true)
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)
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)
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)
'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)
'WebRequest.Create(string)' 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)
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)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true)
This construct is deprecated. use createFromContent instead
Linux (.NET) (flaky, PAKET_TESTSUITE_FLAKYTESTS=true)
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)
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)
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)
'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)
'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)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Windows (.NET)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Windows (.NET)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Windows (.NET)
This construct is deprecated. Please use Fake.Core.Globbing.Glob instead
Windows (.NET)
This construct is deprecated. use createFromContent instead
Windows (.NET)
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)
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)
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)
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Windows (.NET)
'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
646 KB
sha256:48ad53796d91a4296519ebddcc7f39388e1d5f9bb4c888f97352f296dbc34f9c
bin
15.2 MB
sha256:ca04f02b546caf3120911e6a39ce430d37caf364f9494b8ecca4b5c310615574