chore(deps): update dependency altinn.apiclients.maskinporten to v9 (v7) - autoclosed #724
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test-and-analyze.yml
on: pull_request
Static code analysis
6m 48s
Annotations
20 warnings
Static code analysis:
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.
|
Static code analysis:
src/Altinn.App.Core/Extensions/XmlToLinqExtensions.cs#L30
Possible null reference argument for parameter 'value' in 'XAttribute.XAttribute(XName name, object value)'.
|
Static code analysis:
src/Altinn.App.Core/Configuration/AppSettings.cs#L69
Non-nullable property 'BaseResourceFolderContainer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Static code analysis:
src/Altinn.App.Core/Configuration/AppSettings.cs#L149
Non-nullable property 'OpenIdWellKnownEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Static code analysis:
src/Altinn.App.Core/Configuration/AppSettings.cs#L154
Non-nullable property 'AppOidcProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Static code analysis:
src/Altinn.App.Core/Configuration/AppSettings.cs#L159
Non-nullable property 'RuntimeCookieName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Static code analysis:
src/Altinn.App.Core/Configuration/AppSettings.cs#L214
Non-nullable property 'AppVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Static code analysis:
src/Altinn.App.Core/Features/Validation/ValidationAppSI.cs#L244
Possible null reference argument for parameter 'httpContext' in 'ActionContext.ActionContext(HttpContext httpContext, RouteData routeData, ActionDescriptor actionDescriptor, ModelStateDictionary modelState)'.
|
Static code analysis:
src/Altinn.App.Core/Features/Validation/ValidationAppSI.cs#L249
Cannot convert null literal to non-nullable reference type.
|
Static code analysis:
src/Altinn.App.Core/Features/PageOrder/DefaultPageOrder.cs#L36
Dereference of a possibly null reference.
|
Static code analysis:
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.
|
Static code analysis:
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.
|
Static code analysis:
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.
|
Static code analysis:
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.
|
Static code analysis:
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.
|
Static code analysis:
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.
|
Static code analysis:
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.
|
Static code analysis:
src/Altinn.App.Core/Models/QueryResponse.cs#L21
Non-nullable property 'Self' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Static code analysis:
src/Altinn.App.Core/Models/QueryResponse.cs#L27
Non-nullable property 'Next' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Static code analysis:
src/Altinn.App.Core/Models/QueryResponse.cs#L33
Non-nullable property 'Instances' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|