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
F# 9 now enforces attribute targets that previous versions ignored. In particular, to be able to be used on union cases, an attribute must target both Property (for field-less cases) and Method (for cases with fields).
The text was updated successfully, but these errors were encountered:
F# 9 now enforces attribute targets that previous versions ignored. In particular, to be able to be used on union cases, an attribute must target both
Property
(for field-less cases) andMethod
(for cases with fields).The text was updated successfully, but these errors were encountered: