You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CsWin32 emits "Method, type or constant "xxx" not found error when metadata isn't found at all.
Expected behavior
CsWin32 should clearly state an error that the metadata cannot be found.
Repro steps
Irrelevant, but here's how I painstakingly WinDbg'd csc only to find out that the property isn't passed down to the compiler. Still need to figure out how that happened in my environment but that'll be an issue with my environment's setup.
Context
CsWin32 version: 0.3.106
Win32Metadata version: 60.0.34-preview
Target Framework: net472
LangVersion : 7.3
The text was updated successfully, but these errors were encountered:
Actual behavior
CsWin32 emits "Method, type or constant "xxx" not found error when metadata isn't found at all.
Expected behavior
CsWin32 should clearly state an error that the metadata cannot be found.
Repro steps
Irrelevant, but here's how I painstakingly WinDbg'd csc only to find out that the property isn't passed down to the compiler. Still need to figure out how that happened in my environment but that'll be an issue with my environment's setup.
Context
LangVersion
: 7.3The text was updated successfully, but these errors were encountered: