Fix duplicate fault response on the error path #1192 - #1193
Merged
andersjonsson merged 2 commits intoSep 11, 2026
Merged
Annotations
2 errors and 11 warnings
|
Perform CodeQL Analysis
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
|
Initialize CodeQL
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-dotnet@v1, github/codeql-action/analyze@v1, github/codeql-action/init@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build with .NET:
src/SoapCore/DocumentationWriter/SoapBinding.cs#L7
Partial elements should be documented (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1601.md)
|
|
Build with .NET:
src/SoapCore/SoapCoreOptions.cs#L25
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
|
Build with .NET:
src/SoapCore/ReflectionExtensions.cs#L164
'internal' members should come before 'private' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|
Build with .NET:
src/SoapCore/SoapCoreOptions.cs#L128
'public' members should come before 'internal' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|
|
|
Build with .NET:
src/SoapCore/MessageEncoder/SoapMessageEncoder.cs#L187
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
|
Build with .NET:
src/SoapCore/MembersWithAttributeCache.cs#L6
Partial elements should be documented (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1601.md)
|
|
|
|
Build with .NET
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Build with .NET
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
background
wait
wait-all
cancel
parallel
Loading