-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix code analysis warnings in Microsoft.Extensions.* (and stop suppressing warnings) #38090
Conversation
619d882
to
49a21b7
Compare
src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceLookup/CallSiteFactory.cs
Outdated
Show resolved
Hide resolved
...es/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs
Outdated
Show resolved
Hide resolved
...braries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs
Outdated
Show resolved
Hide resolved
@stephentoub thanks for the PR. Do you mind also removing the fixed NoWarns (e.g. SA1001, SA1121, CA1200, CA2007, CA1810, CA1802, CA1825, CA1200, CA1507, SA1026, SA1129, SA1206, CA1018, SA1648) from this line: https://github.com/dotnet/runtime/blob/master/src/libraries/Directory.Build.props#L10 I was keeping track of this action item in issue #37821 UPDATE. As I was going through the diff commit by commit I noticed you made this change already. Thanks. |
49a21b7
to
494d2e5
Compare
Thanks for catching those, @safern. Deleted. |
The unvarening, maybe we should just be consistent between repos at this point |
Contributes to #37821
cc: @maryamariyan, @eerhardt, @safern, @carlossanlop