Type converters are linked away in .NET 5+ when using TrimMode=link #41390
Labels
area-System.ComponentModel
linkable-framework
Issues associated with delivering a linker friendly framework
Milestone
Test project: consoleapp-195d28e.zip
Repro: run
make linked
, which passes/p:PublishTrimmed=true /p:TrimMode=link
todotnet build
:Running
make notlinked
(which does not pass/p:TrimMode=link
todotnet build
, but it still passes/p:PublishTrimmed=true
)shows the type converters exist then:*** Moved from dotnet/linker#1451 ***
The text was updated successfully, but these errors were encountered: