Skip to content

.NET

.NET #26

Manually triggered November 13, 2023 12:56
Status Failure
Total duration 1m 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Core/Options/JwtOptions.cs#L5
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Options/JwtOptions.cs#L6
Non-nullable property 'ValidIssuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Options/JwtOptions.cs#L7
Non-nullable property 'ValidAudience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Options/UserPasswordOptions.cs#L5
Non-nullable property 'DemoUserPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Options/UserPasswordOptions.cs#L6
Non-nullable property 'AdminPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Options/JwtOptions.cs#L5
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Options/JwtOptions.cs#L6
Non-nullable property 'ValidIssuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Options/JwtOptions.cs#L7
Non-nullable property 'ValidAudience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Options/UserPasswordOptions.cs#L5
Non-nullable property 'DemoUserPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Data/Options/UserPasswordOptions.cs#L6
Non-nullable property 'AdminPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.