WIP: System.ClientModel and Azure.Core 2.0#39135
Closed
annelo-msft wants to merge 248 commits intomainfrom
Closed
Conversation
…feature/core-experiment
* retry policy updates * update MessageClassifier property on message to ResponseClassifier * API updates
…ClientModel integration branch (#41816) * update * updates from PR * updates * updates from PR in main
…a single PR (#41907) * initial rework * continued refactor * WIP * nits * fix and add some tests * update * update * fix * fix * fix * fix * Add messages to Debug.Asserts; update test to opt-out of buffering * plumb through network timeout from clientoptions * more test fixes * move template call into Azure.Core base type * fix and address tests that rely on transport not buffering * set NetworkTimeout in Pipeline.Send * add functional tests for buffering * update * refactor * reorg * refactor * nits * nit * rewwork a bit * rewwork a bit * updates * fix * initial move * clientmodel tests * Azure.Core implementation * export API * bug fix * updates * fix internal timeout property issue * bug fix * fix where dispose is called before buffer * bug fix * fix * updates from clientmodel PR * instrumentation for debugging async issue * remove instrumentation * bug fix and remove more instrumentation * updates * more cleanup * update * updates * keep in sync with PR to main * updates * add test for async exception factory
* delete duplicate test project * remove #nullable disable and #nullable enable * updates * one approach to nullable models * more changes * updates * updates * updates for open AI * updates * updates * nits
* WIP * WIP * update to request and export API * update to response and export API * nits * fix * keep in sync with PR to main * make PipelineRequest.Uri nullable * fix build break
Member
Author
|
Closing in favor of #42386 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Implements the System.ClientModel library with Azure.Core 2.0 integration.