-
We are writing our own tag helpers which make use of `HtmlHelper` internally (e.g., to render an Editor). This seems to be the recommended behavior, see also https://docs.microsoft.com/en-us/aspnet/co…
-
Hi, I'm now working on an implementation for .NET Core Tracker server, and since there's some important performance enhancement in .NET Core 2.2 (or .NET Standard 2.1), is there any plan to support th…
-
```
bonsai_1 | [16:27:48 ERR] An unhandled exception has occurred while executing the request.
bonsai_1 | Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Request body too lar…
-
Currently `MessagePackSerializerOptions.UseLZ4Compression` uses serialize lz4 on toplevel.
But in suggested #672, will implements other compression mode, then bool option is not suitable.
Is `UseL…
-
### Describe the bug
This bug tries to tie a couple of issues and provide some search terms.
#9510 and #12847 introduced FormFileValueProviderFactory in the ResourceExecutingContext's ValueProvide…
-
I'm getting an odd exception stating "IsPointer64Bit failed" from 1.1 and noticed there was a 2.0 beta which I figured might be worth a try, but now a bunch of my code won't compile and, while some th…
-
The guidelines should read:
When working with unmanaged resources:
1. use an existing SafeHandle if possible
2. If not possible: subclass SafeHandle to create one that meets your needs. This class …
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am running the latest version of ImageSharp
- [x] I have verified if the problem exist in both `DEBUG…
-
## Background
`ValueTask` is currently a discriminated union of a `T` and a `Task`. This lets APIs that are likely to complete synchronously and return a value do so without allocating a `Task` obje…
-
I've been having some difficulty with these APIs when trying to use some custom media types.
Here's a recap:
- **InputFormatter**
- **CanRead**
`if (parsedContentType.IsSubsetOf(supportedMediaT…