-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Aliases or strips namespace prefixes from segment names when an…
…d where applicable (#369) * Refactor striping and aliasing of namespace prefixes * Adds new convert setting * Add function that strips or aliases namespace prefix * Alias or strip namespace prefixes from operation segments * Strip or alias namespace prefix for type cast paths * Update public API doc. * Update unit test * Strip or aliases namespace prefix from type cast segments * Update public API doc. * Update unit test * Update release notes * Update operation segment tests * Apply suggestions from code review * - fixes review correction * Strip namespace prefix independently of aliasing * PR review suggestions --------- Co-authored-by: Vincent Biret <vibiret@microsoft.com>
- Loading branch information
1 parent
ef33618
commit f9e45d0
Showing
8 changed files
with
162 additions
and
57 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
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
Oops, something went wrong.