Stephan van Leeuwen
Stephan van Leeuwen
As far as I know this isn't currently possible in Blazor Wasm projects. In the ASP.NET Core version we spawn a process that watches the files. But because Blazor Wasm...
Hi @adiessl , thank you for all the PRs you created and help make the library better. It's awesome to hear you were able to improve the compilation time so...
Hi @mdima , Thanks for the suggestion, unfortunately this is currently not possible as an inline script is generated for V3, and inline script's can be marked async or defer....
Hi, I haven't tried to use the library with blazor so I'm not sure if we would need to add something specific for that. I think the biggest problem would...
Hi, I haven't been able to create a version for Blazor. I don't personally use Blazor so having to figure out how it works in addition to how to update...
The latest 1.74.1 release has fixed the issue for the user of our library, thanks! I won't close the issue as there's still a task open, but from my point...
Closing as this seems to be fixed
We don't currently have time to add this as we lack the experience for Blazor apps. You're welcome to create a PR with an implementation for this.
You're passing the ASP.NET Core Antiforgery token to the recaptcha service ("__RequestVerificationToken" is the antiforgery token, not the recaptcha token). You will need to get the value of `input[name="g-recaptcha-response"]` and...
Hi @gumbarros , Did you add `true` to your csproj that references this nuget? (See the [readme section for runtime compilation](https://github.com/koenvzeijl/AspNetCore.SassCompiler?tab=readme-ov-file#compiling-scss-at-runtime)). As that should automatically include the required files and...