Skip to content

Bump dotnet-fsharplint from 0.26.10 to 0.27.0#28

Merged
SteveGilham merged 1 commit into
masterfrom
dependabot/nuget/dot-config/dotnet-fsharplint-0.27.0
Jun 8, 2026
Merged

Bump dotnet-fsharplint from 0.26.10 to 0.27.0#28
SteveGilham merged 1 commit into
masterfrom
dependabot/nuget/dot-config/dotnet-fsharplint-0.27.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Updated dotnet-fsharplint from 0.26.10 to 0.27.0.

Release notes

Sourced from dotnet-fsharplint's releases.

0.27.0

  • Fix: hint false positive for interpolated strings without sprintf #​857 #​856 [@​webwarrior-ws]
  • Added new rule SynchronousFunctionNames that flags synchronous functions marked with async prefixes or suffixes in their names #​834 #​837 #​843 [@​webwarrior-ws]
  • Added new rule AsynchronousFunctionNames that flags asynchronous functions that lack async prefixes or suffixes in their names #​835 #​837 #​842 #​843 [@​webwarrior-ws]
  • Added new rule SimpleAsyncComplementaryHelpers that recommends adding Async-based wrappers to Task-based async functions, and viceversa #​841 #​843 [@​webwarrior-ws]
  • Improve lib name heuristics to try determining if a project is a library or not #​839 [@​knocte]
  • UX: Print number of enabled/total/disabled rules before linting #​833 [@​webwarrior-ws]
  • Feature: Allow wildcard support to also match .fsproj, .sln and .slnx files #​815 #​831 [@​webwarrior-ws]
  • Added new rule FavourNamedMembers that recommends to use names for DU members #​719 #​829 #​830 [@​webwarrior-ws] [@​knocte]
  • Added new rule DiscourageStringInterpolationWithStringFormat that will recommend sprintf over String.Format #​542 #​547 #​589 #​821 [@​janus] [@​parhamsaremi] [@​webwarrior-ws] [@​knocte]
  • Fix: false negative in AvoidTooShortNames rule #​825 #​828 [@​webwarrior-ws]
  • Chore: Housekeeping #​824 [@​knocte]
  • Added new rule DisallowShadowing (opt-in, disabled by default) #​112 #​676 [@​webwarrior-ws] [@​knocte]
  • Added new rule FavourNestedFunctions that recommends private functions to rather be local/nested functions #​638 #​648 #​823 #​826 [@​webwarrior-ws]
  • Fix: false negative in EnsureTailCallDiagnosticsInRecursiveFunctions (was not checking nested functions) #​819 [@​webwarrior-ws]
  • Refactor: use (immutable) Map instead of (mutable) Dictionary in some hint-related functions #​820 [@​webwarrior-ws]
  • Refactor: add more warnings to build and improve var reuse #​817 #​818 #​711 [@​knocte] [@​BennieCopeland]
  • Docs: improve UsedUnderscorePrefixedElements rationale #​817 [@​knocte]
  • Added new rule NoAsyncRunSynchronouslyInLibrary that flags usage of Async.RunSynchronously in library projects #​785 [@​webwarrior-ws]
  • Refactor: exit code handling in Console project #​813 [@​knocte]
  • Fix: false negative of rule AvoidTooShortNames #​592 #​593 #​812 [@​parhamsaremi] [@​knocte] [@​webwarrior-ws]
  • Refactor: re-enable NoPartialFunctions check for our own SelfCheck build target, using FCS workaround #​810 [@​webwarrior-ws] [@​knocte]

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: dotnet-fsharplint
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 8, 2026
@SteveGilham SteveGilham merged commit 0ecc7cb into master Jun 8, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/dot-config/dotnet-fsharplint-0.27.0 branch June 8, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant