Skip to content

[Antiforgery][Components][CORS] Remove obsolete APIs #7459

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

Merged
merged 1 commit into from
Feb 11, 2019

Conversation

javiercn
Copy link
Member

/// Provides mechanisms for converting between .NET objects and JSON strings.
/// </summary>
[Obsolete("Use Microsoft.JSInterop.Json instead.")]
public static class JsonUtil
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing it out. This removal is fine with me. It has to happen sooner or later, and this has been marked [Obsolete] for at least a couple of Blazor releases by now.

Copy link
Member

@SteveSandersonMS SteveSandersonMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving the Components change. Someone else should comment on the other changes.

@javiercn javiercn merged commit dbf746d into master Feb 11, 2019
@pranavkm pranavkm added the breaking-change This issue / pr will introduce a breaking change, when resolved / merged. label Feb 14, 2019
@natemcmaster natemcmaster deleted the javiercn/obsolete-apis branch May 3, 2019 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This issue / pr will introduce a breaking change, when resolved / merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants