Skip to content

chore(deps): update nuget non-major dependencies #792

chore(deps): update nuget non-major dependencies

chore(deps): update nuget non-major dependencies #792

Triggered via pull request September 25, 2023 14:06
Status Failure
Total duration 1m 20s
Artifacts

dotnet-test.yml

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

Annotations

14 errors and 10 warnings
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/Options/NullInstanceAppOptionsProviderTests.cs#L18
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/DataLists/NullInstanceDataListProviderTest.cs#L21
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/DataLists/NullDataListProviderTest.cs#L20
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/Helpers/ProcessHelperTests.cs#L41
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/Helpers/ProcessHelperTests.cs#L52
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/Helpers/ProcessHelperTests.cs#L75
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/Helpers/ProcessHelperTests.cs#L92
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/Internal/Events/EventHandlerResolverTests.cs#L27
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Api.Tests/Controllers/DataControllerTests.cs#L93
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Run dotnet build and test (ubuntu-latest): test/Altinn.App.Core.Tests/Options/NullInstanceAppOptionsProviderTests.cs#L18
Test methods must not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
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/Extensions/XmlToLinqExtensions.cs#L30
Possible null reference argument for parameter 'value' in 'XAttribute.XAttribute(XName name, object value)'.
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 (ubuntu-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 (ubuntu-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 (ubuntu-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 (ubuntu-latest): 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.