-
Notifications
You must be signed in to change notification settings - Fork 73
Issues: fsprojects/FSharpLint
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Warning for
override
member names can lead to erroneous suggestions
#712
opened Jul 2, 2024 by
tymokvo
Don't do new Regex.Match in a loop: rather create a Regex and then match that in your loop
#707
opened Mar 15, 2024 by
Thorium
Avoid double-lookup dictionaries: .ContainsKey key followed by indexer call .[key]
#706
opened Mar 15, 2024 by
Thorium
Execution fails when using dotnet 7.x or 8.x to target net6.0 project
#687
opened Jan 21, 2024 by
plainionist
Create an API layer for external process (eg: FsAutoComplete)
#627
opened Dec 10, 2023 by
MrLuje
4 tasks
Running on project with TargetFrameworks including
net6.0
fails with: "The exception has been reported."
#618
opened Nov 23, 2023 by
Thorium
Suggestion : Detect
[Type].map f |> [Type].choose g
and propose change to [Type].choose (f >> g)
#600
opened Jun 8, 2023 by
SteveGilham
Original message: The type 'IServer' is required here and is unavailable.
#575
opened Oct 21, 2022 by
abelbraaksma
RedundantNewKeyword is raised on a type inheriting from an interface that inherits IDisposable
needs-info
#572
opened Oct 17, 2022 by
jp-fournier-dev
dotnet fsharplint lint ...
fails to run on a machine with only .net X.0 installed, X > 5
#566
opened Aug 24, 2022 by
SteveGilham
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.