Dorset-Council-UK / GIFramework-Maps

A .NET based web map built with OpenLayers and Bootstrap
MIT License
14 stars 8 forks source link

Code analysis suggestions implemented #275

Closed VulpesFerrilata closed 4 months ago

VulpesFerrilata commented 4 months ago

This PR applies the vast majority of suggestions that come up when you run code analysis.

This mostly consisted of using collection initialisers (IDE0028), updating to primary constructors (IDE0290) and a few spelling amendments.

On staging for full testing.

Closes #226