Thank you visual studio with your strange default settings, causing the error/warning all throughout my code: “IDE1006 Naming rule violation: These words must begin with upper case characters”.
Go Google, find this, and solve it actually like so:
- By going to Tools > Options… > Text Editor > Basic > Code Style > Naming
- Click ‘Manage Naming Styles’, add new style ‘camelCase’ (or whatever else you require), and save.
- Set the Required Styles to camelCase and save by clicking OK
- Thank You Microsoft!
Have a nice day!