Tomasz Pluskiewicz
Tomasz Pluskiewicz
Depending on the container, supported operations are not automatically registered with the container. TinyIoC is very proactive but Autofac and StructureMap requires registration. They should be added to the core...
Turns out that the `ISupportedOperations` are processed on every request Instead, they should only be instantiated when the api documentation is requested.
Currently the only documentation comes in the readme. The projects needs some more. @colin-young, do you have any suggestions with regard to human-facing documentation? In last project we created some...
Currently there is no concrete way to simplify how URI Templates are used throughout a Hydra application. First, they are used as create resource identifiers for serialized objects. Currently the...
The idea is to improve the attribute so that not a full URI is necessary. ``` c# [SupportedClass(BaseUri = "http://example.com/api#")] public class Model { } ``` This would produce class...
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...
### Description When I use polymerfire and try to `polymer build --js-minify` authentication breaks ### Expected outcome Should work just like in unbundled form ### Actual outcome When already signed-in,...
Hi. Would it be possible to enable CORS requests with preflight? Currently the first `OPTIONS` request fails with `405` status code.
### Prerequisites - [x] I have written a descriptive pull-request title - [x] I have verified that there are no overlapping [pull-requests](https://github.com/NancyFx/Nancy.Bootstrappers.StructureMap/pulls) open - [x] I have verified that I...