-
I am running Sonarr in a docker container on a Ubuntu host. Sonar crashes in docker with the latest update. There is no debug log written, but when running sonarr from the command line, the following …
-
Within my startup.cs file in my web api I have the following code, when I run the api, the logs do get written to the correct file location, but there isn't any difference if I remove the second line …
-
I received an email today telling me that the API that I'm using to get the username of the user that I have logged in as is being deprecated e.g: "It includes Google+ OAuth scope requests, which are …
-
In OwinRequestExtension there is a hack to
> "prevent "Unable to cast object of type 'Microsoft.Owin.FormCollection' to type 'Microsoft.Owin.IFormCollection'" exception, when internalized version…
DC-jc updated
5 years ago
-
![image](https://user-images.githubusercontent.com/5226627/65808405-d6412800-e148-11e9-8871-7d14e33d0bbc.png)
-
As the title says, is there a simple example project that anyone has that will help me to add this to an aspnet core project (using framework 4.5, not dotnet core).
I am currently using oauth2 via …
-
Hello,
I have a Web API project and I'm using the Owin middleware :
```csharp
RouteTable.Routes.MapOwinPath("swagger", app =>
{
app.UseSwaggerUi3(typeof(MyProject).Assembly, s =>
{
s.G…
-
Hello,
First of all, thank you very much for the Asp.Net and Katana!!!
I'm not entirely sure if this is an issue with WebApi or Katana or with the integration bits.
The environment is the fol…
-
I realize this is intended for Core, but we are trying to implement the health check pattern for all our internal applications. Most of these are written on full framework with MVC 5. Some are just …
-
_[continuosly edited with suggestions and approved tasks for 3.0]_
Hi guys,
BeatPulse 3.0 is starting **(vnext branch)** with next features on the roadmap.
**BeatPulse**
- [ ] Decouple BeatP…