Skip to content

Commit 52beefa

Browse files
authored
Baseline linker warnings (#16705)
1 parent f4f6ba1 commit 52beefa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,7 @@ public void ILLink_verify_analysis_warnings_hello_world_app_trim_mode_link(strin
549549

550550
// Please keep list below sorted and de-duplicated
551551
List<string> expectedOutput = new List<string>() {
552-
"ILLink : Trim analysis warning IL2026: System.ComponentModel.Design.DesigntimeLicenseContextSerializer.Deserialize(Stream,String,RuntimeLicenseContext",
553-
"ILLink : Trim analysis warning IL2067: System.ComponentModel.LicenseManager.CreateWithContext(Type,LicenseContext,Object[]",
554-
"ILLink : Trim analysis warning IL2072: System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext,Type,Object,Boolean,License&,String&",
555-
"ILLink : Trim analysis warning IL2072: System.Diagnostics.Tracing.EventSource.EnsureDescriptorsInitialized(",
556-
"ILLink : Trim analysis warning IL2070: System.Diagnostics.Tracing.TypeAnalysis.TypeAnalysis(Type,EventDataAttribute,List<Type>"
552+
"ILLink : Trim analysis warning IL2072: System.Diagnostics.Tracing.EventSource.EnsureDescriptorsInitialized("
557553
};
558554

559555
var testProject = CreateTestProjectForILLinkTesting(targetFramework, projectName);

0 commit comments

Comments
 (0)