ionide / FSharp.Analyzers.SDK

Library for building custom analyzers for F# / FSAC
http://ionide.io/FSharp.Analyzers.SDK/
MIT License
74 stars 21 forks source link

Best effort run mismatched version analyzer #181

Open smoothdeveloper opened 8 months ago

smoothdeveloper commented 8 months ago

Enable an --allow-version-mismatch option (off by default, to keep same behaviour) so the version check on Major,Minor against Analayzer SDK version can be skipped when filtering the analyzers.

This is also based on #175 pending changes, for review once it is merged.