-
## Describe the Bug
We _seem_ to have problem with `AutofacWebApiDependencyScope` sticking in the finalizer queue and consuming resources.
## Steps to Reproduce
1. Wire Autofac as recommended…
-
**Which version of Duende IdentityServer are you using?**
The demo hosted at https://demo.duendesoftware.com
**Which version of .NET are you using?**
Framework v4.8
**Describe the bug**
My em…
-
As far as I understand, nonce stored in the cookie to make sure the authentication response is coming from the same same client which originally initiated the request.
I'm using code flow and it se…
-
Under certain (unknown) circumstances the following code fails with `ObjectDisposedException`:
```c#
public override Task Invoke(IOwinContext context)
{
var response = context.Response;
…
-
We're observing numerous exceptions like this (the bottom the stack trace may vary per different middleware) while we never attempt to modify `ContentLength`:
```
System.InvalidOperationException:…
-
This allows the specified task to run and return on pure background threads. Don't use this when the callback really does need to return to the UI (synchronized) thread, but otherwise this should be u…
-
From reading the article, It seems to assume the services are on the same machine (particularly the usage of file system for the data protection storage).
Could this document elaborate on the best pr…
-
### Confirm you've already contributed to this project or that you sponsor it
- [X] I confirm I'm a sponsor or a contributor
### Version
3.x
### Question
Intro on our systems:
- We currently a…
-
### Describe the bug
On Nixos, the current version of Radarr (`4.0.5.5981`) fails to accept or make HTTP requests due to a missing (I think) Dotnet dependency (`liblibSystem.IO.Compression.Native`)…
-
Stack trace:
```
System.ArgumentException: The path must start with a '/' followed by one or more characters.
Parameter name: value
at Microsoft.Owin.PathString..ctor(String value)
at Mic…