Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Document properties for configurations #17940

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

haritha-mohan
Copy link
Contributor

Fixes #17738
Addresses the initial issue of just documenting which properties are tied to which configuration. But to make the documentation more helpful, we should provide further context about what exactly these properties mean. However, this isn't trivial as some properties are a bit cryptic..once further info is acquired, it will be integrated in a later revision.

Fixes xamarin#17738
Addresses the initial issue of just documenting which properties
are tied to which configuration. But to make the documentation
more helpful, we should provide further context about what exactly
these properties mean. However, this isn't trivial as some
properties are a bit cryptic..once further info is acquired, it
will be integrated in a later revision.
Copy link
Member

@rolfbjarne rolfbjarne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great!

docs/configuration-properties.md Outdated Show resolved Hide resolved
Comment on lines 9 to 15
|--------------------------------------------------------- |----------------------------------- |--------------------------------------- |
| UseSystemResourceKeys | true | |
| VerifyDependencyInjectionOpenGenericServiceTrimmability | false | |
| DebuggerSupport | false | |
| EnableAssemblyILStripping | true | |
| RuntimeIdentifiers | maccatalyst-x64;maccatalyst-arm64 | TargetFramework == netx.x-maccatalyst |
| RuntimeIdentifiers | osx-x64;osx-arm64 | TargetFramework == netx.x-macos |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really minor, but maybe sort them alphabetically?

docs/configuration-properties.md Outdated Show resolved Hide resolved
docs/configuration-properties.md Outdated Show resolved Hide resolved
Copy link
Contributor

@tj-devel709 tj-devel709 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after Rolf's suggestions :)

@haritha-mohan haritha-mohan merged commit 6dcb8e3 into xamarin:main Mar 30, 2023
@haritha-mohan haritha-mohan deleted the configuration-property-docs branch March 30, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document which properties change depending on the current configuration in the build
4 participants