Open
Description
Describe the bug
Adding a class that derives from Attribute
will cause the build to fail with an unrelated error
To Reproduce
namespace CSWinRT_AuthoringPlayground
{
public sealed class X {}
// Commenting the following line makes the build succeed
public sealed class MyAttr : Attribute { }
}
Produces the error:
error CS0246: The type or namespace name 'IXClass' could not be found (are you missing a using directive or an assembly reference?)
Expected behavior
Build succeeds with proper output
Version Info
CsWinRT 1.6.4