Skip to content

VS2017 RC - Project-wide analysis should not be enabled #1856

@dsyme

Description

@dsyme

VS2017 RC currently enabled project-wide analysis based on ParseAndCheckProject and shows red-squiggly errors based on the results

See vsintegration\src\FSharp.Editor\ProjectDiagnosticAnalyzer.fs

This is wrong, because this method checks using saved files on-disk, not the current contents of buffers. This results in erratic, persistent red-squiggly errors being shown in half-edited unsaved files in the IDE.

We should just disable this feature for now

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions