CodeQL #666
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/Products/Products.Core/Entities/Product.cs#L27
Non-nullable property 'CountryId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Products/Products.Core/Entities/Product.cs#L27
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Products/Products.Core/Entities/Product.cs#L27
Non-nullable property 'BrandId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Products/Products.Core/Entities/Product.cs#L27
Non-nullable property 'Brand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|