-
The `WebActivator` package has been deprecated, and projects are encouraged to use the newer `WebActivatorEx` package, because it is strongly named. https://nuget.org/packages/WebActivatorEx/
-
```
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…
-
``` csharp
[CacheOutput(ClientTimeSpan = 100, ServerTimeSpan = 100)]
public async Task Get(string imageId)
{
if (string.IsNullOrEmpty(imageId))
{
return Request.CreateResponse(HttpStatusCode.B…
-
When I have many repositories, paket works quite slow because it seems to me, paket does evaluation of every source with all supported protocols until one response is successful.
The worst case I exp…
-
```
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…
-
```
...\packages\WebSharper\build\WebSharper.targets(60,5):
error : Failed to deserialize metadata for: WebSharper.Suave, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null
```
-
`paket install` is about 10 times slower than 2.17.0
-
I just found your project that solves my problem of supporting Castle with WebApi2 controllers self-hosting with OWIN.
Unfortunately the only option I have right now is to add an existing csproj to my…
-
When deserializing a string value that has been provided as a literal integer value then JSON.NET doesn't work in all cases. See the example below to reproduce.
I've added additional information at […
-
An action is decorated with `[CacheOutput(ServerTimeSpan = 600]`] and caching works as advertised. However, any cache hit returns content in format requested on the first cache miss.
Microsoft.AspNe…