PostSharp and Blazor

Viewed 87
1 Answers

The limitations of using PostSharp with Blazor apply to Blazor WebAssembly only.

With the Blazor Server hosting model your app is a standard ASP.NET Core project. And the ASP.NET Core projects are supported by PostSharp without the limitations of WebAssembly.

Related