peterthorpe81

Results 5 issues of peterthorpe81

**Describe the bug:** Breakpoints in client side blazor wasm aren't hit in vscode using the Microsoft.AspNetCore.Razor.VSCode.BlazorWasmDebuggingExtension when using .NET 6 SDK because the extensions contains a BlazorDebugProxy from .NET 5...

bug
vscode

## Description This PR fixes issues related to MudDataGrid Column Hidden state. related to https://github.com/MudBlazor/MudBlazor/pull/7984 fixes https://github.com/MudBlazor/MudBlazor/issues/7966 fixes https://github.com/MudBlazor/MudBlazor/issues/7985 fixes https://github.com/MudBlazor/MudBlazor/issues/7953 Some usage of the grid binds (one way or...

bug
PR: needs review

Blazor WASM sites often get blocked by corporate firewalls because of the fetch of dll's. Firewalls will often identify them as unsafe due to the dll extension or the file...

### Project name Mail Merge ### Description A tool to access an Excel table on OneDrive read the content and use it to mail merge an Email e.g. forename in...

hack

This PR adds an analyzer to MudBlazor to detect issues with v7 parameters at compile time (unless its dynamic code). It also adds a similar analyzer to specifically not allow...

enhancement
PR: needs review