Closed
Description
Found whilst working on #3926
On a test with more than one attribute:
[Platform(Include = "Linux")]
[Platform(Include = "Win")]
I do get the error: Only supported on Linux when running under Windows.
Yes, the documentation mentions combining the platforms using commas, but should we make this a compile error?
Should the AttributeUsage
be update to AllowMultiple = false
?