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 whatever the finding is reported against — a function, an entity, one FIELD of an entity, a…