Skip to content

Optimized ability to batch mark envelopes as handled in batch process… #1267

Optimized ability to batch mark envelopes as handled in batch process…

Optimized ability to batch mark envelopes as handled in batch process… #1267

Triggered via push September 10, 2024 13:41
Status Failure
Total duration 3m 15s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
CoreTests.EnvelopeTests.should_persist_when_sender_is_durable_but_set_owner_to_0_when_sender_is_latched: src/Testing/CoreTests/EnvelopeTests.cs#L275
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching: PersistOutgoingAsync(Envelope #32976de1-b678-45e3-909e-a0389b9e6d92 from SomeApp to tcp://localhost:100/) Actually received no matching calls.
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: build/build.cs#L295
Possible null reference return.
build: build/build.cs#L300
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
build: build/build.cs#L300
Dereference of a possibly null reference.
build: src/Samples/KitchenSink/MartenAndRabbitMessages/Issue.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Samples/KitchenSink/MartenAndRabbitMessages/Issue.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Appointments.cs#L11
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Appointments.cs#L12
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L13
Non-nullable property 'CloseReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Boards.cs#L17
Non-nullable property 'CloseReason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.