-
It is not clear how to call an authentication middleware configured to run in passive mode from MVC/Web API (or whatever). In the previous version, we used to have an authentication filter, specifical…
-
I am unable to run a web application built in .netcore 2.0 preview 2 in IIS.
I did post a comment in #723 , however I have decided that the issue is different, as I am able to find the AspNetCoreMo…
-
_From @tynor88 on September 12, 2016 9:11_
Hi
Having followed the [WebApi2 + OWIN integration documentation](http://docs.autofac.org/en/latest/integration/webapi.html#owin-integration), I am facing …
-
# Summary
`Autofac.Core.DependencyResolutionException` is thrown when resolving for a component through a delegate that returns a type defined in a .NET Standard 2.0 library, under the context of an …
-
More details here:
https://github.com/dotnet/corefx/issues/17330#issuecomment-288078562
In summary, some clients (e.g. libcurl) stop sending request content if they concurrently receive an error s…
-
Hello, with ASP.NET WebAPI 2.0 we could abe to manage documentation of API using `HelpPage`. Is this feature continuing with ASP.NET Core or has introduced new approach to achieve this?
-
The `GeneralParameters.ReferralUrl` is not used, since the `parameters` in the `BaseTracker.RequestUrlAsync` contains properties with the `BeaconAttribute` only.
Note: `TrackerBase.CharacterSet` an…
-
In my Windows app with .NET Framework 4.6.2:
When I throw away the packages folder to start fresh and then run `paket install`, the assembly bindings get removed from the app.config file of each pr…
-
At first I was like: 😞 😢 😭 😠
And then I was like: 😕 🤔 😃 👍
https://msdn.microsoft.com/en-us/library/system.net.http.httpclientfactory(v=vs.118).aspx
-------------
The fqn `System.Net.Http…
-
Consider following server code:
```
app.UseWebSockets().Run(async ctx =>
{
var socket = await ctx.WebSockets.AcceptWebSocketAsync();
await socket.CloseOutputAsync(WebSocketCloseStatus.NormalC…