You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature mysteriously causes getAllSymbols to duplicate the report some symbols until we understand why this happens and is it correct, I am reverting EnforceAttributeTargets from F# 9.0 back to preview
Repo:
With EnforceTargetAttributes set to F# 9.0, in VS using test explorer run the test case observe the failure.
The text was updated successfully, but these errors were encountered:
FYI @edgarfgp, we will look into it once done with adjusting tests and baselines for 9
Not problem. The duplication of symbols most likely is due to "how in some cases the type check is duplicated" producing 2-3 times the same errors/warning and in this case symbols.
Let me know if there is anything I can do to help.
This feature mysteriously causes getAllSymbols to duplicate the report some symbols until we understand why this happens and is it correct, I am reverting EnforceAttributeTargets from F# 9.0 back to preview
Repo:
With EnforceTargetAttributes set to F# 9.0, in VS using test explorer run the test case observe the failure.
The text was updated successfully, but these errors were encountered: