lurumad / core-flash

Minimalist flash message system for ASP.NET MVC Core.
Apache License 2.0
24 stars 8 forks source link

Remove HttpContext access from constructor #9

Closed Spaggel closed 4 years ago

Spaggel commented 4 years ago

This PR removes the HttpContext access from the constructor(s). This is needed to prevent the DI tree from breaking when verifying it with SimpleInjector.

lurumad commented 4 years ago

Thanks for your contibution @Spaggel

lurumad commented 4 years ago

2.1.1 has been published https://www.nuget.org/packages/Core.Flash/2.1.1

ghost commented 4 years ago

Thank you!