You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix RunClassConstructor trim warning for Nullable<T> (#106975)
The trimming tools (ILLink, native AOT, and the trim analyzer) report
warnings when RunClassConstructor is called for nullable value
types. This is not problematic for trimming and should not warn.
Copy file name to clipboardExpand all lines: src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/generated/ILLink.RoslynAnalyzer.Tests.Generator/ILLink.RoslynAnalyzer.Tests.TestCaseGenerator/ReflectionTests.g.cs
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,6 @@ public Task ParametersUsedViaReflection ()
0 commit comments