Skip to content

#67 Hide actions for unauthorized users #50

#67 Hide actions for unauthorized users

#67 Hide actions for unauthorized users #50

Triggered via pull request November 1, 2023 18:23
Status Success
Total duration 1m 6s
Artifacts

build.yaml

on: pull_request
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: Resources.Api/Models/Images/ImageView.cs#L6
Non-nullable property 'Base64Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Resources.Api/Models/Images/ImageMessage.cs#L11
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Resources.Api/Models/Images/ImageCreate.cs#L5
Non-nullable property 'Base64Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Resources.Api/Models/Images/Image.cs#L9
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RabbitMqInitializer/RabbitMqOptions.cs#L7
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RabbitMqInitializer/RabbitMqOptions.cs#L9
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.