Argolis
Argolis copied to clipboard
Inject NancyContext to IInlineOperations
NancyContext isn't injected into the container and injecting manually can cause trouble. See issue NancyFx/Nancy#2346
Currently NancyContext is passed directly to the GetOperations method. I wouldn't want to do the wrapper workaround...