Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

Usage and API documentation for Autofac and integration libraries

Results 9 Documentation issues
Sort by recently updated
recently updated
newest added

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...

ITNOA Please add good example that fit to .NET 6 Web API new template project as you can see https://stackoverflow.com/questions/69754985/adding-autofac-to-net-core-6-0-using-the-new-single-file-template some people have same problem

enhancement
help wanted

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

## 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...

## Problem Statement It's unclear from the [metadata docs](https://autofac.readthedocs.io/en/latest/advanced/metadata.html) on how to use an attribute that's created outside the filtering scenario and instead to lookup values on the metadata either...

enhancement
help wanted

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...

## Problem Statement The documentation on OWIN integration doesn't include information on [how `host.OnAppDisposing` is where the app shutdown cleanup happens](https://github.com/autofac/Autofac.Owin/blob/17ad6c7a2072161bd094e4d19322f51f15861619/src/Autofac.Integration.Owin/AutofacAppBuilderExtensions.cs#L37). This can be confusing to people trying to integrate...