-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UseManagedNtlm linker substitutions (#90957)
* Fix UseManagedNtlm linker Substitutions - Specify the default value (false) for the feature on Linux so the linker runs the substitution when no value was specified by the user. - Make the `UseManagedNtlm` property public because the linker and IL compiler doesn't support substitution of private properties. - Add `--ignore-substitutions` switch to ILLink during library build to prevent the substitution with default value taking place. * Revert unnecessary changes, document _UseManagedNtlm switch * Set _UseManagedNtlm in NativeAOT integration * Revert unnecessary change, move default values for trimming properties from NativeAOT targets to ILLink ones * Fix build
- Loading branch information
1 parent
33a4319
commit cf3328c
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters