blockfrost / blockfrost-dotnet

.NET, C# and PowerShell SDK for Blockfrost.io API
Apache License 2.0
17 stars 9 forks source link

Add Code Analysis and Style Diagnostics for consitent codebase #45

Closed tweakch closed 3 years ago

tweakch commented 3 years ago

Adding .editorconfig to require (error),, enforce (warn) and suggest (info) adherence to coding conventions

Fixes #44 Fixes #8 Fixes #9

The changes can be considered documented as the supoorted IDEs will report violations of coding stanrads in the editor before build.

We can adjust and tune these conventions as we go.