-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OptIn mode for source generator (#1861)
* Add an opt-in mode to the source generator and come up with a new default based on project * Add default check * Add missing file * Update version * Update version * Update code fixer to look at opt-in mode * Check aot warning level as a enablement for generator * Update API compat baseline * Increment for initial testing * Fix default and enable auto mode for projections * Scope to NET 6 and later * Add tests * Fix * Another fix * Fix diagnostic not coming * Remove check for trim analyzer as it can be disabled independently of trimming * Update version to reflect API additons * Add docs and fix API compat * Update docs * Update docs/aot-trimming.md Co-authored-by: Sergio Pedri <sergio0694@live.com> * Address feedback * Remove extra package --------- Co-authored-by: Sergio Pedri <sergio0694@live.com>
- Loading branch information
1 parent
a6921f2
commit 71671e1
Showing
24 changed files
with
600 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.