Skip to content

Comments

优化(csproj): 升级TouchSocket相关依赖至4.1.3#10741

Merged
msmith-techempower merged 2 commits intoTechEmpower:masterfrom
RRQM:master
Feb 17, 2026
Merged

优化(csproj): 升级TouchSocket相关依赖至4.1.3#10741
msmith-techempower merged 2 commits intoTechEmpower:masterfrom
RRQM:master

Conversation

@RRQM
Copy link
Contributor

@RRQM RRQM commented Feb 12, 2026

升级TouchSocket.Http、TouchSocket、TouchSocket.Hosting、TouchSocket.WebApi等NuGet包版本至4.1.3,保持依赖项一致性与最新状态

升级TouchSocket.Http、TouchSocket、TouchSocket.Hosting、TouchSocket.WebApi等NuGet包版本至4.1.3,保持依赖项一致性与最新状态
Copilot AI review requested due to automatic review settings February 12, 2026 14:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the TouchSocket benchmark projects’ NuGet package references to newer TouchSocket 4.1.3 versions to keep the main variants aligned with the intended dependency level.

Changes:

  • Bump TouchSocket.Hosting and TouchSocket.WebApi to 4.1.3 in the WebApi variant project.
  • Bump TouchSocket to 4.1.3 in the HttpPlatform variant project.
  • Bump TouchSocket.Http to 4.1.3 in the minimal HTTP variant project.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
frameworks/CSharp/touchsocket/src/TouchSocketWebApi/TouchSocketWebApi.csproj Updates WebApi-related TouchSocket package versions to 4.1.3.
frameworks/CSharp/touchsocket/src/TouchSocketHttpPlatform/TouchSocketHttpPlatform.csproj Updates core TouchSocket package to 4.1.3 for the platform variant.
frameworks/CSharp/touchsocket/src/TouchSocketHttp/TouchSocketHttp.csproj Updates TouchSocket.Http package to 4.1.3 for the minimal HTTP variant.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 12 to +14
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
<PackageReference Include="TouchSocket.Hosting" Version="4.1.1" />
<PackageReference Include="TouchSocket.WebApi" Version="4.1.1" />
<PackageReference Include="TouchSocket.Hosting" Version="4.1.3" />
<PackageReference Include="TouchSocket.WebApi" Version="4.1.3" />
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says it upgrades TouchSocket.Http/TouchSocket/TouchSocket.Hosting/TouchSocket.WebApi to 4.1.3 for dependency consistency, but the *31 variants in this same benchmark set still reference TouchSocket packages at 3.1.0 (e.g., src/TouchSocketWebApi31 and src/TouchSocketHttp31). Either update those variants too, or adjust the PR description/scope to clarify that the *31 variants intentionally remain on 3.1.0.

Copilot uses AI. Check for mistakes.
@joanhey
Copy link
Contributor

joanhey commented Feb 12, 2026

Please add the maintainers in the benchmark_config.json.

So with any change or marked as broken, it'll be notified to them.

Example:

{
"framework": "quarkus",
"maintainers": ["franz1981", "Sanne", "geoand"],
"tests": [
{
"default": {

增加maintainers字段,指定项目维护者为"rrqm"
@msmith-techempower msmith-techempower merged commit 272e21e into TechEmpower:master Feb 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants