Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet build with Microsoft.NETFramework.ReferenceAssemblies can't find 'Microsoft.VisualBasic.dll' #15712

Closed
daveMueller opened this issue Feb 6, 2021 · 2 comments
Assignees
Labels
untriaged Request triage from a team member

Comments

@daveMueller
Copy link

Hello,

I'm currently trying to build a Visual Basic project with target framework v4.7.2 via dotnet build on linux. As far as I know this should be possible when using the package Microsoft.NETFramework.ReferenceAssemblies as described here.
Nevertheless the build job is failing with vbc : error BC2017: could not find library 'Microsoft.VisualBasic.dll'. I can't figure out what I'm doing wrong. The nuget package definitely contains the dll but the build on linux somehow doesn't find it.

To be precise, this is the PR where I'm facing this issue (coverlet-coverage/coverlet#1073). I'm thankful for any help.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Request triage from a team member label Feb 6, 2021
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@marcpopMSFT
Copy link
Member

We remember vaguely fixing something around VB a while back related to this. Please try again and let us know if it's still an issue. Not sure if building with the framework reference assemblies is supported on linux and we can dig into that if it's still an issue.

@marcpopMSFT marcpopMSFT closed this as not planned Won't fix, can't repro, duplicate, stale Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

3 participants