SecurityHeadersMiddleware icon indicating copy to clipboard operation
SecurityHeadersMiddleware copied to clipboard

.NET Core

Open imperugo opened this issue 8 years ago • 4 comments

Any plan to upgrade the package to .net core?

imperugo avatar Aug 02 '16 12:08 imperugo

Hi. Yes, but I wont have time before september to start porting. If you have time I do appreciate a PR :smile:

StefanOssendorf avatar Aug 02 '16 13:08 StefanOssendorf

If I've time, I'll do.

In the meantime if someone want to use this library with .net core, here a workaround

https://github.com/aspnet-contrib/AspNet.Hosting.Extensions

imperugo avatar Aug 02 '16 13:08 imperugo

Thanks. Put it on the readme.

StefanOssendorf avatar Aug 02 '16 13:08 StefanOssendorf

fyi: I've started a new branch to migrate the whole project to .net core. Because of it's internals it's quite a bit work to do so. Actual I've started a "new" project YAWebSec to have a "clean" start for dotnet core - but now I see it as a spike to get started here :smiley: .

So I've reconsidered to do the work in this project (I'll delete later YAWebSec) and bump SecurityHeadersMiddleware to Verson 3. I think I have to map the "Projects" according to: SecurityHeaders.Owin -> to my actual NuGet-Package (Security Headers Middleware) And two Integration Packages Owin-AppBuilder (Katana) and AspNetCore.

StefanOssendorf avatar Sep 23 '16 22:09 StefanOssendorf