fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Get editor warning but runtime is fine #41

Closed lijunle closed 8 years ago

lijunle commented 8 years ago

Description

See the picture:

image

(I am using the newest 2.0.0, but it is report 0.9.9. I have no idea about this.)

However, Hit F5, everything is working fine.

Repro steps

  1. Setup a F# project,
  2. Install FsXaml 2.0 from Nuget
  3. Write some XAML and its corresponding .xaml.fs files.

    Expected behavior

I should get type intellisense from VS.

Actual behavior

VS is complaining some error, no type intellisense. :disappointed:

Known workarounds

No idea.

Related information

ReedCopsey commented 8 years ago

This is coming from F# Power Tools. If you upgrade to the latest F# Power Tools, this will go away.

lijunle commented 8 years ago

@ReedCopsey After upgrade the F# Power Tools, the warning is gone. Thanks for your awesome tools! :smile_cat: