Skip to content

Commit a64d690

Browse files
Baseline new warning in trimming tests
ToolsTests legs are failing: #114406 (comment) Psychic debugging (without actually trying to repro anything) tells me this is from #114346 that makes us emit more dynamic keyword warnings. That PR didn't trigger the ToolsTests leg since it's not a ILLink change.
1 parent ee5183f commit a64d690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/DynamicObjects.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ class DynamicInRequiresUnreferencedCodeClass
129129
[RequiresUnreferencedCode("message")]
130130
class ClassWithRequires
131131
{
132+
[ExpectedWarning ("IL3050", Tool.NativeAot, "https://github.com/dotnet/runtime/issues/94427")]
132133
[ExpectedWarning ("IL3050", Tool.NativeAot, "https://github.com/dotnet/runtime/issues/94427")]
133134
public static void MethodWithDynamicArg (dynamic arg)
134135
{

0 commit comments

Comments
 (0)