Skip to content

pass this.Connection.ConnectionToken for some cases #603

pass this.Connection.ConnectionToken for some cases

pass this.Connection.ConnectionToken for some cases #603

Re-run triggered March 29, 2026 22:45
Status Success
Total duration 20m 55s
Artifacts

build.yml

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

Annotations

31 warnings
build (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (windows-latest): src/SuperSocket.MCP/Abstractions/McpResourceContent.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/McpResourceContent.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/McpResource.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/McpResource.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/McpPromptResult.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/McpPrompt.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/McpPrompt.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/IMcpHandlerRegistry.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/IMcpHandlerRegistry.cs#L61
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/IMcpHandlerRegistry.cs#L54
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest)
The target framework 'net6.0' 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 (windows-latest)
The target framework 'net6.0' 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 (windows-latest)
The target framework 'net7.0' 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 (windows-latest)
The target framework 'net6.0' 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 (windows-latest)
The target framework 'net7.0' 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 (windows-latest)
The target framework 'net6.0' 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 (windows-latest)
The target framework 'net7.0' 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 (windows-latest)
The target framework 'net7.0' 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 (windows-latest)
The target framework 'net6.0' 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 (windows-latest)
The target framework 'net6.0' 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 (windows-latest): src/SuperSocket.MCP/Abstractions/McpPrompt.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/McpPrompt.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/McpHandlerRegistry.cs#L103
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/McpHandlerRegistry.cs#L93
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/McpHandlerRegistry.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/IMcpPromptHandler.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/IMcpHandlerRegistry.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/IMcpHandlerRegistry.cs#L61
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.MCP/Abstractions/IMcpHandlerRegistry.cs#L54
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/SuperSocket.Primitives/CertificateOptions.cs#L60
'X509Certificate2.X509Certificate2(string, string?, X509KeyStorageFlags)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)