-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for March 2026
Suggested Actions for Maintainer
Comprehensive list of all pending actions requiring maintainer attention:
- Review PR π§ Engineering overhaul: drop .NET Framework, migrate to .NET 9, add FantomasΒ #444: Engineering overhaul β drop .NET Framework, migrate to .NET 9, add Fantomas β Review
- Review PR [Repo Assist] improve: cache TVP reflection lookups in SetParametersΒ #448: Repo Assist β cache TVP reflection lookups in SetParameters β Review
- Review PR [Repo Assist] docs: document TempTableDefinitions and TableVarMapping parametersΒ #450: Repo Assist β document TempTableDefinitions and TableVarMapping parameters (Closes docs of SqlCommandProvider is missing info on TempTableDefinitions and TableVarMappingΒ #350) β Review
- Review PR [Repo Assist] fix: make
connectionparameter optional when literal connection string is configured (Closes #245)Β #452: Repo Assist β fix: makeconnectionoptional when literal connection string is configured (Closes SqlProgrammabilityProvider requires open SqlConnectionΒ #245) β Review - Review PR [Repo Assist] perf: cache Type.GetType calls in VerifyResultsetColumnsΒ #454: Repo Assist β perf: cache Type.GetType calls in VerifyResultsetColumns β Review
- Review PR [Repo Assist] test: expand DesignTimeConnectionStringTests and add net8.0 multi-targetingΒ #455: Repo Assist β test: expand DesignTimeConnectionStringTests and add net8.0 multi-targeting β Review
- Review PR (new ~[Repo Assist] chore: minor code clarity improvementsΒ #456): Repo Assist β chore: minor code clarity improvements (SQL ORDER BY readability, remove dead comments) β View branch
- Close issue [aw] Repo Assist failedΒ #447: Workflow failure issue β auto-created when a previous run's PR pushes failed β View
- Close issue Fixed length binary columns in user defined table types fail when constructedΒ #413: Fixed in 2.1.1 β binary columns in UDTTs β see Repo Assist comment β View
- Check comment SqlProgrammabilityProvider requires open SqlConnectionΒ #245: Repo Assist posted fix PR link β View
- Check comment SqlProgrammabilityProvider generates wrong
Executemethod if SP has default to null output parameterΒ #246: Repo Assist explained F# type provider limitation for non-primitive output parameters + workaround β View - Check comment Sql Errors not bubbling up - System.TypeInitializationExceptionΒ #268: Repo Assist explained TypeInitializationException wrapping root cause β View
- Check comment Assertion in findTypeInfoBySqlEngineTypeIdΒ #354: Repo Assist explained cache invalidation race causing assertion β View
- Check comment Must System.Configuration.ConfigurationManager be manually installed?Β #358: Repo Assist explained System.Configuration.ConfigurationManager NuGet requirement β View
- Check comment Could not load file or assembly
System.Data.SqlClientif building usingdotnet buildΒ #373: Repo Assist noted PR π§ Engineering overhaul: drop .NET Framework, migrate to .NET 9, add FantomasΒ #444 as fix path + current best workaround β View - Check comment Add SqlCommand.Table type for ResultType.DataReader and ExecuteReader for ResultType.DataTableΒ #336: Repo Assist explained implementation approach for Table factory feature β View
- Check comment Build is broken without full VS installationΒ #412: Repo Assist explained System.Runtime.Caching GAC issue β View
- Check comment Microsoft.Data.SqlClientΒ #441: Repo Assist technical analysis of TVP/UDTT SqlDataRecord fix β View
- Check comment NullReferenceException in SqlConnection.UseLocallyΒ #428: Repo Assist root cause of NullReferenceException in UseLocally β View
- Check comment dotnet SDK projects using FSharp.Core version 7.0.0 breaks at runtimeΒ #433: Repo Assist root cause of FSharp.Core version mismatch β View
- Check comment Wrong inferred constraint on composite primary key with a defaultΒ #283: Repo Assist root cause of wrong PK constraint for DEFAULT columns β View
- Check comment Lots of ArgumentException in 2.0.7: "Metadata for field 'FieldName' of record '2' did not match the original record's metadata"Β #393: Repo Assist suggested closing (fix shipped in v2.1.0) β View
- Check comment SqlProgrammability provider fails to update/bulk copy into tables with computed persistent columnsΒ #272: Repo Assist root cause of BulkCopy failing for computed columns β View
- Check comment ExecuteNonQuery requires an open and available connectionΒ #306: Repo Assist root cause of LoadTempTables connection issue β View
- Check comment docs of SqlCommandProvider is missing info on TempTableDefinitions and TableVarMappingΒ #350: Repo Assist noted docs PR [Repo Assist] docs: document TempTableDefinitions and TableVarMapping parametersΒ #450 created β View
- Check comment Fixed length binary columns in user defined table types fail when constructedΒ #413: Repo Assist noted fix was shipped in 2.1.1, suggested closing β View
Future Work for Repo Assist
- Investigate issue SqlProgrammabilityProvider design-time: "The given key was not present in the dictionary" and then "No constructors are available" the first time an sproc is used until project reloadΒ #379 (design-time race condition β same root cause as Assertion in findTypeInfoBySqlEngineTypeIdΒ #354)
- Consider fix for Assertion in findTypeInfoBySqlEngineTypeIdΒ #354: scoped cache invalidation or graceful cache-miss handling in
findTypeInfoBySqlEngineTypeId - Continue commenting on older unaddressed issues
Run History
2026-03-10 13:22 UTC β Run
- π¬ Commented on Fixed length binary columns in user defined table types fail when constructedΒ #413: noted fix was shipped in 2.1.1, suggested closing
- π§ Created PR (new ~[Repo Assist] chore: minor code clarity improvementsΒ #456): chore: minor code clarity improvements (SQL ORDER BY readability in UDTT query, remove dead commented-out code in SqlEnumProvider.fs, remove stale TODO in Configuration.fs)
2026-03-10 07:12 UTC β Run
- π¬ Commented on Could not load file or assembly
System.Data.SqlClientif building usingdotnet buildΒ #373: Noted PR π§ Engineering overhaul: drop .NET Framework, migrate to .NET 9, add FantomasΒ #444 as fix path + current best workaround for System.Data.SqlClient load error - π¬ Commented on Add SqlCommand.Table type for ResultType.DataReader and ExecuteReader for ResultType.DataTableΒ #336: Explained implementation sketch for Table factory feature request
- π§ Created PR [Repo Assist] test: expand DesignTimeConnectionStringTests and add net8.0 multi-targetingΒ #455: test: expand DesignTimeConnectionStringTests (8 new tests, multi-target net462+net8.0, fix ConfigurationManager on .NET Core)
2026-03-10 01:29 UTC β Run
- π§ Created PR [Repo Assist] perf: cache Type.GetType calls in VerifyResultsetColumnsΒ #454: perf: cache Type.GetType calls in VerifyResultsetColumns (eliminates reflection overhead in verification path)
2026-03-09 19:13 UTC β Run
- π§ Created PR [Repo Assist] fix: make
connectionparameter optional when literal connection string is configured (Closes #245)Β #452: fixconnectionalways optional when literal connection string configured (Closes SqlProgrammabilityProvider requires open SqlConnectionΒ #245) - π¬ Commented on SqlProgrammabilityProvider requires open SqlConnectionΒ #245: posted fix PR link
2026-03-09 13:22 UTC β Run
- π¬ Commented on SqlProgrammabilityProvider requires open SqlConnectionΒ #245: Identified root cause (IsDefinedByLiteral guard) and workaround
- π¬ Commented on SqlProgrammabilityProvider generates wrong
Executemethod if SP has default to null output parameterΒ #246: Explained F# type provider quotation limitation for DateTime output parameters + workaround - π§ Created PR: add Dependabot config for GitHub Actions auto-updates
2026-03-09 07:17 UTC β Run
- π¬ Commented on Sql Errors not bubbling up - System.TypeInitializationExceptionΒ #268: Explained TypeInitializationException wrapping root cause (F# module-level binding)
- π¬ Commented on Assertion in findTypeInfoBySqlEngineTypeIdΒ #354: Explained findTypeInfoBySqlEngineTypeId assertion (cache invalidation race)
- π¬ Commented on docs of SqlCommandProvider is missing info on TempTableDefinitions and TableVarMappingΒ #350: Noted docs PR created
- π§ Created PR [Repo Assist] docs: document TempTableDefinitions and TableVarMapping parametersΒ #450: document TempTableDefinitions and TableVarMapping (Closes docs of SqlCommandProvider is missing info on TempTableDefinitions and TableVarMappingΒ #350)
2026-03-09 01:24 UTC β Run
- π·οΈ Labelled Requirements going forward?Β #445 with
enhancement,question - π§ Created PR [Repo Assist] improve: cache TVP reflection lookups in SetParametersΒ #448: cache TVP reflection lookups in SetParameters (resolves TODO in ISqlCommand.fs)
2026-03-08 19:02 UTC β Run
- π¬ Commented on ExecuteNonQuery requires an open and available connectionΒ #306: Root cause of LoadTempTables connection issue (PRs failed due to git error)
β οΈ PR creation failed (git exit code 128) β created failure issue [aw] Repo Assist failedΒ #447
2026-03-08 (earlier runs)
- π¬ Commented on Lots of ArgumentException in 2.0.7: "Metadata for field 'FieldName' of record '2' did not match the original record's metadata"Β #393: Fix shipped in v2.1.0, suggested closing
- π¬ Commented on SqlProgrammability provider fails to update/bulk copy into tables with computed persistent columnsΒ #272: BulkCopy failing for computed columns root cause
2026-03-07 (earlier runs)
- π¬ Commented on Must System.Configuration.ConfigurationManager be manually installed?Β #358, Build is broken without full VS installationΒ #412, PR Microsoft.Data.SqlClientΒ #441, NullReferenceException in SqlConnection.UseLocallyΒ #428, dotnet SDK projects using FSharp.Core version 7.0.0 breaks at runtimeΒ #433, Wrong inferred constraint on composite primary key with a defaultΒ #283
- π·οΈ Labelled 29 previously-unlabelled issues (bug/enhancement/question/documentation)
Generated by Repo Assist Β· β·
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f
Generated by Repo Assist Β· β·
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f
Reactions are currently unavailable