Closed
Conversation
Calls out that the crate should not be used directly
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a README file for the TypeSpec Macros crate to clarify its purpose and usage.
- Introduces documentation outlining the crate’s role in providing procedural macros for TypeSpec-generated client libraries.
- Emphasizes that users should not use this crate directly (instead, depend on typespec_client_core) while still providing installation instructions.
Co-authored-by: Copilot <[email protected]>
heaths
requested changes
Apr 16, 2025
Collaborator
|
API change check API changes are not detected in this pull request. |
heaths
requested changes
Apr 16, 2025
heaths
approved these changes
Apr 16, 2025
Member
|
Spelling error. Rather than "structs", style guide is to spell out things so just update it to "structures". |
|
Hi @RickWinter. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
|
No pipelines are associated with this pull request. |
Member
|
/azp run rust - pullrequest |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
Run and fix cspell issues. |
heaths
requested changes
Jul 28, 2025
| - `Model`: A derive macro that implements the `Model` trait, allowing a type to be deserialized from an HTTP response body. | ||
| - `SafeDebug`: A derive macro that implements debug formatting in a way that avoids leaking personally identifiable information (PII). | ||
|
|
||
| ### The Model derive macro |
| - `Model`: A derive macro that implements the `Model` trait, allowing a type to be deserialized from an HTTP response body. | ||
| - `SafeDebug`: A derive macro that implements debug formatting in a way that avoids leaking personally identifiable information (PII). | ||
|
|
||
| ### The Model derive macro |
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.
Calls out that the crate should not be used directly