dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
745 stars 272 forks source link

Async guidance #231

Closed bkoelman closed 2 years ago

bkoelman commented 2 years ago

In response to #230, I'd like to point out https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md, which you may want to take parts from or just link to it.

bkoelman commented 2 years ago

Perhaps add this to https://github.com/dennisdoomen/CSharpGuidelines/blob/master/_pages/9999_ResourcesAndLinks.md? @dennisdoomen what do you think?

dennisdoomen commented 2 years ago

Yeah, I would be totally okay about that.