Skip to content

Commit

Permalink
v11.0.2024.1201 优化ITracer/ISpan埋点架构,减少GC;优化await状态机,减少UI上下文捕获;
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Dec 1, 2024
1 parent b93a820 commit 559f5c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NewLife.Core/NewLife.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\Doc\newlife.snk</AssemblyOriginatorKeyFile>
<NoWarn>1701;1702;NU5104;NU1505;NETSDK1138;CS7035</NoWarn>
<AnalysisLevel>latest</AnalysisLevel>
<WarningsAsErrors>CA2007</WarningsAsErrors>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -31,7 +32,7 @@
<RepositoryUrl>https://github.com/NewLifeX/X</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>新生命团队;X组件;NewLife;$(AssemblyName)</PackageTags>
<PackageReleaseNotes>改进IPacket;v11目标是优化内存占用降低GC</PackageReleaseNotes>
<PackageReleaseNotes>优化ITracer/ISpan埋点架构,减少GC;优化await状态机,减少UI上下文捕获;改进IPacket;v11目标是优化内存占用降低GC</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

0 comments on commit 559f5c4

Please sign in to comment.