Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.57 KB

CS1061.md

File metadata and controls

17 lines (12 loc) · 1.57 KB

CS1061

Property Value
Id CS1061
Title 'type' does not contain a definition for 'member' and no extension method 'name' accepting a first argument of type 'type' could be found (are you missing a using directive or an assembly reference?).
Severity Error
Official Documentation link

Code Fixes

  • Fix member access name
  • Remove 'await' keyword
  • Replace invocation with member access or vice versa

(Generated with DotMarkdown)