CodeQL #22
Annotations
1 error and 10 warnings
Analyze C# (csharp)
Code Scanning could not process the submitted SARIF file:
CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/EnviromentConfigurations.cs#L4
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/EnviromentConfigurations.cs#L5
Non-nullable property 'ThemeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/EnviromentConfigurations.cs#L6
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/EnviromentConfigurations.cs#L7
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/EnviromentConfigurations.cs#L8
Non-nullable property 'Thumbprint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/EnviromentConfigurations.cs#L15
Non-nullable property 'Environments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/UnderenhetModel.cs#L46
Non-nullable property 'organisasjonsnummer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/UnderenhetModel.cs#L47
Non-nullable property 'navn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/UnderenhetModel.cs#L48
Non-nullable property 'organisasjonsform' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze C# (csharp):
backend/src/altinn-support-dashboard.backend/Models/UnderenhetModel.cs#L49
Non-nullable property 'hjemmeside' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|