blazorators icon indicating copy to clipboard operation
blazorators copied to clipboard

Allow `assembly` level attributes.

Open IEvangelist opened this issue 2 years ago • 0 comments

Instead of using a public partial interface I{Name}Service with the JSAutoInterop or JSAutoGenericInterop, allow for an assembly-level attribute.

[assembly: JSAutoInterop(
    TypeName = "Storage",
    Implementation = "window.localStorage",
    Url = "https://developer.mozilla.org/docs/Web/API/Window/localStorage")]

IEvangelist avatar Apr 07 '22 14:04 IEvangelist