Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
| Property | Value |
|---|---|
| Rule ID | CA1843 |
| Title | Do not use 'WaitAll' with a single task |
| Category | Performance |
| Fix is breaking or non-breaking | Non-breaking |
| Enabled by default in .NET 10 | As suggestion |
| Applicable languages | C# and Visual Basic |
Cause
WaitAll is called with a single task.
Rule description
Using WaitAll with a single task may result in performance loss.
How to fix violations
You should await or return the task instead.
When to suppress warnings
Do not suppress a warning from this rule.
See also
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.