Skip to content

Changes for 1.10.0. (#39) #150

Changes for 1.10.0. (#39)

Changes for 1.10.0. (#39) #150

Triggered via push November 3, 2024 16:40
Status Success
Total duration 5m 23s
Artifacts

build.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Build (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (ubuntu-latest): src/LogicAppUnit/WorkflowTestBase.cs#L34
Member '_workflowIsInitialised' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (ubuntu-latest): src/LogicAppUnit/TestConfiguration.cs#L58
Member 'WriteFunctionRuntimeStartupLogs' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (ubuntu-latest): src/LogicAppUnit/TestConfiguration.cs#L66
Member 'WriteMockRequestMatchingLogs' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (ubuntu-latest): src/LogicAppUnit/Mocking/MockRequestMatcher.cs#L28
Member '_requestMatchCounter' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (ubuntu-latest): src/LogicAppUnit/Helper/ResourceHelper.cs#L30
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (ubuntu-latest): src/LogicAppUnit/Helper/ResourceHelper.cs#L32
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (ubuntu-latest): src/LogicAppUnit/Helper/ContentHelper.cs#L32
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (ubuntu-latest): src/LogicAppUnit/Helper/ContentHelper.cs#L90
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (ubuntu-latest): src/LogicAppUnit/Helper/ContentHelper.cs#L75
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (ubuntu-latest): src/LogicAppUnit/Helper/ContentHelper.cs#L141
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (windows-latest): src/LogicAppUnit/TestConfiguration.cs#L58
Member 'WriteFunctionRuntimeStartupLogs' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (windows-latest): src/LogicAppUnit/TestConfiguration.cs#L66
Member 'WriteMockRequestMatchingLogs' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (windows-latest): src/LogicAppUnit/WorkflowTestBase.cs#L34
Member '_workflowIsInitialised' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (windows-latest): src/LogicAppUnit/Mocking/MockRequestMatcher.cs#L28
Member '_requestMatchCounter' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (windows-latest): src/LogicAppUnit/Helper/ContentHelper.cs#L32
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (windows-latest): src/LogicAppUnit/InternalHelper/WorkflowApiHelper.cs#L34
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (windows-latest): src/LogicAppUnit/InternalHelper/WorkflowApiHelper.cs#L91
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
Build (windows-latest): src/LogicAppUnit/Helper/ContentHelper.cs#L90
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (windows-latest): src/LogicAppUnit/Helper/ResourceHelper.cs#L30
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
Build (windows-latest): src/LogicAppUnit/Helper/ResourceHelper.cs#L32
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)