Discussion on Blazor, a framework for building web apps with .NET and WebAssembly https://blazor.net
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
dotnet-maestro[bot] on master
Update dependencies from https:… (compare)
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
Update dependencies from https:… (compare)
dotnet-maestro[bot] on darc-master-a926ae60-afdc-46d8-aabc-bb225655c15e
dotnet-maestro[bot] on darc-master-e3474f54-f92f-4c3f-b116-ed9bdfe9754d
Does anyone know the answer to this?
public async Task<string> GetRevision()
{
return await JSRuntime.InvokeAsync<string>("Atom.GetCurrentThreeRevision");
}
public async Task<Scene> InitiateScene()
{
return await JSRuntime.InvokeAsync<Scene>("Atom.InitiateScene");
}
ServiceHub.ThreadedWaitDialog.exe
that starts when I see VS hanging up, and as soon as it's closed, VS also continues again.
@ref="ComponentInstance"
then have public SomeComponentConvention ComponentInstance {get; set;}
if that makes sense