Trim managed debugging support code (#82696)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Tue, 28 Feb 2023 07:22:28 +0000 (16:22 +0900)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 07:22:28 +0000 (16:22 +0900)
commitf5740caadda1b264ae6c3a8a5b9e39bcd3445ff1
tree1c115a561c2eda8b66328b72b847d110f6dec0ce
parent967250cc86b4c613015066b47b882e7424fdb590
Trim managed debugging support code (#82696)

NativeAOT is not debugged with a managed debugger that would be able to understand these. It's also questionable whether a possible future managed debugger would be using this (versus debugging with IL that gets embedded in debugging symbols like .NET Native does).
16 files changed:
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets
src/libraries/System.Collections.Immutable/tests/ImmutableArrayBuilderTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryBuilderTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableHashSetTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableListBuilderTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableSortedSetBuilderTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableSortedSetTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableStackTest.cs
src/libraries/System.Collections.NonGeneric/tests/ArrayListTests.cs
src/libraries/System.Collections.NonGeneric/tests/HashtableTests.cs
src/libraries/System.Collections.NonGeneric/tests/QueueTests.cs
src/libraries/System.Collections.NonGeneric/tests/SortedListTests.cs
src/libraries/System.Collections.NonGeneric/tests/StackTests.cs
src/libraries/System.Reflection/tests/AssemblyTests.cs
src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj