Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Contract assembly for Microsoft.VisualBasic.dll should define "Empty" _MYTYPE. #42

Closed
hubuk opened this issue May 13, 2015 · 1 comment

Comments

@hubuk
Copy link
Contributor

hubuk commented May 13, 2015

Using C# compiler from VS2013 produces no "My" namespace in Microsoft.VisualBasic.Contracts.dll even if _MYTYPE is set to "Windows". This behavior changed in Roslyn and in order to disable My namespace in output assembly _MYTYPE shall be set to "Empty". Setting it to "Empty" in Microsoft.VisualBasic10.vbproj file will fix compilation for VS2015 and at the same time will not change compilation results for VS2013.

@hubuk hubuk mentioned this issue May 13, 2015
SergeyTeplyakov added a commit that referenced this issue Jul 8, 2015
@hubuk
Copy link
Contributor Author

hubuk commented Jul 30, 2015

Fixed by #43

@hubuk hubuk closed this as completed Jul 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant