Several new docs from the Community Toolkit #2718
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive documentation for various .NET Aspire Community Toolkit hosting extensions, including MongoDB extensions, PostgreSQL extensions, Redis extensions, SQL Server extensions, and SQLite. It also introduces new client integration documentation for SQLite with Entity Framework. The most important changes include detailed instructions for using these extensions, examples of usage, and updates to the overview documentation to reflect these additions.
Hosting Extensions Documentation:
docs/community-toolkit/hosting-mongodb-extensions.md
: Added documentation for MongoDB hosting extensions, including installation instructions and example usage.docs/community-toolkit/hosting-postgresql-extensions.md
: Added documentation for PostgreSQL hosting extensions, including installation instructions and example usage.docs/community-toolkit/hosting-redis-extensions.md
: Added documentation for Redis hosting extensions, including installation instructions and example usage.docs/community-toolkit/hosting-sqlserver-extensions.md
: Added documentation for SQL Server hosting extensions, including installation instructions and example usage.docs/community-toolkit/includes/sqlite-hosting.md
: Added documentation for SQLite hosting integration, including installation instructions and example usage.Client Integration Documentation:
docs/community-toolkit/sqlite-entity-framework-integration.md
: Added documentation for SQLite Entity Framework client integration, including installation instructions, configuration options, and example usage.Overview Documentation Updates:
docs/community-toolkit/overview.md
: Updated to include new hosting and client integrations for SQLite, and added references to the new hosting extension documentation for MongoDB, PostgreSQL, Redis, and SQL Server. [1] [2]Internal previews