File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
System.Diagnostics.Tracing/tests/TrimmingTests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
44using System . Collections . Generic ;
55using System . Collections . ObjectModel ;
6+ using System . Diagnostics . CodeAnalysis ;
67using System . Diagnostics . Tracing ;
78
89/// <summary>
@@ -34,6 +35,7 @@ private class TestEventSource : EventSource
3435 public TestEventSource ( ) : base ( EventSourceSettings . EtwSelfDescribingEventFormat ) { }
3536
3637 [ Event ( 1 ) ]
38+ [ DynamicDependency ( DynamicallyAccessedMemberTypes . PublicProperties , typeof ( TestSubData ) ) ]
3739 public void LogData ( TestData data )
3840 {
3941 Write ( "LogData" , data ) ;
Original file line number Diff line number Diff line change 648648 Condition =" '$(TestPackages)' == 'true'" />
649649
650650 <!-- We need to go over these disablements: https://github.com/dotnet/runtime/issues/101228 -->
651- <ProjectExclusions Condition =" '$(RunNativeAotTestApps)' == 'true'" Include =" $(MSBuildThisFileDirectory)\System.Diagnostics.Tracing\tests\TrimmingTests\System.Diagnostics.Tracing.TrimmingTests.proj" />
652651 <ProjectExclusions Condition =" '$(RunNativeAotTestApps)' == 'true'" Include =" $(MSBuildThisFileDirectory)\System.Linq.Queryable\tests\TrimmingTests\System.Linq.Queryable.TrimmingTests.proj" />
653652 <ProjectExclusions Condition =" '$(RunNativeAotTestApps)' == 'true'" Include =" $(MSBuildThisFileDirectory)\System.Private.Xml.Linq\tests\TrimmingTests\System.Xml.Linq.TrimmingTests.proj" />
654653 <ProjectExclusions Condition =" '$(RunNativeAotTestApps)' == 'true'" Include =" $(MSBuildThisFileDirectory)\System.Net.Http\tests\TrimmingTests\System.Net.Http.TrimmingTests.proj" />
You can’t perform that action at this time.
0 commit comments