We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It would be great if FSharp.Analyzers.SDK.Testing had some helper function to load an existing local F# project and run a specific analyzer on a file.
FSharp.Analyzers.SDK.Testing
Input would be something like:
val getContextsForProject: fsprojPath: string -> FSharpProjectOptions * Map<string, CliContext>
Activity