2017-10-19 04:52:42 +08:00
# [|Known Issue Title|]
2017-08-04 10:37:41 +08:00
// There is no built-in way to do comments in Markdown, so this template uses a C#-style comment to mark comments. Please REMOVE ALL COMMENTS before submission.
2018-12-12 08:03:03 +08:00
// Please use proper markdown syntax for code snippets. See < https: / / github . com / dotnet / docs / blob / master / styleguide / template . md # inline-code-blocks-with-language-identifier > for examples.
2017-08-01 08:38:34 +08:00
// Entries with [| ... |] are fields that must be updated.
2017-10-19 04:52:42 +08:00
## Symptoms
2018-10-12 23:12:47 +08:00
[|Description of the symptom(s)|]
2017-08-01 08:38:34 +08:00
// A description of the symptom(s) that exhibit due to the underlying issue.
2017-10-19 04:52:42 +08:00
## Cause
2017-08-01 08:38:34 +08:00
[|Description of the root cause(s)|]
2018-05-11 07:49:48 +08:00
## Workaround
[|Description of the workaround, if available|]
2017-10-19 04:52:42 +08:00
## Resolution
2017-08-01 08:38:34 +08:00
[|Description of the resolution|]
2017-08-04 10:37:41 +08:00
// Add the steps that will allow users to resolve the underlying problem including any workarounds.
// In future, if there is a fix available, then also update this page with the latest information or future update/hotfix link.
2017-08-01 08:38:34 +08:00
2017-10-19 04:52:42 +08:00
## More information
2017-08-01 08:38:34 +08:00
// This is an optional section. Add any other relevant information, if available, like link(s) to help docs, blog etc.