CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Enable FxCop Analyzers in KissTnc directories #54

Closed CBielstein closed 3 years ago

CBielstein commented 3 years ago

Description

This is the first of several changes to incrementally enable FxCopAnalyzers in this repository. FxCopAnalyzers allows us to increase code quality of existing code and ensure code quality of new code. Since there are many FxCop violations in this repository, I'm breaking up the large change in to several smaller changes based on project. I will add FxCopAnalyzers to our project Packages.props once the package is enabled everywhere.

This is part of #27

Changes

Validation

CBielstein commented 3 years ago

Static analysis FTW.

@lugolven Thanks for the review, I always appreciate it. 😄