GR0038: Do not use Object as a return type on a method declaration.
Title | Do not use Object as a return type on a method declaration. |
---|---|
Id | GR0038 |
Category | Design |
Default Severity | Warning |
Enabled By Default | True |
Description | Do not use object as a return type. This is to avoid issues with type safety. |
Custom Tags |