Skip to content

Adding some notes about ancillary marten store limitations and adding… #1253

Adding some notes about ancillary marten store limitations and adding…

Adding some notes about ancillary marten store limitations and adding… #1253

Triggered via push September 3, 2024 13:05
Status Success
Total duration 4m 6s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
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: src/Wolverine/Runtime/Agents/AssignAgent.cs#L33
'AssignAgent' defines 'Equals' but not 'GetHashCode'
build: src/Wolverine/Runtime/ServiceContainer.cs#L113
Nullability in constraints for type parameter 'T' of method 'ServiceContainer.GetInstance<T>()' doesn't match the constraints for type parameter 'T' of interface method 'IServiceContainer.GetInstance<T>()'. Consider using an explicit interface implementation instead.
build: src/Wolverine/Transports/Local/DurableLocalQueue.cs#L140
Dereference of a possibly null reference.
build: src/Wolverine/TransportCollection.cs#L91
Converting null literal or possible null value to non-nullable type.
build: src/Wolverine/TransportCollection.cs#L92
Possible null reference assignment.
build: src/Wolverine/TransportCollection.cs#L95
Possible null reference return.
build: src/Wolverine/Codegen/StandInVariable.cs#L10
Non-nullable field '_inner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Wolverine/Codegen/StandInVariable.cs#L19
Possible null reference return.
build: src/Wolverine/Codegen/ServiceVariables.cs#L46
Possible null reference return.
build: src/Wolverine/Codegen/ServiceVariables.cs#L51
Possible null reference return.
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/AppointmentProjection.cs#L17
Dereference of a possibly null reference.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L24
Dereference of a possibly null reference.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/ProviderShift.cs#L12
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/AppointmentProjection.cs#L32
Dereference of a possibly null reference.
build: src/Samples/CQRSWithMarten/TeleHealth.Common/Providers.cs#L28
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.