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

Conversation

MrHinsh
Copy link
Member

@MrHinsh MrHinsh commented Sep 19, 2024

No description provided.

♻️ (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.
@nkdagility-actions-bot nkdagility-actions-bot bot added enhancement documentation This is an item for a Documentation enhancement enhancement-modern feature labels Sep 19, 2024
@MrHinsh MrHinsh merged commit 718c319 into main Sep 19, 2024
15 checks passed
@MrHinsh MrHinsh deleted the topic/ensure-endpoint-samples-render branch September 19, 2024 08:18
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