Skip to content

Add default implementations for new interface methods in Blazor JS interop #61850

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

oroztocil
Copy link
Member

Adds default implementations for new interface and abstract methods that were added for the Blazor JS interop in #61246.

Removes the breaking change described in #61842.

@oroztocil oroztocil requested a review from a team as a code owner May 9, 2025 10:59
@github-actions github-actions bot added the area-blazor Includes: Blazor, Razor Components label May 9, 2025
@oroztocil oroztocil changed the title Add default implementations for new interface methods in Blazor JS in… Add default implementations for new interface methods in Blazor JS interop May 9, 2025
@oroztocil
Copy link
Member Author

Should there be a custom message in the NotImplementedExceptions?

@javiercn
Copy link
Member

javiercn commented May 9, 2025

Should there be a custom message in the NotImplementedExceptions?

Look for the exception and do the same thing that we do in other cases

@oroztocil
Copy link
Member Author

Should there be a custom message in the NotImplementedExceptions?

Look for the exception and do the same thing that we do in other cases

Yes, did that and usually there is none.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants