Skip to content

Fix remove hidden data to support list binding and hiddenRow #750

Fix remove hidden data to support list binding and hiddenRow

Fix remove hidden data to support list binding and hiddenRow #750

Triggered via pull request September 11, 2023 14:05
Status Failure
Total duration 2m 4s
Artifacts

dotnet-test.yml

on: pull_request
Matrix: Run dotnet build and test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 20 warnings
Run dotnet build and test (ubuntu-latest)
Process completed with exit code 1.
Run dotnet build and test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Run dotnet build and test (windows-latest)
The operation was canceled.
Run dotnet build and test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Run dotnet build and test (macos-latest)
The operation was canceled.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (ubuntu-latest): 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.
Run dotnet build and test (macos-latest): 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.
Run dotnet build and test (macos-latest): 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.
Run dotnet build and test (macos-latest): 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.
Run dotnet build and test (macos-latest): 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.
Run dotnet build and test (macos-latest): 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.
Run dotnet build and test (macos-latest): 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.
Run dotnet build and test (macos-latest): 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.
Run dotnet build and test (macos-latest): src/Altinn.App.Core/Models/ProcessStateChange.cs#L15
Non-nullable property 'OldProcessState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run dotnet build and test (macos-latest): src/Altinn.App.Core/Models/ProcessStateChange.cs#L20
Non-nullable property 'NewProcessState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run dotnet build and test (macos-latest): src/Altinn.App.Core/Models/ProcessStateChange.cs#L25
Non-nullable property 'Events' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.