Skip to content

feat: add Source Generator AOP implementation #343

Closed
liuhaoyang wants to merge 1 commit into
masterfrom
feat/sg
Closed

feat: add Source Generator AOP implementation #343
liuhaoyang wants to merge 1 commit into
masterfrom
feat/sg

Conversation

@liuhaoyang

Copy link
Copy Markdown
Member
  • Add Source Generator for compile-time proxy generation
  • Fix interface proxy with target implementation method lookup (P0)
  • Add sealed type diagnostic check (ACSG005)
  • Add type accessibility check (ACSG006)
  • Add constructor accessibility check (ACSG007)
  • Add comprehensive edge case tests (22 new tests)
  • Fix generic constraint issue in override methods

Breaking changes: None (opt-in feature)

- Add Source Generator for compile-time proxy generation
- Fix interface proxy with target implementation method lookup (P0)
- Add sealed type diagnostic check (ACSG005)
- Add type accessibility check (ACSG006)
- Add constructor accessibility check (ACSG007)
- Add comprehensive edge case tests (22 new tests)
- Fix generic constraint issue in override methods

Breaking changes: None (opt-in feature)
@liuhaoyang

Copy link
Copy Markdown
Member Author

Closing this PR. The Source Generator implementation has been superseded by the GA improvements merged in #348 (multi-assembly, generics, AOT, inline activation). Attempting to merge this branch into master resulted in 8 file conflicts over competing Source Generator implementations, so closing in favor of the already-merged GA version.

@liuhaoyang liuhaoyang closed this Jul 13, 2026
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.

1 participant