关于[Configuring Errors and Warnings in C#]的摘要:
I recently stumbled upon some code that was making an awaitable method call but was not being awaited. I noticed the issue because it was a compiler warning CS4014 and was highlighted in code. I immediately fixed the issue, however, my second action was configuring errors and warnings in C#.
原文地址: https://codeopinion.com/configuring-errors-and-warnings-in-c/