Skip to content

Internal code usage scenarios missed by the analyzer #20206

@ajcvickers

Description

@ajcvickers

Identified scenarios:

  • Generic type parameter (e.g. context.GetService<IInMemoryStoreCache>())
  • Type usage without instantiation (IStateManager state = null)
  • Typeof (typeof(IInMemoryStoreCache))
  • private readonly field in private nested class
  • Implemented interface

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions