Skip to content

Feature/vfp absorb commands#1983

Closed
Irwin1985 wants to merge 9 commits into
devfrom
feature/vfp-absorb-commands
Closed

Feature/vfp absorb commands#1983
Irwin1985 wants to merge 9 commits into
devfrom
feature/vfp-absorb-commands

Conversation

@Irwin1985

Copy link
Copy Markdown
Contributor

Absorbs aproximaterly 230 commands that have no functional equivalente in XSharp. Commands that already had functional implementations are left untouched.

Motivation

During VFP-to-X# migrations, user will encounter compiler errors for unsupported VFP commands even when those commands serve no purpose in the .NET runtime ej: IDE commands, legacy UI, old menu system). This creates noisy migration output and requires manual cleanup of every instance.

By absorbing these commands as silent NOPs, they compile without error and become invisible at runtime allowing developers to focus on commands that actually need porting attention.

@RobertvanderHulst RobertvanderHulst deleted the feature/vfp-absorb-commands branch June 11, 2026 10:14
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.

2 participants