Skip to content

feat: add Source Generator AOP implementation #343

Open
liuhaoyang wants to merge 1 commit intomasterfrom
feat/sg
Open

feat: add Source Generator AOP implementation #343
liuhaoyang wants to merge 1 commit intomasterfrom
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)
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