dotnet/Documentation/KnownIssues/Template/NETFXKnownIssuesTemplate.md

1023 B

[|Known Issue Title|]

// 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. // Please use proper markdown syntax for code snippets. See http://daringfireball.net/projects/markdown/syntax for examples. // Entries with [| ... |] are fields that must be updated.

Symptoms

[|Description of the symtopms|] // A description of the symptom(s) that exhibit due to the underlying issue.

Cause

[|Description of the root cause(s)|]

Workaround

[|Description of the workaround, if available|]

Resolution

[|Description of the resolution|] // 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.

More information

// This is an optional section. Add any other relevant information, if available, like link(s) to help docs, blog etc.