Skip to content

Conversation

@kzu
Copy link
Member

@kzu kzu commented Dec 21, 2025

The codefix should be helpful in migrating larger codebases that used the previous approach (since we allow batch fixing in an entire solution).

The added project also means we need a separate packaging project (can't reference the codefix project from the analyzer one because that can cause the analyzer to not load in the reduced scope of the compiler). The codefix project is only intended by consumption by an editor that can apply fixes.

We now have a standalone packaging project that contains the eula and readme plus references to the other two.

@kzu kzu added the enhancement New feature or request label Dec 21, 2025
@kzu kzu enabled auto-merge (rebase) December 21, 2025 21:02
@kzu kzu disabled auto-merge December 21, 2025 21:04
@kzu
Copy link
Member Author

kzu commented Dec 22, 2025

41 passed 41 passed

🧪 Details on Ubuntu 24.04.3 LTS

from dotnet-retest v1.0.0 on .NET 10.0.1 with 💜 by @devlooped

@kzu kzu force-pushed the dev/codefix branch 2 times, most recently from 4627b4b to 1741be0 Compare December 22, 2025 00:37
The codefix should be helpful in migrating larger codebases that used the previous approach (since we allow batch fixing in an entire solution).

The added project also means we need a separate packaging project (can't reference the codefix project from the analyzer one because that can cause the analyzer to not load in the reduced scope of the compiler). The codefix project is only intended by consumption by an editor that can apply fixes.

We now have a standalone packaging project that contains the eula and readme plus references to the other two.
@kzu kzu enabled auto-merge (rebase) December 22, 2025 00:39
@kzu kzu merged commit 88a0a37 into main Dec 22, 2025
7 checks passed
@kzu kzu deleted the dev/codefix branch December 22, 2025 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants