Skip to content

Remove obsolete APIs from Routing #7321

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

Closed
4 tasks done
mkArtakMSFT opened this issue Feb 6, 2019 · 0 comments
Closed
4 tasks done

Remove obsolete APIs from Routing #7321

mkArtakMSFT opened this issue Feb 6, 2019 · 0 comments
Assignees
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates breaking-change This issue / pr will introduce a breaking change, when resolved / merged. bug This issue describes a behavior which is not expected - a bug. Done This issue has been fixed

Comments

@mkArtakMSFT
Copy link
Contributor

mkArtakMSFT commented Feb 6, 2019

See #3654 for details.

(9) src\Http\Routing\src\DefaultInlineConstraintResolver.cs

Links: [master] | [release/2.2]
File a bug for this

  • I attest that I have taken appropriate action on this item
        [Obsolete("This constructor is obsolete. Use DefaultInlineConstraintResolver.ctor(IOptions<RouteOptions>, IServiceProvider) instead.")]
        public DefaultInlineConstraintResolver(IOptions<RouteOptions> routeOptions)
        {

(10) src\Http\Routing\src\IRouteValuesAddressMetadata.cs

Links: [master] | [release/2.2]
File a bug for this

  • I attest that I have taken appropriate action on this item
    [Obsolete("Route values are now specified on a RoutePattern.")]
    public interface IRouteValuesAddressMetadata
    {

(11) src\Http\Routing\src\RouteValuesAddressMetadata.cs

Links: [master] | [release/2.2]
File a bug for this

  • I attest that I have taken appropriate action on this item
    [Obsolete("Route values are now specified on a RoutePattern.")]
    public sealed class RouteValuesAddressMetadata : IRouteValuesAddressMetadata
    {

(46) src\Http\Routing\src\Tree\TreeRouteBuilder.cs

Links: [master] | [release/2.2]
File a bug for this

  • I attest that I have taken appropriate action on this item
        [Obsolete("This constructor is obsolete and will be removed in a future version. The recommended " +
            "alternative is the overload that does not take a UrlEncoder.")]
        public TreeRouteBuilder(

@mkArtakMSFT mkArtakMSFT added bug This issue describes a behavior which is not expected - a bug. 1 - Ready area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Feb 6, 2019
@mkArtakMSFT mkArtakMSFT added this to the 3.0.0-preview3 milestone Feb 6, 2019
@mkArtakMSFT mkArtakMSFT added the breaking-change This issue / pr will introduce a breaking change, when resolved / merged. label Feb 6, 2019
@JamesNK JamesNK added Done This issue has been fixed and removed 2 - Working labels Feb 16, 2019
@JamesNK JamesNK closed this as completed Feb 16, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates breaking-change This issue / pr will introduce a breaking change, when resolved / merged. bug This issue describes a behavior which is not expected - a bug. Done This issue has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants