Expression validation (#311) #807
Annotations
10 warnings
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.
|
src/Altinn.App.Core/Extensions/XmlToLinqExtensions.cs#L30
Possible null reference argument for parameter 'value' in 'XAttribute.XAttribute(XName name, object value)'.
|
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.
|
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.
|
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.
|
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.
|
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.
|
src/Altinn.App.Core/Features/Validation/ValidationAppSI.cs#L261
Possible null reference argument for parameter 'httpContext' in 'ActionContext.ActionContext(HttpContext httpContext, RouteData routeData, ActionDescriptor actionDescriptor, ModelStateDictionary modelState)'.
|
src/Altinn.App.Core/Features/Validation/ValidationAppSI.cs#L266
Cannot convert null literal to non-nullable reference type.
|
src/Altinn.App.Core/Extensions/DataProtectionConfiguration.cs#L36
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading