Travis Illig

Results 60 issues of Travis Illig

Based on [this StackOverflow question](https://stackoverflow.com/questions/53784205/how-to-use-an-interceptor-that-has-parameter-in-its-constructor-for-autofac-inte) it may be interesting to look at allowing the proxy generation options `Selector` influence the choice for interceptors.

enhancement
help wanted

This comes from a [StackOverflow question](https://stackoverflow.com/questions/49575478/autofac-generic-type-registration-with-interceptor-and-resolve-it) Using assembly scanning in conjunction with interface interception yields an exception: `The component ... cannot use interface interception as it provides services that are...

bug

## Problem Statement We can do a lot with middleware but the only real example right now is the logging example. We [just solved another issue](https://github.com/autofac/Autofac/issues/1337) using middleware, but it...

autofac/Autofac.Extensions.DependencyInjection#69 - Since writing the Blazor integration docs the methods on `WebAssemblyHostBuilder` have changed. The docs don't appear to be correct anymore and need to be updated, possibly with more...

With Autofac 5 we removed `ContainerBuilder.Update` and containers are now immutable. We should add an FAQ [based on this discussion issue](https://github.com/autofac/Autofac/issues/811) to help people understand alternatives to updating the container...

Autofac isn't responsible for loading assemblies, that's the framework's responsibility. However, because folks wire up their plugins using a DI framework it's a common misconception that when an assembly fails...

If you change an OpenAPI spec to rename a tag on an operation, currently the change to the tag will be reported as "breaking" for the contract. While I can...

enhancement

I'm using this gem in conjunction with the [fluentd-plugin-application-insights](https://github.com/microsoft/fluent-plugin-application-insights) gem. However, when trying to use this in a fluentd DaemonSet on Kubernetes, I get this: `E, [2019-07-19T21:18:07.752463 #20580] ERROR --...

Currently [in the docs](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/VSTestIntegration.md#coverlet-options-supported-by-vstest-integration) it directs folks trying to merge coverage reports to look at a comment from 2020 with some Powershell script to help merge coverage reports. Since then,...

untriaged

The README is getting to be pretty long and I noticed that a lot of questions I've seen come up in the issues list might be self-answered if there was...

p1
documentation
stale