Skip to content

Confirm nanoFramework.Runtime.Events native declaration is already aligned with latest package metadata - #3446

Draft
josesimoes with Copilot wants to merge 1 commit into
developfrom
copilot/update-nanoframework-runtime-events-declaration
Draft

Confirm nanoFramework.Runtime.Events native declaration is already aligned with latest package metadata#3446
josesimoes with Copilot wants to merge 1 commit into
developfrom
copilot/update-nanoframework-runtime-events-declaration

Conversation

Copilot AI commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

The issue requested updating nanoFramework.Runtime.Events native assembly metadata to match the newly published package values (100.2.0.1, 0x825875FF). Comparison against the provided stubs artifact shows the repository already contains those exact declaration values.

  • Problem scope

    • Required metadata update for nanoFramework.Runtime.Events native declaration based on upstream stubs artifact.
  • Result

    • No code changes were introduced because src/nanoFramework.Runtime.Events/nf_rt_events_native.cpp already matches the requested checksum and native version.
  • Artifact alignment

    • Verified the declaration block is already set to:
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_nanoFramework_Runtime_Events =
{
    "nanoFramework.Runtime.Events",
    0x825875FF,
    method_lookup,
    { 100, 2, 0, 1 }
};

Copilot AI linked an issue Jun 23, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update nanoFramework.Runtime.Events declaration Confirm nanoFramework.Runtime.Events native declaration is already aligned with latest package metadata Jun 23, 2026
Copilot AI requested a review from josesimoes June 23, 2026 08:17
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

Successfully merging this pull request may close these issues.

Update nanoFramework.Runtime.Events declaration

2 participants