-
Notifications
You must be signed in to change notification settings - Fork 231
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
Implement tsp namespace for http-client-csharp #5443
Open
ArcturusZhang
wants to merge
39
commits into
microsoft:main
Choose a base branch
from
ArcturusZhang:implement-namespace
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,939
−1,365
Open
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
4e7b1e3
add clientnamespace to relevant types
ArcturusZhang 6738385
Merge branch 'main' into implement-namespace
ArcturusZhang 73e8358
format code
ArcturusZhang bf11ad7
model done
ArcturusZhang 0ebfb9c
enum done
ArcturusZhang 3380f8c
fix a bug
ArcturusZhang 22a3a40
regen
ArcturusZhang c137e51
regen and fix test cases
ArcturusZhang bd03a7d
regen everything and remove a test until we have a solution
ArcturusZhang 6514f2d
regen everything
ArcturusZhang b1b5f23
Merge remote-tracking branch 'origin/main' into implement-namespace
ArcturusZhang 66a9da5
add a mechanism to automatically prepend underscore when the namespac…
ArcturusZhang 94287c7
Merge branch 'main' into implement-namespace
ArcturusZhang 66acf99
regen everything
ArcturusZhang 3e651c4
format
ArcturusZhang fc83d8b
fix linter
ArcturusZhang 271151a
a workaround
ArcturusZhang c114fda
fix and regen
ArcturusZhang ade80c5
Merge remote-tracking branch 'origin/main' into implement-namespace
ArcturusZhang 66c349d
fix test case compilation
ArcturusZhang c426628
now client also honors namespace
ArcturusZhang fd933a7
it is so complicated to make everything compile
ArcturusZhang a544bef
make the test project individually for each cadl ranch project
ArcturusZhang 1fe6ef8
Merge remote-tracking branch 'origin/main' into implement-namespace
ArcturusZhang f01d39d
some progress
ArcturusZhang 4c549d8
remove usemodelnamespace and modelnamespace configuration
ArcturusZhang cc6244a
Merge remote-tracking branch 'origin/main' into implement-namespace
ArcturusZhang b79e1d4
remove the added csproj for test projects
ArcturusZhang dc641fe
revert unnecessary changes
ArcturusZhang 9f72224
update
ArcturusZhang 141db44
regen everything
ArcturusZhang 8dcff70
fix all test cases
ArcturusZhang 13b0401
fix a few unit tests
ArcturusZhang 6a06f2c
revert changes to factory method for input model
ArcturusZhang 39a9676
fix all unit tests
ArcturusZhang 3132c21
fix cadl ranch test issues
ArcturusZhang 9a05ba1
format
ArcturusZhang 8730887
Merge branch 'main' into implement-namespace
ArcturusZhang ecb32ea
fix test failures and regen
ArcturusZhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
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
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
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
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "client-namespace-conflict"?