-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suitable for Blazor webassembly? #65
Comments
I'm using it in Blazor WASM without any issues. Can you provide more details about the problem you're having? |
I've been trying to get it to work in Blazor WASM as well, but I'm getting an exception saying a method is not found. I've build a model, an abstract validator for the model, and I'm using the model in a component used on the page which passes the model as a parameter to the component. Here are some examples of my code: Model:
Validator: Host Page (abbreviated): @if (IsLoaded) @code {
Editor Dialog Component: @code {
} Finally, in my startup I have used the FluentValidation.DependencyInjection to add the validators.
The error: |
Is this project suitable for Blazor Webassembly? I'm trying to follow instruction, but I am unable to get it to work
The text was updated successfully, but these errors were encountered: