-
I'm using Hangfire 1.5.3 and .NET 4.5.2
If I have the following project:
``` cs
// TestJob.cs
using Hangfire;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
na…
nlowe updated
8 years ago
-
### Description
I made a windows service on top of TopShelf and deployed it into production. Under production load (10s of clients sending requests to the service every few seconds) there were HttpLi…
-
After reading Seb's blog post on Google Auth for backoffice which requires custom OWIN startup class I need to see if I can support this somehow or add documentation on how to make it work so it does …
-
Hi,
I have two mvc projects side by side and would like to use stuntman across both.
.AspNet.StuntmanAuthentication now has demo1.xyz.com as the domain on one site and demo2.xyz.com on the other…
n4ppy updated
6 years ago
-
Hi,
Is there an intention to implement "Sign in with Apple" or an "Apple" external provider on this project?
Reference:
https://developer.apple.com/documentation/signinwithapplerestapi
There…
-
hey. Awesome stuff. I was just thinking we REALLY need this to take off. Everyone is building Middlewares, I'm sure. But not everyone is finding those. We need to find a way to make this project more …
-
I'm having a hard time finding information about this. I realize there is cloud-based elmah.io project (https://elmah.io/) that is has a beta out for .NET Core, but that's a different project and in n…
-
## VERSION: ##
Swashbuckle: 5.6.0
AspNet.WebApi.Versioning 2.2.0
## STEPS TO REPRODUCE: ##
Consume any endpoint (postman or swagger)
## EXPECTED RESULT: ##
Hits the actual endpoint
## ACT…
-
Let's level up for a second.
We talked about just starting with a way to reuse hypermedia libraries across web stacks and clients. So ideally I could use CJ (my library), Uber, HAL, and JSON API with…
-
Could not load file or assembly 'Microsoft.Owin' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
后…