CBielstein / APRSsharp

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

Add IDisposableAnalyzers and fix violations #46

Closed CBielstein closed 3 years ago

CBielstein commented 3 years ago

Description

Adds a new static analyzer in the form of IDisposableAnalyzers. The new analyzer immediately caught a violation where the project was not properly disposing a system-level resource, so this change also cleans that up. This is part of #27.

Changes

Verification