You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building development, the compiler raises loads of warnings (500+). There are problems are well known sources of bugs, like not checking for null.
This issue will centralize all initiatives of fixing the warnings. Warning codes sorted by frequency.
CS8602: 158
CS8618: 102
CS8604: 61
CS8600: 59
CS8625: 16
CS1030: 11
CS0618: 11
CS8605: 11
CS8601: 10
CS8603: 10
CS8629: 9
CS0169: 9
CS0219: 5
CS0162: 5
CS0108: 4
CS4014: 4
CS9191: 3
CS8619: 3
CS0649: 3
CS8765: 2
CS8767: 2
CS8620: 2
CS0067: 2
CS0659: 1
CS0661: 1
CS8714: 1
CS8607: 1
SYSLIB0014: 1
CS8509: 1
CS1998: 1
Also, for the sake of a better code quality, we might add more rules on .editorconfig to enforce good practices.
The text was updated successfully, but these errors were encountered:
When building
development
, the compiler raises loads of warnings (500+). There are problems are well known sources of bugs, like not checking fornull
.This issue will centralize all initiatives of fixing the warnings. Warning codes sorted by frequency.
Also, for the sake of a better code quality, we might add more rules on
.editorconfig
to enforce good practices.The text was updated successfully, but these errors were encountered: