-
Notifications
You must be signed in to change notification settings - Fork 61
Functional Bug Template
StephenMolloy edited this page Mar 7, 2018
·
2 revisions
A short description of the bug that becomes the issue title
e.g. NullRef in Json builder when file does not exist.
Does the bug result in any actual functional issue, if so, what?
e.g. If the configured .json file is not found, it will cause a NullReferenceException when reading configuration in 'Greedy' mode.
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 2017 targeting .Net framework 4.7.1
- Add SimpleJson nuget package. Tag section with json config builder.
- 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. No exception is thrown. Config system presents with no information from Json builder.
What is actually happening
e.g. NullReferenceException is thrown.
Optional, details of the root cause if known