Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.07 KB

CS0029.md

File metadata and controls

20 lines (15 loc) · 1.07 KB

CS0029

Property Value
Id CS0029
Title Cannot implicitly convert type 'type' to 'type'.
Severity Error
Official Documentation link

Code Fixes

  • Change member type according to return expression
  • Change type according to initializer
  • Change type to var
  • Replace string literal with character literal
  • Replace yield return with foreach
  • Use yield return instead of return

(Generated with DotMarkdown)