Diagnostics
3 pages.
Diagnostics (saying something, and silencing something)
What your app says while it runs, and what the compiler says about it. The first-day mistake is reaching for a print statement — `Log.*` is…
Log.*
Write a line to your app's structured log. Both a plain template (`"Order {OrderCode} shipped"`, order.Code`) and an interpolated string (`$"Order…
[SuppressWarning]
Accept ONE named warning about ONE declaration. Put it on the component member the warning is about, naming the code the warning itself prints…