ellenfieldn / IdentityServer4.WsFederation

Full .Net Core implementation of WsFederation for IdentityServer4
Apache License 2.0
12 stars 6 forks source link

Move extension methods to the microsoft dependency injection namespace #9

Closed ellenfieldn closed 6 years ago

ellenfieldn commented 6 years ago

This makes the extension methods more discoverable. Otherwise, with certain IDEs, uses will have to find our extension method namespace before being able to see the extension methods.

I see it done in a lot of asp.net core middleware, and I guess this is the reason.