Alistair Evans
Alistair Evans
Raising a PR that fixes #1324. @mburnell, I'm partly raising this so we can get a MyGet build out; you can pull that down and see if that helps with...
Trying out links in the exception messages to see if people are happy with the approach. See https://autofac.readthedocs.io/en/exception-docs/faq/exception-info.html for a (hidden) branch of documentation that contains the linked content (branch...
In v6, this test fails: ```csharp [Fact] public async Task WhenSeveralThreadsTryToAccessSharedPropertyInjectedInstance() { for (var i = 0; i < 200; i++) { var builder = new ContainerBuilder(); builder.RegisterType(); builder.RegisterType().SingleInstance().PropertiesAutowired(PropertyWiringOptions.AllowCircularDependencies); var...
Added a method to JsonReader that allows a consumer to clear the memory use of the reader when reading very large JSON documents. Came across this problem myself, found it...
In .NET 7, when `IServiceProviderIsService.IsService` was introduced, the ASP.NET Core framework attempts to detect if something is a service, and if we indicate it is, that will be used as...
Under reasonably small load (~250 req/sec), when using the cache-handler (we're using the go-redis storage, but I saw this happen with the default one as well), we get a `fatal...
I've seen fairly easily reproducible behaviour with HEAD requests where if caching is enabled on HEAD requests I get a HTTP/2 stream error: ``` * TLSv1.3 (IN), TLS handshake, Newsession...
### What happened? If I specify a "Buffer" as an attribute to an OTel object (trace/log), and I'm using the OTLP HTTP Exporter, the Buffer is serialised into the attribute...