Closed Rohansi closed 3 years ago
Example is System.Collections.Immutable.ImmutableArray<T>.Builder, which has the following attribute:
System.Collections.Immutable.ImmutableArray<T>.Builder
[DebuggerTypeProxy(typeof(ImmutableArrayBuilderDebuggerProxy))]
The resulting assembly will fail to load because ImmutableArrayBuilderDebuggerProxy was stripped. There are other instances of this for the other collection types in the same library.
ImmutableArrayBuilderDebuggerProxy
Example is
System.Collections.Immutable.ImmutableArray<T>.Builder
, which has the following attribute:The resulting assembly will fail to load because
ImmutableArrayBuilderDebuggerProxy
was stripped. There are other instances of this for the other collection types in the same library.