Publish to NuGet #275
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.Identity.Core/ExtendedSignInManager.cs#L250
Nullability of reference types in return type doesn't match overridden member.
|
build:
src/Indice.Features.Identity.Server/Manager/PictureApi.cs#L39
Possible null reference argument for parameter 'input' in 'string StringExtensions.ToSha256Hex(string input, Encoding? encoding = null)'.
|
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.
|