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

Fix for Endpoint Samples not being rendered correctly in Docs #2377

Merged
merged 2 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. 🔧 (MigrationTools.sln): add appsettings.json to solution items

    ♻️ (appsettings.json): remove redundant EndpointType properties
    ✨ (ClassDataLoader.cs): add support for IsKeyed configuration metadata
    
    Adding `appsettings.json` to the solution items ensures it is included in the project structure, making it easier to manage configuration settings. Removing redundant `EndpointType` properties from `appsettings.json` simplifies the configuration file, reducing potential confusion and maintenance overhead. The changes in `ClassDataLoader.cs` introduce support for `IsKeyed` configuration metadata, allowing for more flexible and accurate JSON conversion based on configuration options. This enhances the configurability and robustness of the data loading process.
    MrHinsh committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e675cdc View commit details
    Browse the repository at this point in the history
  2. Update docs

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