Merge 8.0.7 branch into main
#71
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.
✨ PR Overview
This PR adds support for
PathBasefor the self-hosted API and adds READMEs to NuGet packages.🛠️ Changes
1️⃣ Add Support for
PathBaseto Self-Hosted APIThis issue was reported by one of our users in the Free Support Forum.
The
PathBasevalue was being ignored during the stage when the API endpoint was generated.For example, when running the app at a specific path—set during app composition in
Program.cs:The API endpoint was not properly generated because the
PathBasevalue (in this example,/TenantA) was ignored.This issue has been fixed, and now
PathBaseis correctly taken into account when specified.2️⃣ Add README to NuGet Packages
README files are now included in each NuGet package, and will appear on the package's page on NuGet.org.