Skip to content
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

Adding string cast operators and null APIs to Variant #38508

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

annelo-msft
Copy link
Member

@annelo-msft annelo-msft commented Sep 5, 2023

This PR:

  • Adds cast operators to/from string in the same pattern as other primitives
  • Adds Variant.Null and variant.IsNull APIs to improve UX around nulls
  • Moves tests for variant to the Azure.Core.Experimental.Tests namespace

Addresses #32978

@annelo-msft annelo-msft changed the title Adding string cast operators and null APIs Adding string cast operators and null APIs to Variant Sep 5, 2023
@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

Azure.Core.Experimental

@annelo-msft annelo-msft marked this pull request as ready for review September 5, 2023 22:30
@annelo-msft annelo-msft requested a review from jsquire September 5, 2023 22:30
@annelo-msft annelo-msft merged commit f850488 into Azure:main Sep 6, 2023
yaotongms pushed a commit to yaotongms/azure-sdk-for-net that referenced this pull request Oct 12, 2023
* Adding string cast operators and null APIs

* pr fb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants