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

Commits on Sep 24, 2024

  1. 🔧 (appsettings.json, TfsTeamProjectAuthentication.cs, TfsEndpointOpti…

    …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.
    MrHinsh committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    48d5f5c View commit details
    Browse the repository at this point in the history
  2. Update generated docs

    MrHinsh committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    57129e6 View commit details
    Browse the repository at this point in the history
  3. Commit renames

    MrHinsh committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    89b22be View commit details
    Browse the repository at this point in the history
  4. ✨ (ClassDataLoader.cs, ReferenceData.cs): add 'Order' property to Con…

    …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.
    MrHinsh committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6d3fe26 View commit details
    Browse the repository at this point in the history
  5. Updat docs

    MrHinsh committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1463259 View commit details
    Browse the repository at this point in the history