BlazorWorker icon indicating copy to clipboard operation
BlazorWorker copied to clipboard

Library for creating DotNet Web Worker threads/multithreading in Client side Blazor

Results 20 BlazorWorker issues
Sort by recently updated
recently updated
newest added

When I create a directory with `DirectoryInfo dirInfo = new("temp"); dirInfo.Create();` in the main thread, the folder does not appear when executing `Directory.GetDirectories("/");` when it is run from the worker....

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hello, it seems that BlazorWorker does not support net6 publishing. For example, if you create a project with the standard ASP.NET Core hosted blazor Web assembly template and replace Index.razor...

Compatibility

BlazorWorker looks like a great way to incrementally add some .NET to an existing React/Angular/Vue/jQuery/whatever page or site. Is there any chance of a tiny Demo where some JS in...

documentation

I created a complex type registration feature that can be specified in WorkerInitOptions Action with the AddCustomKnownTypes extension method when setting up a worker.

Hi, I'm using your blazorworker.js to execute C# code from javascript in a worker (without the rest of the functionality, e.g no need to use callbacks to C#, just javascript...

enhancement