-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Escape paths containing the keyword "item" (#4900)
* Fix: Escape paths containing the keyword "item" Fixes #4814 * Add unit test for escaping "item" * chore: code formatting * chore: code linting Signed-off-by: Vincent Biret <[email protected]> * fix: type name for navigation property Signed-off-by: Vincent Biret <[email protected]> * fix: test data for naming convention Signed-off-by: Vincent Biret <[email protected]> * Move constant values to constants. * Refactor: Move constants to OpenApiUrlTreeNodeExtensions.cs and adjust unit test * docs: adds changelog entry for item fix --------- Signed-off-by: Vincent Biret <[email protected]> Co-authored-by: Vincent Biret <[email protected]>
- Loading branch information
1 parent
3381a4b
commit 7f0cb96
Showing
4 changed files
with
96 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters