Skip to content

v8.1.0-preview.5

v8.1.0-preview.5 #113

Triggered via release April 16, 2024 13:07
Status Success
Total duration 1m 0s
Artifacts

publish-release.yml

on: release
release-nugets
52s
release-nugets
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
release-nugets: 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.
release-nugets: 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.
release-nugets: 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.
release-nugets: src/Altinn.App.Core/Configuration/AppSettings.cs#L65
Non-nullable property 'BaseResourceFolderContainer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release-nugets: src/Altinn.App.Core/Configuration/AppSettings.cs#L145
Non-nullable property 'OpenIdWellKnownEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release-nugets: src/Altinn.App.Core/Configuration/AppSettings.cs#L150
Non-nullable property 'AppOidcProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release-nugets: src/Altinn.App.Core/Configuration/AppSettings.cs#L155
Non-nullable property 'RuntimeCookieName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release-nugets: src/Altinn.App.Core/Configuration/AppSettings.cs#L189
Non-nullable property 'AppVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release-nugets: 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.
release-nugets: 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.