Updating metadata independently of CsWin32 breaks the projection #166
-
So … after Win32Metadata preview 26 CsWin32 does not generate GUID headers anymore, due to a change in how GUID attributes are specified in metadata:
After Preview-22:
I think this might break the SpecllChecker-sample as well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Correct. Each new metadata update has a high likelihood of breaking the projections that consume it because breaking changes such as this one are still quite common as we're in early preview. In general it's a safer plan to just wait for the CsWin32 update that brings the updated metadata with it rather than try to update the metadata directly. |
Beta Was this translation helpful? Give feedback.
Correct. Each new metadata update has a high likelihood of breaking the projections that consume it because breaking changes such as this one are still quite common as we're in early preview. In general it's a safer plan to just wait for the CsWin32 update that brings the updated metadata with it rather than try to update the metadata directly.
Of course we specifically did work to enable folks to update the metadata independently so that folks can do what you just did. It just isn't practical to rely on it always working yet.