Alexander Wicht
Alexander Wicht
Hi there, I installed your package in a fresh .NET 6 razor page app, but when running `dotnet run`, it fails with the following error: > EXEC : Input error...
Hey there, when trying to use the CheckoutService in the current version 5.15.0, the server always responds Not Acceptable errors. When debugging this, I found out, that the CheckoutService uses...
Hi there, I'm pushing a repo which contains a .net 6 project. Within this project is some React, which gets build by some MSBUILD actions on publish. This works like...
When having NextJS 12 installed, npm refuses to install your packages, because of the specified version in your package.json. Could you please bump the version? :)
The section _"Inspect the Razor C# class generated for a view"_ is obsolete in current versions, since the generated views are not emitted by default anymore. There is no comment...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Currently,...
The element has also introduced a new form method `dialog`, see https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod This PR adds the `Dialog` field to the FormMethod enum. Fixes #44499