BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

Add Tavis.UriTemplates support to core #1

Closed BryanWilhite closed 6 years ago

BryanWilhite commented 7 years ago

The System.ServiceModel.Primitives NuGet package gives us Microsoft’s version of UriTemplate with its very useful BindByPosition() method. Now, we can install this package in a .NET Core project but (from my experience) UriTemplate is unavailable. A robust (and standards-based) alternative is Tavis.UriTemplates [GitHub]. This works fine on .NET Core.

However, that useful BindByPosition() method is not there and as of this writing the repo activity is kind of low. Since I am too lazy (busy) to formally fork this repo, I suggest that a separate NuGet package be built (Songhay.UriTemplates) based on Tavis.UriTemplates. I can then throw in my extension methods for BindByPosition().

BryanWilhite commented 6 years ago

It is starting to look like Tavis.UriTemplates is needed in SonghayCore.MSTest only... let's see...

BryanWilhite commented 6 years ago

committed to this on 3/7