Skip to content

Fix misleading assembly identity in VfpCompatMetrics AssemblyInfo#1833

Closed
Copilot wants to merge 5 commits intodevfrom
copilot/sub-pr-1830-another-one
Closed

Fix misleading assembly identity in VfpCompatMetrics AssemblyInfo#1833
Copilot wants to merge 5 commits intodevfrom
copilot/sub-pr-1830-another-one

Conversation

Copy link
Contributor

Copilot AI commented Mar 1, 2026

AssemblyTitle and AssemblyProduct in VfpCompatMetrics/Properties/AssemblyInfo.prg were incorrectly set to "VfpTools", causing the produced assembly to misidentify itself in file properties and logs.

Change

  • Set both AssemblyTitle and AssemblyProduct to "VfpCompatMetrics" to match the actual project name.
-[assembly: AssemblyTitle("VfpTools")]
+[assembly: AssemblyTitle("VfpCompatMetrics")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("VfpTools")]
+[assembly: AssemblyProduct("VfpCompatMetrics")]

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Irwin1985 and others added 4 commits February 28, 2026 22:54
- Decorated 240+ functions with FoxProFunctionsAttribute for formal auditing.
- Categorized functions by Engine, Category, Status and Criticality.
- Integrated VfpCompatMetrics tool to calculate weighted compatibility scores.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
… of VfpTools

Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
Base automatically changed from feature/vfp-metrics-instrumentation to dev March 1, 2026 13:52
Copilot AI changed the title [WIP] WIP address feedback on functional instrumentation Fix misleading assembly identity in VfpCompatMetrics AssemblyInfo Mar 1, 2026
@RobertvanderHulst RobertvanderHulst deleted the copilot/sub-pr-1830-another-one branch March 2, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants