-
I have a .NET 7 project running blazor server side.
When initializing the JSRuntime, an exception is thrown:
```
await FFmpegFactory.Init(Runtime); // throws System.InvalidCastException: 'Unable …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'll preface this with I'm not sure if this is an actual bug or a function of the interesting…
-
Moving from v1.1.5 to v1.1.8 I get the error
blazor.webassembly.js:1 Microsoft.JSInterop.JSException: Could not find 'plugins_interop' ('plugins_interop' was undefined).
-
# What is it?
A UI designed to create, view & edit a `dab-config.json` file.
# Why?
The configuration file is getting more complex, easier to get wrong.
* Some customers have several hundred enti…
-
Hi,
I appreciate you work. Great component!
I use the Signature pad (8.1.5) in a blazor server scenario as well as in a BlazorWebView via net Maui (both time via the exact same code via a shared…
-
## Background and Motivation
Customizing deserialization of objects graphs in blazor js interop is cumbersome. I get the idea why overriding serializer options globally is no-go, but we could have …
-
Today to open a new browser tab in Blazor you have to use JS interop to call `window.open`. Could we provide a simple .NET API for this?
-
### Description
.NET 8.0.401 + macOS crashes, while .NET 8.0.303 doesn't.
### Reproduction Steps
Alas, not minimal:
```console
# Repro is from building the dotnet/java-interop repo
git…
-
# TypeScript Interop in Blazor | Damir's Corner
[https://www.damirscorner.com/blog/posts/20230310-TypeScriptInteropInBlazor.html](https://www.damirscorner.com/blog/posts/20230310-TypeScriptInteropI…
-
### Overview
There are a set of mistakes that are easy to make when using Blazor that could be caught with the help of Roslyn Analyzers. Some of these analyzers were prototyped in https://github.com/…