-
SignalR Service SDK needs to handle `/negotiate` requests, currently it is implemented by hook into the container https://github.com/Azure/azure-signalr/blob/preview/aspnetsignalr/src/Microsoft.Azure.…
-
I invested yet two days searching around and try to track down this StackoverFlowException.
We use a MVC Web App Wrapper to serve an Angular 7 SPA with .NET 4.6, and a separate WebAPI 2 project mod…
-
Hello,
I'm running a self hosted API with **Owin** and have implemented my own **Owin middleware** to replace the **HystrixStreamHandler** that I cannot use without **IIS**.
I would like to make…
-
Hi,
I am trying to configure NSwag according the tutorial https://github.com/RSuter/NSwag/wiki/OWIN-Middleware.
However, after I did everything I can do, when I try to access my http://myserv…
-
This started out as a question on the forum here:
http://forums.asp.net/p/1986897/5696242.aspx?SignalR+2+0+3+vs+2+0+2+Context+User+is+no+longer+taking+on+value+applied+to+HttpContextBase+User+during+A…
-
It seems that latest official OData (Microsoft.AspNetCore.OData 7.1.0) cannot be used in .NET Core 3.0.0 Preview 2 MVC app:
Startup.cs
```
public class Startup
{
public Startup(…
-
Currently we have many similar tags:
```
2d
3d
abstraction
Active Directory
Actor
actormodel
AD
adobe
ADO.Net
ADO.NET
agplv3
ajax
akka
alamofire
album
algebra
algorithm
Algorithm
a…
-
**Hangfire.Core: 1.6.20**
As of 1.6.20, the hangfire dashboard implemented AntiForgeryToken validation on its controllers, however the current implementation breaks the dashboard when running acros…
-
Hello!
In order to transmit header value to all my APIs, I used settings.GeneratorSettings.DocumentProcessors.Add(new SecurityDefinitionAppender with app.UseSwaggerUi.
```
app.UseSwaggerUi(typ…
-
Instead of requiring a user to add their own OWIN middleware to detect and apply `X-Forwarded-Proto` headers (when running behind a reverse proxy that terminates SSL/TLS), Steeltoe should automaticall…