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

UriTemplate not supported in .Net Standard/Core #4352

Closed
gregsdennis opened this issue Aug 31, 2020 · 3 comments
Closed

UriTemplate not supported in .Net Standard/Core #4352

gregsdennis opened this issue Aug 31, 2020 · 3 comments
Labels
feature request Adding new functionality requiring adding an API to the public contract.

Comments

@gregsdennis
Copy link

The UriTemplate class is not available in .Net Standard or Core.

Was there a technical reason for not porting it from .Net Framework?

@huoyaoyuan
Copy link
Member

Because it belongs to System.ServiceModel.dll assembly, which is for WCF and not considered for .NET Core at all.
Moving a type between assemblies isn't that trivial. There should be a redirection layer for compatibility.

@joperezr joperezr transferred this issue from dotnet/runtime Sep 2, 2020
@HongGit HongGit added this to the 6.0 milestone Sep 10, 2020
@HongGit HongGit added the feature request Adding new functionality requiring adding an API to the public contract. label Oct 29, 2020
@HongGit HongGit removed this from the 6.0 milestone Oct 29, 2020
@HongGit
Copy link
Contributor

HongGit commented Nov 11, 2021

This will be grouped together when #1413 is completed.

@HongGit HongGit closed this as completed Nov 11, 2021
@gregsdennis
Copy link
Author

Why is this being closed if it's not done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Adding new functionality requiring adding an API to the public contract.
Projects
None yet
Development

No branches or pull requests

3 participants