-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the exclude list for assemblies
In #1663 we switched from excluding the Microsoft.Extensions prefix to excluding each of the non-logging assemblies individually. This is not future proof (as new libraries could be added), and increases the number of assemblies we need to match against. As a workaround, list adds an explicit "include" list for assemblies which match the "exclude" prefix, but which should be included anyway.
- Loading branch information
1 parent
68e01ee
commit 692d69b
Showing
2 changed files
with
17 additions
and
16 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