Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loads of build warnings #development #158

Open
21 of 30 tasks
brmassa opened this issue Sep 16, 2024 · 0 comments
Open
21 of 30 tasks

Fix loads of build warnings #development #158

brmassa opened this issue Sep 16, 2024 · 0 comments

Comments

@brmassa
Copy link
Contributor

brmassa commented Sep 16, 2024

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.

@brmassa brmassa changed the title [dev] Fix loads of build warnings Fix loads of build warnings #development Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant