Skip to content

Publish to NuGet

Publish to NuGet #276

Manually triggered November 22, 2024 13:42
Status Failure
Total duration 13m 5s
Artifacts

publish_to_nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 11 warnings
build
No test report files were found
build
Process completed with exit code 1.
build
No file matches path TestResults/*.trx
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/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.
build: src/Indice.Features.Cases.AspNetCore/Models/Responses/CaseType.cs#L43
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/CaseType.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/Responses/CaseTypePartial.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.