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

Update Docs and Defaults #2392

Merged
merged 5 commits into from
Sep 24, 2024
Merged

Update Docs and Defaults #2392

merged 5 commits into from
Sep 24, 2024

Conversation

MrHinsh
Copy link
Member

@MrHinsh MrHinsh commented Sep 24, 2024

It seams like LanguageMaps is really confusing for folks. I'm removing it from the Sample but keeping the defaults.

…ons.cs, TfsWorkItemMigrationProcessorOptions.cs, EndpointOptions.cs, ProcessorOptions.cs): add new configuration fields and improve JSON serialization handling

Add the "ReflectedWorkItemIdField" to multiple sections in appsettings.json to support custom work item ID fields. Improve JSON serialization handling by adding `NullValueHandling.Ignore` and `DefaultValueHandling.Ignore` attributes to various properties in the codebase. This ensures that default values and null properties are not serialized, reducing the size of the configuration files and making them cleaner.

These changes enhance the flexibility and maintainability of the configuration files, allowing for more customized and efficient setups.
@nkdagility-actions-bot nkdagility-actions-bot bot added enhancement documentation This is an item for a Documentation enhancement enhancement-modern feature labels Sep 24, 2024
@nkdagility-actions-bot
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2392.westeurope.5.azurestaticapps.net

…figurationSample class and update sample creation logic

Introduce an 'Order' property to the ConfigurationSample class to allow for ordered configuration samples. This change ensures that configuration samples are added in a specific order, improving the readability and organization of the generated configuration data.
@nkdagility-actions-bot
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2392.westeurope.5.azurestaticapps.net

@MrHinsh MrHinsh merged commit aa4680f into main Sep 24, 2024
14 checks passed
@MrHinsh MrHinsh deleted the topic/update-docs-for-defaults branch September 24, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is an item for a Documentation enhancement enhancement enhancement-modern feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant