Blazor
Blazor copied to clipboard
MOVED: Please see the new repo at https://github.com/aspnet/blazor
Added ability to compile with assembly references by looking in the .csproj.
Added command to build the ILStrip project as the GenerateTrimmedMscorlip build command for Blazor.Host depends on it.
Here are a few fixes and updates to the corlib and JIT: - Better C# support (added some missing JIT features, some bug fixes and updates). - Added F# support...
This makes the P/Invoke interface work again. No idea is this will be useful, but it really does put things back to working in a pure DNA built on to...
A basic (and a bit crude) implementation of a "FromAttribute" attribute for component parameters. This PR requires the corlib changes of the **"corlib and JIT updates"** PR (#7) for it...
Simple fix for the underlying issue of the bug described [here](https://github.com/SteveSanderson/Blazor/blob/master/src/Blazor.Runtime/Interop/ManagedGCHandle.cs#L12-L13): > // because the DotNetAnywhere runtime crashes if you try to put a *delegate* instance > // as a...
For details, see https://github.com/aspnet/Blazor-Hackathon/pull/3 This has already been rebased onto a recent commit from the Hackathon repo.