MudBlazor / TryMudBlazor

A playground for trying out and testing MudBlazor components entirely in the browser.
https://try.mudblazor.com/
GNU General Public License v2.0
75 stars 36 forks source link

Update dependency libraries, support new C# syntax #153

Closed ScarletKuro closed 3 months ago

ScarletKuro commented 3 months ago

Should make the new C# syntax like:

int[] array = [1, 2, 3, 4, 5, 6];

to work.