Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.61 KB

Welcome to Amusoft Analyzers

CI

Build Status

Downloads

Marketplace Latest
Download Download

Codefixes

CSharp Diagnostics

ID Level Description
CS0123 Error Rewrites method signature or creates a signature which matches the requirement.
CS0161 Error Inserts throws NotImplementedException();
CS0407 Error Rewrites method signature to match the requirement.
CS1998 Error Wraps expression in Task.FromResult()
CS4016 Error Unwraps expression in Task.FromResult()

Project Diagnostics

ID Level Description
ACA0001 Suggestion Delegates implementation of an interface to a field/property with a collection type that also implements that interface.
ACA0002 Suggestion Removes all comments within a class.
ACA0003 Suggestion Removes all comments within a method.
ACA0004 Suggestion Removes all comments within an array.
ACA0005 Suggestion Removes all comments within a namespace.
ACA0006 Suggestion Imports type as using static import.

References