Skip to content

Publish to NuGet

Publish to NuGet #255

Manually triggered October 16, 2024 07:17
Status Success
Total duration 19m 37s
Artifacts

publish_to_nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "OpenTelemetry.Resources.Container
build: src/Indice.Features.Risk.Core/Abstractions/RiskRule.cs#L12
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Indice.Features.Risk.Core/Abstractions/RiskRule.cs#L12
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Indice.Features.Risk.Core/Data/RiskDbContext.cs#L17
Non-nullable property 'AppSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Indice.Features.Cases.AspNetCore/Data/Models/DbCaseType.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Indice.Features.Cases.AspNetCore/Data/Models/DbCaseType.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Indice.Features.Cases.AspNetCore/Models/CaseTypeRequest.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Indice.Features.Cases.AspNetCore/Models/CaseTypeRequest.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Indice.Features.Cases.AspNetCore/Models/Responses/AccessRule.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Indice.Features.Cases.AspNetCore/Models/Responses/AccessRule.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Indice.Features.Cases.AspNetCore/Models/Responses/AccessRule.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.