JetBrains Rider 2024.1 Help

Code Inspection: Function doesn't return a value on all code paths

Category

Compiler Warnings

ID

VBWarnings::BC42353,BC42354,BC42355

EditorConfig

resharper_vb_warnings_bc42353_bc42354_bc42355_highlighting

Default severity

Warning

Language

VB.NET

Requires SWA

No

This code inspection warns you that a procedure has at least one possible path through its code that does not return a value. It helps you detect the following compiler warnings before you compile:

Last modified: 17 April 2024