Skip to content

#39 Add support tickets auto close (#50) #29

#39 Add support tickets auto close (#50)

#39 Add support tickets auto close (#50) #29

Triggered via push August 21, 2023 08:39
Status Success
Total duration 57s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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.