Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include base classes with LINQ generation #1838

Merged
merged 3 commits into from
Nov 22, 2024
Merged

Include base classes with LINQ generation #1838

merged 3 commits into from
Nov 22, 2024

Conversation

twsouthwick
Copy link
Member

@twsouthwick twsouthwick commented Nov 22, 2024

This change adds support to the LINQ generator to include base classes and their members so it'll be similar to what was in the 2.x version:

  • Refactor LINQ generator to use a visitor pattern
  • Add SdtElement expansion
  • Visit base types

Part of #1813

@twsouthwick twsouthwick changed the title Includ base classes with LINQ generation Include base classes with LINQ generation Nov 22, 2024
@twsouthwick twsouthwick enabled auto-merge (squash) November 22, 2024 18:11
Copy link

Test Results

    70 files  ±0      70 suites  ±0   1h 7m 52s ⏱️ +31s
 2 041 tests ±0   2 038 ✅ ±0   3 💤 ±0  0 ❌ ±0 
32 418 runs  ±0  32 382 ✅ ±0  36 💤 ±0  0 ❌ ±0 

Results for commit 34e52c0. ± Comparison against base commit 4ec5720.

@twsouthwick twsouthwick merged commit 89cd570 into main Nov 22, 2024
21 checks passed
@twsouthwick twsouthwick deleted the linq-generation branch November 22, 2024 18:18
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