damianh / LimitsMiddleware

OWIN middleware to apply limits to an OWIN pipeline.
MIT License
0 stars 0 forks source link

Support aspnetcore #28

Closed lvermeulen closed 7 years ago

lvermeulen commented 7 years ago

@damianh I would like to make an aspnetcore version of your middleware. A PR would be quite traumatic, while at the same time I feel like an aspnetcore version should still be connected to this repo. How would you prefer I proceed?

damianh commented 7 years ago

Hi @lvermeulen , thank you for reaching out.

Yes, a PR here would be traumatic. I think I'll like to leave this repo remain OWIN focused. So please be my guest to do an aspnetcore version of this in your own repo copying what you want however you want it.

As this is MIT licensed you don't have to do anything I ask except follow the terms of the licence. Other than that, a link back to this repo in your repo's readme.md would be appreciated.

OSS is great. Fork, modify and go forth :)

lvermeulen commented 7 years ago

Hi @damianh, I will proceed and naturally include the appropriate mentions. Thank you very much!