Bug Template - microsoft/healthvault-dotnetstandard-sdk GitHub Wiki
### Functional impact
*Does the bug result in any actual functional issue, if so, what?*
### Repro steps
*What is the smallest, simplest set of steps to reproduce the issue. If needed, provide a project that demonstrates the issue.*
1. Describe the steps in a numbered list
2. Include all required steps
3. Avoid unnecessary detours
### Expected Result
*What would you expect to happen if there wasn't a bug*
e.g. Connection should renew authentication before it expires
### Observed Result
*What is actually happening*
e.g. Authentication lapsed after X hours and threw this exception from GetThings
### Other information
*Optional, details of the root cause if known*