-
-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Description
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for February 2026
Suggested Actions for Maintainer
Comprehensive list of all pending actions requiring maintainer attention (excludes items already actioned and checked off).
- Review PR [Repo Assist] Fix: propagate FSharp.dotnetRoot as DOTNET_ROOT environment variable to FSACΒ #2136: Fix: propagate
FSharp.dotnetRootasDOTNET_ROOTenv var to FSAC (ClosesF# client: couldn't create connection to server.when the system envDOTNET_ROOTis not setΒ #1996) β Review - Merge PR [Repo Assist] Prepare release 7.31.2Β #2135: Release 7.31.2 (bumps version + RELEASE_NOTES for [Repo Assist] Fix test location URI construction on Linux/Mac (#2117)Β #2129 and [Repo Assist] Fix minimum VS Code engine version in extension manifestΒ #2131) β Review
- Review PR [Repo Assist] Fix Test Explorer hierarchy when test names contain '.' or '+' separatorsΒ #2133: Fix Test Explorer hierarchy for test names containing
.or+(Closes Expecto tests with a+in the name create an indented result in the test explorerΒ #2007, If a test name contains.then the Test explorer is going to create a new branch/nodeΒ #2013, related to Text explorer: Test host process crashes if test method name contains certain charactersΒ #1960) β Review - Close PR [Repo Assist] Fix: add 60-second safety timeout to dotnet test --list-tests (#1991)Β #2134: Timeout fix for
dotnet test --list-testsβ likely obsolete since VSTest migration (Migrate the Test Explorer to use FSAutoComplete / VSTestΒ #2106); only applies to legacyUseLegacyDotnetCliIntegrationpath β Review - Review PR Fix xUnit test name parsing with floating point parametersΒ #2127: Fix xUnit test name parsing with floating point parameters (Copilot-created, draft, assigned to TheAngryByrd) β Review
- Review PR Proof of concept using different base pathsΒ #2079: Proof of concept using different base paths to prevent test discovery from breaking design-time builds (Closes Test Discovery can influence/break design time buildsΒ #2078) β Review
- Review upstream PR Fix SourceLink go-to-definition failure when .NET 10 is used on LinuxΒ FsAutoComplete#1441: Fix go-to-definition in .NET 10 devcontainer (by
@serefarikan, linked from Cannot go to definition for FSharp.Core in .NET 10 DevcontainerΒ #2115) β View - Review upstream PR Support rendering
| nullsyntax for nullable values in tooltipsΒ FsAutoComplete#1353: Fix missing| nullannotation in tooltips (by@baronfel, linked from Missing| nullannotation from tooltipΒ #2073) β View - Close issue Solution filter not applied to solution explorerΒ #1708:
@Numpsyconfirmed the solution filter bug is resolved β View - Check comment One uncaught errorΒ #2138: Repo Assist asked reporter for actual error details (just "1 uncaught error" with no stack trace) β View
- Check comment Test Discovery can influence/break design time buildsΒ #2078: Repo Assist synthesized discussion, pointed to PR Proof of concept using different base pathsΒ #2079 as PoC fix β View
- Check comment Missing
| nullannotation from tooltipΒ #2073: Repo Assist pointed to baronfel's blocked FsAutoComplete PR Encapsulation of arrows broken in tooltipsΒ #1353 β View - Check comment Need a setting to track visibility of type annotation code lensesΒ #1698: Repo Assist noted
FSharp.codeLenses.signature.enabledalready exists in package.json β verify it actually works β View - Check comment FSI crash on macOS when pretty-print recursive DictionaryΒ #1804: Repo Assist commented β suggested testing with current Ionide; noted watcher.fsx was updated since 7.4.0 β View
- Check comment FSharp > Line Lens: EnabledΒ #1821: Repo Assist commented on LineLens behavior (replaceCodeLens/always modes) β verify guidance is helpful β View
- Check comment Symbol names are seen by Ionide in a corrupted wayΒ #1835: Repo Assist commented β identified stale document state race condition with auto-save; asked if still reproducible on 7.31.x β View
- Check comment
Referencesannotation never goes awayΒ #1838: Repo Assist commented on CodeLens/References settings β verify guidance is accurate β View - Check comment Namespace/module declaration error after adding a new fileΒ #1857: Repo Assist commented β suggested
F#: Reload Projectsworkaround for namespace error after adding file β View - Check comment syntax highlight issue - string interpolationΒ #1876: Repo Assist commented on syntax highlight string interpolation β directed to ionide-fsgrammar β View
- Check comment Text explorer: Test host process crashes if test method name contains certain charactersΒ #1960: Repo Assist linked PR [Repo Assist] Fix Test Explorer hierarchy when test names contain '.' or '+' separatorsΒ #2133 as fix for duplicate-key crash (
.and+in test names) β View - Check comment Refresh tests stuck randomly when test project has no tests in itΒ #1991: Repo Assist acknowledged VSTest migration makes PR [Repo Assist] Fix: add 60-second safety timeout to dotnet test --list-tests (#1991)Β #2134 legacy-only β View
- Check comment
F# client: couldn't create connection to server.when the system envDOTNET_ROOTis not setΒ #1996: Repo Assist commented on DOTNET_ROOT fix and submitted PR [Repo Assist] Fix: propagate FSharp.dotnetRoot as DOTNET_ROOT environment variable to FSACΒ #2136 β View - Check comment Weird syntax highlighting in interpolated stringsΒ #2037: Repo Assist redirected interpolated string syntax highlighting issue to ionide-fsgrammar β View
- Check comment Inlay hint does not work correctly if the path to the source code contains Unicode charactersΒ #2077: Repo Assist commented on Unicode path inlay hint issue β verify guidance is helpful β View
- Check comment Remove hard-coded inlay hint max length limitΒ #2101: Repo Assist commented with FsAutoComplete code pointers to help contributors fix inlay hint max length β View
- Check comment Cannot go to definition for FSharp.Core in .NET 10 DevcontainerΒ #2115: Repo Assist surfaced upstream FsAutoComplete PR Squiggly lines on types imported on references with #r nugetΒ #1441 (go-to-definition in .NET 10 devcontainer) β View
Future Work for Repo Assist
- Continue triaging older backlog issues (pre-1500 range, many unlabelled)
- Investigate lineLens / codeLenses enabled: crash with stack traceΒ #2121 further once reporter shares stack trace
- DotRush (DotRush as alternative to muhammad-sammy.csharpΒ #2119): if maintainers approve, draft PR to add
nromanov.dotrushtorequiredExtensions - File upstream FsAutoComplete issue for
UnnecessaryParenthesesdiagnostic range (re: "Parentheses can be removed" highlights entire expression rangeΒ #2116) - After [Repo Assist] Fix: propagate FSharp.dotnetRoot as DOTNET_ROOT environment variable to FSACΒ #2136 is merged, update [Repo Assist] Prepare release 7.31.2Β #2135 release notes to include the DOTNET_ROOT fix
Run History
2026-02-28 13:42 UTC β Run
- π¬ Commented on Test Discovery can influence/break design time buildsΒ #2078: Synthesized discussion, explained root cause (test discovery build artifacts), pointed to PR Proof of concept using different base pathsΒ #2079 as PoC fix
2026-02-27 13:49 UTC β Run
- π¬ Commented on Missing
| nullannotation from tooltipΒ #2073: Pointed to baronfel's blocked FsAutoComplete PR Encapsulation of arrows broken in tooltipsΒ #1353 fixing missing| nulltooltip annotation
2026-02-26 13:55 UTC β Run
- π·οΈ Labelled One uncaught errorΒ #2138 with
bugandneeds triage(new vague "uncaught error" report) - π¬ Commented on One uncaught errorΒ #2138: Asked reporter to share actual error from Developer Tools / Output panel
2026-02-25 00:14 UTC β Run
- π·οΈ Labelled Navigate to symbol doesn't workΒ #1964 with
bug(Navigate to symbol doesn't work β was the only unlabelled open issue)
2026-02-25 00:04 UTC β Run
- π Verified all Repo Assist PRs ([Repo Assist] Fix Test Explorer hierarchy when test names contain '.' or '+' separatorsΒ #2133, [Repo Assist] Fix: add 60-second safety timeout to dotnet test --list-tests (#1991)Β #2134, [Repo Assist] Prepare release 7.31.2Β #2135, [Repo Assist] Fix: propagate FSharp.dotnetRoot as DOTNET_ROOT environment variable to FSACΒ #2136) β all clean, no conflicts
- π Checked for new issues and contributors β no new user issues or PRs since last run
- π Reviewed recent issue activity (lineLens / codeLenses enabled: crash with stack traceΒ #2121, Problems with xUnit Test Explorer test names in VS Code with F#.Β #2126, Text explorer: Test host process crashes if test method name contains certain charactersΒ #1960) β no new human responses since last comments
2026-02-24 23:36 UTC β Run
- π¬ Commented on Refresh tests stuck randomly when test project has no tests in itΒ #1991: Acknowledged VSTest migration (Migrate the Test Explorer to use FSAutoComplete / VSTestΒ #2106) makes PR [Repo Assist] Fix: add 60-second safety timeout to dotnet test --list-tests (#1991)Β #2134 timeout fix legacy-only
- π¬ Commented on PR [Repo Assist] Fix: add 60-second safety timeout to dotnet test --list-tests (#1991)Β #2134: Flagged as potentially closeable β fix only applies to legacy
dotnet testpath - π¬ Commented on Need a setting to track visibility of type annotation code lensesΒ #1698: Noted
FSharp.codeLenses.signature.enabledalready exists in package.json
2026-02-24 23:23 UTC β Run
- π¬ Commented on Symbol names are seen by Ionide in a corrupted wayΒ #1835: Identified stale document state race condition with auto-save; asked if still reproducible on 7.31.x
- π Verified Repo Assist PRs ([Repo Assist] Fix Test Explorer hierarchy when test names contain '.' or '+' separatorsΒ #2133, [Repo Assist] Fix: add 60-second safety timeout to dotnet test --list-tests (#1991)Β #2134, [Repo Assist] Prepare release 7.31.2Β #2135, [Repo Assist] Fix: propagate FSharp.dotnetRoot as DOTNET_ROOT environment variable to FSACΒ #2136) β all clean, CI pending (no action needed)
2026-02-24 23:02 UTC β Run
- π Verified all Repo Assist PRs ([Repo Assist] Fix Test Explorer hierarchy when test names contain '.' or '+' separatorsΒ #2133, [Repo Assist] Fix: add 60-second safety timeout to dotnet test --list-tests (#1991)Β #2134, [Repo Assist] Prepare release 7.31.2Β #2135, [Repo Assist] Fix: propagate FSharp.dotnetRoot as DOTNET_ROOT environment variable to FSACΒ #2136) β all clean, no conflicts
- π¬ Commented on
Referencesannotation never goes awayΒ #1838: CodeLens/References settings guidance β explained setting dependencies and reload workaround
2026-02-24 22:27 UTC β Run
- π¬ Commented on Weird syntax highlighting in interpolated stringsΒ #2037: Interpolated string syntax highlighting β redirected to ionide-fsgrammar for grammar tokenizer fix
2026-02-24 22:12 UTC β Run
- π¬ Commented on Namespace/module declaration error after adding a new fileΒ #1857: Namespace/module error after adding file β suggested
F#: Reload Projectsworkaround - π¬ Commented on FSI crash on macOS when pretty-print recursive DictionaryΒ #1804: FSI crash with recursive Dictionary in watcher.fsx β suggested testing with current Ionide
2026-02-24 21:04 UTC β Run
- π¬ Commented on Cannot go to definition for FSharp.Core in .NET 10 DevcontainerΒ #2115: Surfaced FsAutoComplete upstream PR Squiggly lines on types imported on references with #r nugetΒ #1441 (go-to-definition fix in .NET 10 devcontainer)
2026-02-24 20:32 UTC β Run
- π§ Created PR [Repo Assist] Fix: propagate FSharp.dotnetRoot as DOTNET_ROOT environment variable to FSACΒ #2136: Fix propagate
FSharp.dotnetRootasDOTNET_ROOTenv var to FSAC (ClosesF# client: couldn't create connection to server.when the system envDOTNET_ROOTis not setΒ #1996) - π§ Created PR [Repo Assist] Prepare release 7.31.2Β #2135: Prepare release 7.31.2
2026-02-24 19:26 UTC β Run
- π¬ Commented on Inlay hint does not work correctly if the path to the source code contains Unicode charactersΒ #2077: Unicode path inlay hint β suggested URI encoding mismatch as root cause
- π¬ Commented on Remove hard-coded inlay hint max length limitΒ #2101: Inlay hint max length β code pointers to help contributors in FsAutoComplete
2026-02-23 β Run
- π§ Created PR [Repo Assist] Fix Test Explorer hierarchy when test names contain '.' or '+' separatorsΒ #2133: Fix Test Explorer hierarchy for
.or+in test names (Closes Expecto tests with a+in the name create an indented result in the test explorerΒ #2007, If a test name contains.then the Test explorer is going to create a new branch/nodeΒ #2013) - π§ Created PR [Repo Assist] Fix: add 60-second safety timeout to dotnet test --list-tests (#1991)Β #2134: Add 60-second timeout to
dotnet test --list-tests(Closes Refresh tests stuck randomly when test project has no tests in itΒ #1991) - π¬ Multiple issue comments (see prior runs)
2026-02-22 β Runs
- π§ Created PR [Repo Assist] Fix test location URI construction on Linux/Mac (#2117)Β #2129: Fix test URI construction on Linux/Mac β merged 2026-02-23 β
- π§ Created PR [Repo Assist] Fix minimum VS Code engine version in extension manifestΒ #2131: Fix VS Code engine version β merged 2026-02-23 β
- π¬ Commented on 20+ issues (triage, workarounds, upstream pointers)
- π·οΈ Labelled 80+ issues and PRs
Generated by Repo Assist
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@afb00b92a9514fee9a14c583f059a03d05738f70
This monthly activity summary is now closed as we have moved to March 2026. Please see the new March 2026 Monthly Activity issue for continued tracking.
Generated by Repo Assist
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@da02dddebe71d9a937665abdcd1f5214dab852a7
Reactions are currently unavailable