forked from autofac/Autofac
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hopefully directing more questions to SO...
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
**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! | ||
Try StackOverflow! If you have a _usage question_ ("How do I...?" "Others have this working but I can't get it...") please try [StackOverflow](http://stackoverflow.com) and tag your question `autofac`. We, along with a great community, monitor those questions. | ||
|
||
If you have a _usage question_ ("How do I...?" "Others have this working but I can't get it...") please try [StackOverflow](http://stackoverflow.com) and tag your question `autofac`. We, along with a great community, monitor those questions. | ||
**Have you [read the docs?](http://autofac.readthedocs.io/)** | ||
|
||
Have you [read the docs?](http://autofac.readthedocs.io/) | ||
**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). | ||
- If possible, a reproduction of the issue (ideally in a unit test form). |