Table of Contents

GR0038: Do not use Object as a return type on a method declaration.

TitleDo not use Object as a return type on a method declaration.
IdGR0038
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionDo not use object as a return type. This is to avoid issues with type safety.
Custom Tags