Skip to content

[blazor] Update dotnet.d.ts to latest version from runtime #62075

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

Merged
merged 2 commits into from
May 23, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 23, 2025

This PR updates the dotnet.d.ts file in the src/Components/dotnet-runtime-js directory to match the latest version from the dotnet/runtime repository.

The update includes:

  • New API documentation
  • Additional APIs and parameters
  • Restructured type definitions
  • New diagnostics-related APIs
  • Updated export syntax using type keywords
  • Removal of deprecated HEAP properties in EmscriptenModule
  • Added new configuration properties

These changes ensure that our TypeScript definitions are in sync with the latest WebAssembly runtime implementation from dotnet/runtime.

Fixes #62074.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pavelsavara <271576+pavelsavara@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] [blazor] update dotnet.d.ts [blazor] Update dotnet.d.ts to latest version from runtime May 23, 2025
@Copilot Copilot AI requested a review from pavelsavara May 23, 2025 07:43
@pavelsavara pavelsavara added the area-blazor Includes: Blazor, Razor Components label May 23, 2025
@pavelsavara pavelsavara marked this pull request as ready for review May 23, 2025 10:27
@pavelsavara pavelsavara requested a review from a team as a code owner May 23, 2025 10:27
@pavelsavara pavelsavara added this to the 10.0-preview6 milestone May 23, 2025
@pavelsavara pavelsavara enabled auto-merge (squash) May 23, 2025 10:31
@pavelsavara pavelsavara merged commit 64262a7 into main May 23, 2025
28 checks passed
@pavelsavara pavelsavara deleted the copilot/fix-62074 branch May 23, 2025 12:57
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 Attention: Shared Code Modified
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[blazor] update dotnet.d.ts
3 participants