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

Fix .NET 9 ASP.NET Blazor issues #3064

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

Fix .NET 9 ASP.NET Blazor issues #3064

wants to merge 4 commits into from

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Nov 13, 2024

Description of Change

The IJSUnmarshalledObjectReference type has been removed (and we may have only ever needed IJSInProcessObjectReference) but we want to use the new [JSImport] attributes.

There are several changes:

Bugs Fixed

API Changes

None.

Behavioral Changes

None.

Required skia PR

None.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Merged related skia PRs
  • Changes adhere to coding standard
  • Updated documentation

@mattleibow
Copy link
Contributor Author

mattleibow commented Nov 13, 2024

@KameshRajendran
Copy link

KameshRajendran commented Nov 14, 2024

Can you please confirm whether this changes will resolve the below issue?

#3067

@mdubey82
Copy link

When above fix will be available ( #3064 ) Because of this error I am unable to upgrade my project to .net 9

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