Skip to content
代码片段 群组 项目
未验证 提交 a4154ac5 编辑于 作者: David Fowler's avatar David Fowler 提交者: GitHub
浏览文件

Turn on TreatWarningsAsErrors since they are currently harmless (#32166)

* Turn on TreatWarningsAsErrors since they are currently harmless

* Only treat ILLinker errors as warnings
上级 82b4b773
No related branches found
No related tags found
无相关合并请求
...@@ -13,7 +13,6 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests ...@@ -13,7 +13,6 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests
{ {
public class LinkedApplicationTests : LoggedTest public class LinkedApplicationTests : LoggedTest
{ {
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24755")]
[Fact] [Fact]
public async Task LinkedApplicationWorks() public async Task LinkedApplicationWorks()
{ {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PublishTrimmed>true</PublishTrimmed> <PublishTrimmed>true</PublishTrimmed>
<TrimMode>link</TrimMode> <TrimMode>link</TrimMode>
<ILLinkTreatWarningsAsErrors>false</ILLinkTreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册