-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
eliminate explicit dependency for STJ on newer frameworks #515
Comments
What additional TFM are you looking for? What, specifically, needs to change to fix this issue? |
@ardalis Will submit a pr which will probs be the easiest way to describe it |
Related to dependencies, we should consider this as well. |
@fiseni I have adjusted the condition as suggested and even enabled global package reference for sonar & sourcelink. This meant i needed to add suppressions in. |
Why we're suppressing all these messages? These are all valid suggestions. Example
|
Now I remember we're treating warnings as errors, right? Ok then, great. We'll tackle all those code smells in the future. |
Correct warnings are being treated as errors & the projects which got suppressions previously didn't have analysis enabled hence the suppression. |
Is your feature request related to a problem? Please describe.
I want to minimise dependencies in my project by utilising framework dependencies wherever possible
Describe the solution you'd like
I want the package to have conditions placed on System.Text.Json so that it can be provided by the framework. Same thing for System.ComponentModel.Annotations
Describe alternatives you've considered
Accept the additional dependency
Additional context
n/a
The text was updated successfully, but these errors were encountered: