Start work on new validation #1014
Annotations
20 warnings
Build & Test:
src/Altinn.App.Core/Configuration/PlatformSettings.cs#L54
Non-nullable property 'SubscriptionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/Altinn.App.Core/Models/Validation/InstantiationValidationResult.cs#L18
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/Altinn.App.Core/Models/Validation/InstantiationValidationResult.cs#L23
Non-nullable property 'ValidParties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/Altinn.App.Core/Configuration/AppSettings.cs#L74
Non-nullable property 'BaseResourceFolderContainer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/Altinn.App.Core/Configuration/AppSettings.cs#L159
Non-nullable property 'OpenIdWellKnownEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/Altinn.App.Core/Configuration/AppSettings.cs#L164
Non-nullable property 'AppOidcProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/Altinn.App.Core/Configuration/AppSettings.cs#L169
Non-nullable property 'RuntimeCookieName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/Altinn.App.Core/Configuration/AppSettings.cs#L224
Non-nullable property 'AppVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/Altinn.App.Core/Extensions/DataProtectionConfiguration.cs#L36
Possible null reference return.
|
Build & Test:
src/Altinn.App.Core/Helpers/UserHelper.cs#L67
Converting null literal or possible null value to non-nullable type.
|
Analyze:
src/Altinn.App.Core/Configuration/PlatformSettings.cs#L54
Non-nullable property 'SubscriptionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Models/Validation/InstantiationValidationResult.cs#L18
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Models/Validation/InstantiationValidationResult.cs#L23
Non-nullable property 'ValidParties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Models/UserContext.cs#L14
Non-nullable property 'SocialSecurityNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Models/UserContext.cs#L19
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Models/UserContext.cs#L24
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Models/UserContext.cs#L29
Non-nullable property 'UserParty' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Models/UserContext.cs#L34
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Configuration/AppSettings.cs#L74
Non-nullable property 'BaseResourceFolderContainer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
src/Altinn.App.Core/Configuration/AppSettings.cs#L159
Non-nullable property 'OpenIdWellKnownEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading