Skip to content

Publish Wolverine Nugets #128

Publish Wolverine Nugets

Publish Wolverine Nugets #128

Manually triggered September 10, 2024 19:38
Status Success
Total duration 2m 29s
Artifacts

publish_nugets.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/checkout@v2, actions/setup-dotnet@v1. 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#L296
Possible null reference return.
build: build/build.cs#L301
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
build: build/build.cs#L301
Dereference of a possibly null reference.
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/Attributes/AlwaysPublishResponseAttribute.cs#L23
Non-nullable field '_envelope' 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#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/ArrayPlan.cs#L25
Possible null reference argument for parameter 'descriptor' in 'SingletonPlan.SingletonPlan(ServiceDescriptor descriptor)'.
build: src/Wolverine/Codegen/ArrayPlan.cs#L30
Possible null reference argument for parameter '@default' in 'ArrayPlan.ArrayPlan(Type elementType, IReadOnlyList<ServicePlan> elements, ServiceDescriptor @default)'.