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
Clean up local function names in AIFunctionFactory (#6909)
* Initial plan
* Implement local function name cleanup for AIFunctionFactory
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
* Fix lambda name uniqueness by capturing full ordinal suffix
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
* Fix analyzer errors by adding comments to empty test methods
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
* Change Assert.Contains to Assert.StartsWith for lambda name tests
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
* Consolidate regexes and improve test parameter names
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
* Keep ordinal suffix for local functions to ensure uniqueness
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
* Fix build errors for netstandard2.0 and net462 targets
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
* Cleanup
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
0 commit comments