-
Notifications
You must be signed in to change notification settings - Fork 43
Functional bug template
Jinhuafei edited this page Mar 23, 2018
·
2 revisions
A short description of the bug that becomes the issue title
e.g. Roslyn compiler assemblies are not copied to the bin folder on CI machine*
Does the bug result in any actual functional issue, if so, what?
e.g. If Roslyn compiler assemblies are missing, it will cause DirectoryNotFoundException when the request hits the web site.
What is the smallest, simplest set of steps to reproduce the issue. If needed, provide a project that demonstrates the issue.
- Create a web application project in VS 2015 targeting .Net framework 4.6
- Build the project in VS
- Check the bin folder in project folder
What would you expect to happen if there wasn't a bug
e.g. Roslyn compiler assemblies are copied to Roslyn folder
What is actually happening
e.g. Roslyn compiler assemblies are NOT copied to Roslyn folder
Optional, details of the root cause if known