Skip to content

Publish to NuGet

Publish to NuGet #268

Manually triggered November 5, 2024 16:33
Status Success
Total duration 26m 20s
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/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.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.Identity.Server/Totp/TotpHandlers.cs#L51
Possible null reference argument for parameter 'message' in 'TotpServiceUserDeliveryChannelBuilder<User> TotpServiceUserMessageBuilder<User>.WithMessage(string message)'.
build: src/Indice.Features.Identity.Server/Totp/TotpHandlers.cs#L53
Possible null reference argument for parameter 'subject' in 'TotpServiceUserOptionalParametersBuilder<User> TotpServiceUserOptionalParametersBuilder<User>.WithSubject(string subject)'.
build: src/Indice.Features.Identity.Server/Totp/TotpHandlers.cs#L54
Possible null reference argument for parameter 'purpose' in 'TotpServiceUserOptionalParametersBuilder<User> TotpServiceUserOptionalParametersBuilder<User>.WithPurpose(string purpose)'.
build: src/Indice.Features.Identity.Server/Totp/TotpHandlers.cs#L55
Possible null reference argument for parameter 'tokenProvider' in 'TotpServiceUserOptionalParametersBuilder<User> TotpServiceUserOptionalParametersBuilder<User>.UsingTokenProvider(string tokenProvider)'.
build: src/Indice.Features.Identity.Server/Totp/TotpHandlers.cs#L60
Possible null reference argument for parameter 'message' in 'TotpServiceUserDeliveryChannelBuilder<User> TotpServiceUserMessageBuilder<User>.WithMessage(string message)'.
build: src/Indice.Features.Identity.Server/Totp/TotpHandlers.cs#L62
Possible null reference argument for parameter 'subject' in 'TotpServiceUserOptionalParametersBuilder<User> TotpServiceUserOptionalParametersBuilder<User>.WithSubject(string subject)'.