Kristian Hellang
Kristian Hellang
I assume this can be closed now?
I can't see you're registering either `PageManager` or `IPageManager` from that code? :confused:
Why target .NET Standard 2.1? Nancy's not using _any_ APIs from the standard. I'm failing to see what value it brings.
The only thing Nancy does is rewrite `http://localhost:` to `http://+:` before adding a URLACL. If you want to prevent Nancy from doing anything "magic", you can turn off both by...
> So problem is not windows but Nancy implementation Nancy's self-host is just a super thin wrapper around `HttpListener`, with a tiny bit of "magic" to help people set up...
BTW, you haven't mentioned what the actual symptoms are, i.e. what errors you are getting. Only what you believe to be the cause. We've probably had a dozen "issue" reports...
You mean like [this](https://github.com/khellang/nancy-bootstrapper-prototype/blob/master/src/Nancy.Core/Bootstrapper.cs#L12) and [this](https://github.com/khellang/nancy-bootstrapper-prototype/blob/master/src/Nancy.Core/Bootstrapper.cs#L112)? Seriously, we're painfully aware of this :smile:
Also related; https://github.com/NancyFx/Nancy.Bootstrappers.Autofac/issues/64
> Is there anything that basic users could help with, without having to fully understand the internals of Nancyfx? You could sponsor some work through [the Patreon](https://www.patreon.com/nancyfx)?
I don't think this is possible today. There's no way of composing different constraints. See https://github.com/NancyFx/Nancy/issues/1418