You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interesting policy, but to each their own I suppose.
Unfortunately yes, is not open source, for now, maybe in the future they can change their mind.
Anyway, thank you for your contribution, it should be live on nuget later this week, and hopefully others will find it useful. All the best.
Cool! If you need more help I'm glad to do it.
One thing that I did in that project is to have on the project just to reference the hyperlinks
And created another project for the implementation. Just to not mix the Microsoft code with the custom one.
To have access to the internals you just need to edit the ".csproj" where you added the Microsoft hyperlinks and add:
Expose internals of DistributedResponseCachingMiddleware to DistributedResponseCachingMiddlewareTests
This issue is about the DistributedResponseCachingMiddleware csproj, that instead of adding in microsoft code via links, there should be a new csproj which only links to the MS code,
and that new csproj should expose internals to DistributedResponseCachingMiddleware
and DistributedResponseCachingMiddleware would simply use that project
That would keep the solution explorer view of DistributedResponseCachingMiddleware much cleaner.
Unfortunately yes, is not open source, for now, maybe in the future they can change their mind.
Cool! If you need more help I'm glad to do it.
One thing that I did in that project is to have on the project just to reference the hyperlinks
And created another project for the implementation. Just to not mix the Microsoft code with the custom one.
To have access to the internals you just need to edit the ".csproj" where you added the Microsoft hyperlinks and add:
Thanks for the help and good luck for this and future projects.
Originally posted by @joaoantunes in #3 (comment)
The text was updated successfully, but these errors were encountered: