Skip to content

CodeQL

CodeQL #663

Triggered via schedule December 9, 2023 08:34
Status Success
Total duration 3m 59s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp): src/Shared/Shared/ValueObjects/ProductName.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shared/Shared/Settings/RabbitSettings.cs#L13
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shared/Shared/Settings/RabbitSettings.cs#L13
Non-nullable property 'VirtualHost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shared/Shared/Settings/RabbitSettings.cs#L13
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shared/Shared/Settings/RabbitSettings.cs#L13
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shared/Shared/Settings/PostgresSettings.cs#L11
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shops/Shops.Core/Entities/ShopChain.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shops/Shops.Core/Entities/ShopChain.cs#L9
Non-nullable property 'FriendlyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shops/Shops.Core/Entities/ShopChain.cs#L10
Non-nullable property 'Rating' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Shops/Shops.Core/Entities/Shop.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.