Update nuget non-major dependencies #255
Annotations
7 errors and 8 warnings
src/App.IntegrationTests/Implementation/PdfService/PdfServiceTests1.cs#L29
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)
|
src/App.IntegrationTests/Implementation/PdfService/PdfServiceTests2.cs#L29
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)
|
src/App.IntegrationTests/Implementation/PdfService/PdfServiceTest3.cs#L29
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)
|
src/App.IntegrationTests/Implementation/PdfService/PdfServiceTests1.cs#L29
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)
|
src/App.IntegrationTests/Implementation/PdfService/PdfServiceTests2.cs#L29
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)
|
src/App.IntegrationTests/Implementation/PdfService/PdfServiceTest3.cs#L29
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)
|
|
src/App.IntegrationTests/Mocks/Services/DataMockSI.cs#L91
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/App.IntegrationTests/Mocks/Services/DataMockSI.cs#L204
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/App.IntegrationTests/Mocks/Services/DataMockSI.cs#L231
'IAppResources.GetApplication()' is obsolete: 'GetApplication is scheduled for removal. Use Altinn.App.Core.Internal.App.IAppMetadata.GetApplicationMetadata instead'
|
src/App.IntegrationTests/ApiTests/ProcessApiTest.cs#L171
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
src/App.IntegrationTests/Mocks/Services/DataMockSI.cs#L91
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/App.IntegrationTests/Mocks/Services/DataMockSI.cs#L204
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/App.IntegrationTests/Mocks/Services/DataMockSI.cs#L231
'IAppResources.GetApplication()' is obsolete: 'GetApplication is scheduled for removal. Use Altinn.App.Core.Internal.App.IAppMetadata.GetApplicationMetadata instead'
|
src/App.IntegrationTests/ApiTests/ProcessApiTest.cs#L171
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
The logs for this run have expired and are no longer available.
Loading