-
Hello Filip,
I have a controller GET action that returns IHttpResultAction decorated with CacheOutput attribute. When i try to execute the GET request i get the a System.NullReferenceException:
> "Ob…
-
I am having issues using ninject with WebAPI 2.
I created a webapi on my App but am having difficulty in using Ninject Dependency injection on the ApiController.
I have added Ninject.web.WebApi and …
-
I am getting error like
Method not found: 'Void Autofac.RegistrationExtensions.RegisterModule(Autofac.ContainerBuilder, Autofac.Core.IModule)
When I updated the latest version of Asp.net MVC Applicati…
-
We are building a SPA which is mix of MVC views and WebAPI calls. It has multiple modules and each module's landing page is written as MVC view. We want to outsource 'Authentication/Authorization' to …
-
```
What steps will reproduce the problem?
1. Integrate the latest version of Autofac & the WebApi extension with the
release candidate of the upcoming WebApi5 release.
2. Attempt to register any fil…
-
It is commonly claimed that MVC 6 is "almost the same as MVC 5". I read and heard this in many videos on AspNet5\Mvc6. But the more I dive into it the more different it seems. Similar but different.
C…
-
I have an Implicit Client using a Web API (WAPI1) configured with AccessTokenValidation and with ImplicitClient flow. My question is. If I want to use WAP1 from another WebAPI (WAP2) I need to configu…
-
I have a WebApi2 project with EF6 CodeFirst. I'm also using AutoMapper to map between my models and dto's. I use Unit of Work and Repository patterns with Service pattern.
I can update my domain enti…
-
```
What steps will reproduce the problem?
1. Create a new ApiController
2. Create a new AuthorizationFilter using IAutofacAuthorizationFilter
3. Create a new BypassFilter using IAutofacActionFilter
4…
-
```
What steps will reproduce the problem?
1. Create a new ApiController
2. Create a new AuthorizationFilter using IAutofacAuthorizationFilter
3. Create a new BypassFilter using IAutofacActionFilter
4…