CodeQL #661
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/Promotion.cs#L21
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/Promotion.cs#L22
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Shops/Shops.Core/Entities/Promotion.cs#L23
Non-nullable property 'Shop' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Shops/Shops.Core/Entities/Promotion.cs#L24
Non-nullable property 'DateRange' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|