Skip to content

#39 Add support tickets auto close #27

#39 Add support tickets auto close

#39 Add support tickets auto close #27

Triggered via pull request August 21, 2023 08:31
Status Failure
Total duration 1m 3s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Infrastructure/Models/RabbitMqOptions.cs#L7
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Infrastructure/Models/RabbitMqOptions.cs#L9
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Infrastructure/Models/RabbitMqOptions.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Infrastructure/Models/RabbitMqOptions.cs#L12
Non-nullable property 'ExchangeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Authentication.Infrastructure/Services/IJwtService.cs#L7
The type 'TId' cannot be used as type parameter 'TId' in the generic type or method 'Account<TId>'. Nullability of type argument 'TId' doesn't match 'notnull' constraint.
build: Authentication.Infrastructure/Services/JwtService.cs#L19
Nullability in constraints for type parameter 'TId' of method 'JwtService.GenerateJwt<TId>(Account<TId>)' doesn't match the constraints for type parameter 'TId' of interface method 'IJwtService.GenerateJwt<TId>(Account<TId>)'. Consider using an explicit interface implementation instead.
build: Authentication.Infrastructure/Models/Role.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Authentication.Infrastructure/Models/Permission.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Authentication.Infrastructure/Models/JwtAuthOptions.cs#L12
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Authentication.Infrastructure/Models/Account.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.