Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 770 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

11 lines (7 loc) · 770 Bytes

Try StackOverflow! If you have a usage question ("How do I...?" "Others have this working but I can't get it...") please try StackOverflow and tag your question autofac. We, along with a great community, monitor those questions.

Have you read the docs?

This repo is for core Autofac only. If you are encountering issues with an integration package (MVC, Web API, etc.) please file it in the appropriate repo. Thanks!

When filing an issue, please include:

  • Assembly version information for all project dependencies (packages.config, project.json)
  • The stack trace and message of any exception(s) encountered.
  • If possible, a reproduction of the issue (ideally in a unit test form).