jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 62 forks source link

Add AspNetCore Middleware that behaves similar to CqsHttpListener. #82

Open mwuerth opened 7 years ago

mwuerth commented 7 years ago

The only difference is that you have to use /cqs as Uri or else the middleware will ignore the request. It using the AddGriffinCqs and UseGriffinCqs functions will register everything required. AddGriffinCqs gives you the possiblity to add scanAssemblies those will be scanned automatically. Every other Handler has to be registered seperately.