FSharp.Analyzers.SDK icon indicating copy to clipboard operation
FSharp.Analyzers.SDK copied to clipboard

Library for building custom analyzers for F# / FSAC

Results 34 FSharp.Analyzers.SDK issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** ![image](https://github.com/ionide/FSharp.Analyzers.SDK/assets/2621499/830bb480-d7b8-418a-8f77-e58aa3c260a5) **Describe the solution you'd like** Right now the IDE only shows "Fix Issue" for a code action. It would...

Bumps [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog), [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) and [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild). These dependencies needed to be updated together. Updates `MSBuild.StructuredLogger` from 2.1.815 to 2.2.100 Release notes Sourced from MSBuild.StructuredLogger's releases. Enable $copy path to search for...

dependencies

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0. Release notes Sourced from coverlet.collector's releases. v6.0.0 Fixed -Could not write lines to file CoverletSourceRootsMapping - in use by another process coverlet-coverage/coverlet#1155 -Incorrect coverage...

dependencies

How would you feel about having IncludeFilter and ExcludeFilter be `Glob list`, instead of `string -> bool`? The FSharp.Analyzers.Cli consumer in this repo does this: ```fsharp fun (s: string) ->...

Bumps `MsBuildPackageVersion` from 17.2.0 to 17.3.2. Updates `Microsoft.Build` from 17.2.0 to 17.3.2 Release notes Sourced from Microsoft.Build's releases. .NET 8.0.0 Release .NET 7.0.11 Release What's Changed Fixed the embedded file...

dependencies

Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.4.2 to 4.5.0. Release notes Sourced from NUnit3TestAdapter's releases. V4.5.0 Release for support of NUnit4 Fix for Issue #1100 Commits 7329666 450alpha2 (#1095) 364f81e Bump NUnit3TestAdapter from...

dependencies

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. Input would be something like:...

redo #174/#176 on top of @dawedawe #175 (this PR should only show my commit(s) once #175 is merged I think). I'm not sure how to check the mode that is...

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...

**Describe the bug** If an analyzer reports a finding in an FsLex file, only the filename is reported. **To Reproduce** Steps to reproduce the behaviour: Run analyzers on the [FSharp](https://github.com/dotnet/fsharp)...

bug