microsoft / microsoft/win32metadata

Using WinmdGenerator to generate mulitple winmds that reference each other

Open
#2,098 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1.5k
Forks
149
Avg merge
5d 16h
Merged PRs (30d)
4

Description

I have 2 sets of headers that reference each other (lets call them "base" and "derived"). I'd like to use the WinmdGenerator to generate separate base.winmd and derived.winmd, and have the derived.winmd reference the base.winmd so the types in base.winmd dont need to be duplicated in derived.winmd. Is this possible?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining WinmdGenerator and how it processes the two sets of headers and produces base.winmd and derived.winmd. Determine whether one generated metadata file can reference another without duplicating types; done means documenting the supported workflow or clearly defining the required generator behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.