C#C
C#4y ago
11 replies
Brady Kelly

❔ Help with possible conflicts between different versions of a package

Rider 2022.2 It says it can't resolve the symbols
IServiceCollection
and
IConfiguration
despite using clauses being in place for them. The using are greyed out because the 'editor' thinks they're not used, and not because they are invalid (edited)

If I click the little red lightbulb on the line where the types are red, I get the option "reference assembly
Microsoft.Extensions.DependencyInjection.Abstractions
and import
Microsoft.Extensions.DependencyInjection.IServiceCollection
"
image.png
Was this page helpful?