issues
search
solarwinds
/
OrionSDK
SDK for the SolarWinds Orion platform, including tools, documentation, and samples in PowerShell, C#, Go, Perl, and Java.
https://thwack.com/OrionSDK
Apache License 2.0
401
stars
144
forks
source link
dotnet format and automated refactoring
#251
Closed
danjagnow
closed
4 years ago
danjagnow
commented
4 years ago
Added a dotnet tool manifest (
dotnet-tools.json
) with
dotnet-format
.
Updated to use
nameof
expressions
Simplified type names
Removed redundant "()"
Added
readonly
to fields where possible. Line endings were also normalized for
CachedParameters.cs
.
Added missing accessibility modifiers
nameof
expressionsreadonly
to fields where possible. Line endings were also normalized for CachedParameters.cs.