Abstractions and features for interop between .NET WebAssembly and JavaScript code.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/2670c128d522473e146ff9f8159bfffdfe694cd9
Abstractions and features for interop between Mono WebAssembly and JavaScript code.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cdfa43bbe0ecc13757cc6517c9a253de77c3ec56
bUnit.web is a testing library for web/HTML-based Blazor components.
You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect the component under test, trigger event handlers, provide...
More information
bUnit.core is the base library that provides support for testing Blazor components. You need to install bUnit.web as well to test web-based Blazor components.
bUnit.xunit is an xUnit extension for bUnit, that provides a way for xUnit to run bUnit's razor-based tests, as well as other helpful extensions to make the testing experience better if you use xUnit for writing your tests.
bUnit is a testing library for Blazor components.
You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect the component under test, trigger event handlers, provide cascading values,...
More information
Parser for TypeScript definitions to create C# representations. The package provides three layers type of generators Class Statement, ClassStatement string, and writer based generation.
Includes a Writer implementation that will generate a C# Project. This should be used with the EventHorizon.Blazor.TypeScript.Interop.Generator project to write out the generated statements to a C# project.
A component for Blazor Wasm that makes it super simple to load local files into your .NET code. Efficiently transfer file blobs from the browser into the .NET runtime.
A .NET embedding of Wasmtime.
Wasmtime is a standalone runtime for WebAssembly, using the Cranelift JIT compiler.
The .NET embedding of Wasmtime enables .NET code to instantiate WebAssembly modules and to interact with them in-process.