File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/develop/clients/dotnet Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ Each item in the checklist below links to the section
2424for a recommendation. Use the checklist icons to record your
2525progress in implementing the recommendations.
2626
27- {{< checklist "dotnetprodlist" >} }
28- {{< checklist-item " #event-handling" >}}Event handling{{< /checklist-item >}}
29- {{< checklist-item " #timeouts" >}}Timeouts{{< /checklist-item >}}
30- {{< checklist-item " #exception-handling" >}}Exception handling{{< /checklist-item >}}
31- {{< checklist-item " #retries" >}}Retries{{< /checklist-item >}}
32- {{< /checklist >}}
27+ ``` checklist {id= "dotnetprodlist"}
28+ - [ ] [Event handling]( #event-handling)
29+ - [ ] [Timeouts]( #timeouts)
30+ - [ ] [Exception handling]( #exception-handling)
31+ - [ ] [Retries]( #retries)
32+ ```
3333
3434## Recommendations
3535
You can’t perform that action at this time.
0 commit comments