Attribute usage doesn't compile on `net9` ``` type ImportArgs = | [<Mandatory>] Name of name: string ``` Gives me this error for the `Mandatory` attribute: ``` error FS0842: This attribute is not valid for use on this language element ```