Skip to content

Commit a4154ac

Browse files
authored
Turn on TreatWarningsAsErrors since they are currently harmless (#32166)
* Turn on TreatWarningsAsErrors since they are currently harmless * Only treat ILLinker errors as warnings
1 parent 82b4b77 commit a4154ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Hosting/test/FunctionalTests/LinkedApplicationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests
1313
{
1414
public class LinkedApplicationTests : LoggedTest
1515
{
16-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24755")]
1716
[Fact]
1817
public async Task LinkedApplicationWorks()
1918
{

src/Hosting/test/testassets/BasicLinkedApp/BasicLinkedApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<OutputType>Exe</OutputType>
66
<PublishTrimmed>true</PublishTrimmed>
77
<TrimMode>link</TrimMode>
8+
<ILLinkTreatWarningsAsErrors>false</ILLinkTreatWarningsAsErrors>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)