1 Star 0 Fork 0

yangming886/eShop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.targets 931 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brennan 提交于 2024-02-15 12:02 . Update to aspire preview3 (#166)
<Project>
<PropertyGroup Condition="'$(PublishAot)' == 'true'">
<!-- EventSource is disabled by default for non-ASP.NET AOT'd apps, re-enable it -->
<EventSourceSupport>true</EventSourceSupport>
<!-- Ensure individual warnings are shown when publishing -->
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<!-- But ignore the single warn files marked below to suppress their known warnings. -->
<NoWarn>$(NoWarn);IL2104</NoWarn>
</PropertyGroup>
<Target Name="ConfigureTrimming"
BeforeTargets="PrepareForILLink">
<!-- Single warn the following assemblies, which have known warnings, so the warnings can be suppressed for now. -->
<ItemGroup>
<!-- https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1410 is tracking fixing the one EventSource warning in RabbitMQ. -->
<IlcArg Include="--singlewarnassembly:RabbitMQ.Client" />
</ItemGroup>
</Target>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/yangming886/eShop.git
git@gitee.com:yangming886/eShop.git
yangming886
eShop
eShop
main

搜索帮助