Add runtime project properties section#7539
Draft
drewnoakes wants to merge 1 commit intodotnet:mainfrom
Draft
Conversation
These properties apply to application projects (OutputType of Exe or WinExe) and control various runtime behaviours. For more information on these properties, see https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#runtime-configuration-properties.
Member
Author
|
cc @BillWagner for input on whether these properties would add value, and whether we could rely on the SDK to provide default values to make the experience better here. |
Contributor
|
What percentage of our users will ever need to change one of these settings? If it is very small, we shouldn't complicate the user experience by adding them. |
Member
|
I see this as a good candidate of properties for the Advanced page. There would just be a Runtime section and none of the sub-sections. That's my suggestion. |
Member
Author
|
Rather than an advanced page, I think we need an advanced mode. Lets discuss this in #7558. |
Member
|
@drewnoakes Is this something still under active consideration? Might make sense to close it for the time being until we focus our attention again on property page changes. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new "Runtime" page containing properties that exist for .NET Core Applicaiton projects. Library projects, or those targeting .NET Framework would not see this page at all.
For more information on these properties, see https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#runtime-configuration-properties.
It seems that the SDK does not specify default values for several of these properties, hence I am leaving this as a draft for now to open a discussion around whether these would add value.
Microsoft Reviewers: Open in CodeFlow