Fix Dependency injection analyzer that is supposed to come with the SDK - #320
Draft
justindbaur wants to merge 1 commit into
Draft
Fix Dependency injection analyzer that is supposed to come with the SDK#320justindbaur wants to merge 1 commit into
justindbaur wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #320 +/- ##
==========================================
+ Coverage 76.57% 76.73% +0.15%
==========================================
Files 61 61
Lines 1887 1887
Branches 229 229
==========================================
+ Hits 1445 1448 +3
+ Misses 360 358 -2
+ Partials 82 81 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎟️ Tracking
📔 Objective
The DI analyzer is not working once I have bumped the server sdk to
1.6.0inserver. This registers them manually since msbuild sdks don't automatically add analyzers that are in theiranalyzersfolder like normal nuget packages do.🚨 Breaking Changes