Obsolete Let Statement
Locates explicit 'Let' assignments.
NEW! This inspection is only available in pre-release builds.
Reasoning
The legacy syntax is obsolete/redundant; prefer implicit Let-coercion instead.
Default severity
Suggestion
Inspection type
LanguageOpportunities
QuickFixes
The following quickfixes are available for this inspection:
Examples
This example should trigger a result
This example should NOT trigger a result
Rubberduck.CodeAnalysis.Inspections.Concrete.ObsoleteLetStatementInspection.cs (Prerelease-v2.5.2.6174)