-
I am using the [InvalidateCacheOutput("Get", typeof(OtherController))] but I don't think its invalidating the cache. Is there a method I can call to see all live caches.
Thanks Rob
-
### Question
https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/Multi%20Hop%20Delegation%20(ActAsCustomGrant)
I am using above sample - in this I have replaced WebAPI2 with…
-
I have a problem with "InvalidateCacheOutput" header. I have two controllers: TipoDatosController y ValorDatosController.
1) TipoDatosController: I have this method:
```
[VersionedRoute("TipoDatos/{…
-
Attempting to access HttpContext.Current in a standard IAuthenticationFilter (WebAPI2 / .NET 4.6) will return the appropriate HttpContext object.
However using Autofac 3.5.0.0, and attempting to acce…
-
_From @Delie on November 18, 2016 23:17_
After installing Visual Studio 2017 RC, and upgrading my ASP.NET Core Web Application (.NET Framework) project to CSPROJ, I am no longer able to publish my pr…
-
_From @taschmidt on October 15, 2014 13:53_
Given this code:
```
builder.RegisterType().AsWebApiExceptionFilterFor().InstancePerRequest();
builder.RegisterType().AsWebApiExceptionFilterFor()…
-
Some of my projects are WebAPI only. There is no **Microsoft.AspNet.Mvc** installed.
When installing **Structuremap.WebAPI2**, the created class **StructuremapMvc** has a reference to **System.Web.M…
-
_From @SpiegelSoft on January 24, 2015 19:3_
This is similar to Issue https://github.com/autofac/Autofac/issues/561, but I think I have an accurate way to reproduce it.
Using Autofac.WebApi2, Versio…
-
SimpleInjector.Integration.WebApi v3.1.2 conflicts with Microsoft.AspNet.WebApi.Core v5.2.3 when used in dnx project. Sample [here](https://github.com/johnsmith9264/Stuff/tree/master/WebApiSImpleInjec…
-
This project was based on on the [Stack Overflow question How to generate JSON Postman Collections from a WebApi2 project using WebApi HelpPages](http://stackoverflow.com/a/23158380/1090923) question …