Default EnableUnsafeBinaryFormatterSerialization and EnableUnsafeUTF7Encoding in trimmed applications#18812
Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
…Encoding in trimmed applications Fix dotnet#14475
|
#14475 mentions that |
It's value is defaulted to The value we get out of this change (set it during PublishTrimmed=true) is that the linker sees its value, and trims away the UTF7 code in the runtime. |
Fix #14475
FYI - @jkotas