dotnet / dotnet/project-system
Fix VB functions/properties that don't return a value
Open
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Currently VB warnings 42353, 42355 and 42105 are suppressed.
These warnings report "Function/Property doesn't return a value on all code paths.". We should fix the code and remove the suppressions.
Contributor guide
Assessment
This issue has not been assessed yet.