Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.15 KB

bug_report.md

File metadata and controls

55 lines (40 loc) · 1.15 KB
name about title labels assignees
Bug Report
Create a report to help us fix a problem in core Autofac.

Describe the Bug

Steps to Reproduce

public class ReproTest
{
  [Fact]
  public void Repro()
  {
    var builder = new ContainerBuilder();
    var container = builder.Build();
    Assert.NotNull(container);
  }
}

Expected Behavior

Exception with Stack Trace

Put the exception with stack trace here.

Dependency Versions

Autofac:

Additional Info