Update instructions/oqtane.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mark Davis 2025-09-04 16:10:30 -07:00 committed by GitHub
parent 2df6b50be4
commit d643269102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ applyTo: '**/*.razor, **/*.razor.cs, **/*.razor.css'
## Error Handling and Validation
- Implement proper error handling for Blazor pages and API calls.
- Use built-in Oqtane logging methonds from base classes.
- Use built-in Oqtane logging methods from base classes.
- Use logging for error tracking in the backend and consider capturing UI-level errors in Blazor with tools like ErrorBoundary.
- Implement validation using FluentValidation or DataAnnotations in forms.