Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 870
Query expressions and --warnon:1182 #422
Copy link
Copy link
Labels
Area-QueriesQuery expressions and library implementationQuery expressions and library implementationBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
Description
Metadata
Metadata
Assignees
Labels
Area-QueriesQuery expressions and library implementationQuery expressions and library implementationBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Type
Projects
StatusShow more project fields
In Progress
In query expressions, variables bound using
forare not recognized as used if they are notselected, even if they are otherwise used for example in awhereor alet.Example:
Tested on F# 3.1.2 and 4.0-RC.