You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task 4 (dependency check): project uses Paket; no Dependabot PRs. Cannot verify available NuGet versions without network. Blocked until either network access is available or project migrates to NuGet CPM (see Convert to NuGet Central Package ManagementΒ #1280).
Type alias display (Show underlying Types of alias TypesΒ #653): add ShowTypeAliasDetails config flag and modify formatFSharpType in SignatureFormatter.fs to show alias (= underlying) when enabled.
π¬ Commented on Show underlying Types of alias TypesΒ #653: implementation sketch for type alias display β getAbbreviatedType utilities already exist in TypedAstPatterns.fs; fix would go in formatFSharpType in SignatureFormatter.fs with config flag
π¬ Commented on High CPU in fsautocomplete.dllΒ #1464: updated analysis β user ruled out type providers; new finding is dotnet clean triggers project reload via file watcher, explained persistent 10% CPU
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for February 2026
Suggested Actions for Maintainer
This qualifier is redundantwhen a variable is shadowed by a property with the same name and compatible signatureΒ #1259) β Reviewopenlocation between Code Completion and Code FixΒ #789: Repo Assist provided root cause analysis foropeninsertion inconsistency between code completion (nearest) and code fix (top level) β ViewFuture Work for Repo Assist
DocumentationProjectOutputGroupMSBuild target;AllItems/AllPropertiesfrom proj-info may already contain the data β worth investigating first)inheritdoc cref="..."resolution (requires searching all loaded XML doc caches by cref prefix)inheritdoc/resolution via type hierarchy walking (requires FCS entity APIs)crefβcommand:fsharp.showDocumentationURI rendering inseeandseealsotags (See and SeeAlso XMLDoc comments should be links/commandsΒ #1027)prepareTypeHierarchy,supertypes,subtypesusing FCSFSharpEntityAPIsparametersemantic token type for function parameters from the untyped AST without an upstream FCS fix (see Function parameters have Semantic Token type 'variable'Β #1359).GenerateRecordStub.fspattern.IntroduceMissingBindingtriggered on FS0039; guidance provided in issue comment.textDocument/implementationfor.fsiβ.fsnavigation and abstract/virtual member β override navigation; commented with implementation sketch.textDocument/implementation, improve Find References to cover.fsifiles; commented with notes.SignatureFormatter.formatParameterby checkingDefaultParameterValueAttributefromFSharpParameter.Attributes; commented with approach.openinsertion inconsistency (Inconsistency in generatedopenlocation between Code Completion and Code FixΒ #789): fixResolveNamespace.adjustInsertionPointto not overrideTopModulescope to line 1; or offer two variants (nearest/top-level). Root cause now documented in issue.ShowTypeAliasDetailsconfig flag and modifyformatFSharpTypeinSignatureFormatter.fsto showalias (= underlying)when enabled.Run History
2026-02-28 13:56 UTC β Run
openlocation between Code Completion and Code FixΒ #789: root cause analysis foropeninsertion inconsistency (code fix usesTopModule β line 1override; completion uses raw FCS nearest position); referencedTODOcomment inCommands.fsgetAbbreviatedTypeutilities already exist inTypedAstPatterns.fs; fix would go informatFSharpTypeinSignatureFormatter.fswith config flag2026-02-27 14:06 UTC β Run
seqbefore{β¦}(fixes #1333 CI)Β #1474 (missingseqcode fix) and [Repo Assist] fix: improve delegate type tooltips using FSharpDelegateSignature APIΒ #1485 (delegate tooltip fix) to v0.84.0 changelog (now 16 entries).fsiβ.fspairing logic)SignatureFormatter.fs2026-02-26 14:15 UTC β Run
DocumentationFormatter.fsmutable and suggested 3 fix approaches (pass as param, WeakReference, or nullify after use)2026-02-26 12:54 UTC β Run
opensuggestions (member-access context in FCS,getAllEntities+ entity kind filter issue)seqbefore {β¦}Β #1333 (seq code fix by@edgarfgp) closed 2026-02-26 β removed from suggested actions@Krzysztof-Cieslak, referencing closed PR Ability to set Msbuild properties for design timeΒ #1065 as PoC2026-02-26 01:58 UTC β Run
_ ->in pattern match for FS0043Β #1472 (wildcard| _ ->code fix) to v0.84.0 changelog (now 14 fixes + 2 features)_ ->in pattern match for FS0043Β #1472 was merged by@Krzysztof-Cieslakβ removed from suggested actions2026-02-26 00:22 UTC β Run
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468, [Repo Assist] fix: report all curried parameters in function application signature helpΒ #1469 to v0.84.0 changelog (3 more fixes merged since PR creation); updated release date to 2026-02-26textDocument/implementation(go-to implementation for.fsiβ.fsnavigation)2026-02-25 21:05 UTC β Run
dotnet cleantriggers project reload via file watcher, explained persistent 10% CPU(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468 status β CI pending; integration tests pushed in earlier run; no new review action needed2026-02-25 20:57 UTC β Run
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468: noted Make a more correct way to get key data points from ProjectRefrences of the current projectΒ #1471 tracks follow-up; confirmed current fix is correct and independent of XML doc path discovery; suggested thread can be resolved2026-02-25 20:02 UTC β Run
(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468, [Repo Assist] fix: report all curried parameters in function application signature helpΒ #1469 β all clean(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468 review thread:@TheAngryByrdnotedAllItems/AllPropertiesalready passed from proj-info;@Krzysztof-Cieslakconfirmed the maximally-correct approach is out of scope;@baronfelcreated Make a more correct way to get key data points from ProjectRefrences of the current projectΒ #1471 to track follow-up2026-02-25 14:13 UTC β Run
textDocument/codeActionΒ #480: noted currentParsedInput.tryPick-based code action range should cover entire record expression; invited testing of current behavior(inheritdoc cref="...")in XML doc tooltips for external assembliesΒ #1468 has active review thread with@baronfelproviding XML doc path guidance (out-of-scope note from maintainers)2026-02-24 23:54 UTC β Run
seqbefore{β¦}Β #1330: noted PR Add a code fix for adding missingseqbefore {β¦}Β #1333 by@edgarfgpaddresses the missing-seqcode fix2026-02-24 23:28 UTC β Run
2026-02-24 various β earlier runs
seealso hrefrendering (merged)