Skip to content

Replace .sln with .slnx XML-based solution file #67

Replace .sln with .slnx XML-based solution file

Replace .sln with .slnx XML-based solution file #67

Re-run triggered July 8, 2026 20:32
Status Success
Total duration 1m 7s
Artifacts

build-release.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build (ubuntu-latest)
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/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (ubuntu-latest): tests/DispatchR.IntegrationTest/NotificationTests.cs#L149
'IMediator.Publish(object, CancellationToken)' is obsolete: 'This method has performance issues. Use only if strictly necessary'
build (ubuntu-latest): tests/DispatchR.IntegrationTest/NotificationTests.cs#L77
'IMediator.Publish(object, CancellationToken)' is obsolete: 'This method has performance issues. Use only if strictly necessary'
build (ubuntu-latest): tests/DispatchR.TestCommon/Fixtures/StreamRequest/GenericPipelineBehavior.cs#L18
Non-nullable property 'NextPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.