Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rely on GetUsedAssemblyReferences #20

Merged
merged 25 commits into from
Jan 5, 2023

Conversation

stan-sz
Copy link
Contributor

@stan-sz stan-sz commented Dec 30, 2022

Leverage the GetUsedAssemblyReferences Roslyn API to obtain reliable set of used references.

Fixes #19

.editorconfig Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2023

Codecov Report

Merging #20 (fd145c6) into main (8ed19d4) will not change coverage.
The diff coverage is 0.00%.

@@          Coverage Diff          @@
##            main     #20   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          1       2    +1     
  Lines        131     116   -15     
=====================================
+ Misses       131     116   -15     
Impacted Files Coverage Δ
analyzer/UsedAssemblyReferencesDumper.cs 0.00% <0.00%> (ø)
src/ReferenceTrimmerTask.cs 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

src/ReferenceTrimmerTask.cs Outdated Show resolved Hide resolved
test/E2ETests.cs Outdated Show resolved Hide resolved
@dfederm dfederm merged commit ac8df32 into dfederm:main Jan 5, 2023
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.

Rely on GetUsedAssemblyReferences
3 participants