Skip to content
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

Blazor Question #2

Closed
TorreyGarland opened this issue May 11, 2022 · 2 comments
Closed

Blazor Question #2

TorreyGarland opened this issue May 11, 2022 · 2 comments

Comments

@TorreyGarland
Copy link

Are there any issues with working with Blazor Server Apps or WASM?

@TorreyGarland
Copy link
Author

or FluentValidation?

@fiseni
Copy link
Owner

fiseni commented Jun 6, 2022

The library uses source generators to generate new files on build. If the build is successful and you can see the generated files, then it doesn't make any difference if it's Blazor Server App, WASM, or anything else. It would be the same as you would have created those metadata files manually. On the other hand, it's up to the given frameworks whether they have support for data annotations or not.

Anyhow, this was just an experimental project. Please don't use it in production. Refer to this issue #1 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants