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

Cannot build Visual Studio plugin #1316

Open
olzhas opened this issue Jan 17, 2023 · 2 comments
Open

Cannot build Visual Studio plugin #1316

olzhas opened this issue Jan 17, 2023 · 2 comments

Comments

@olzhas
Copy link

olzhas commented Jan 17, 2023

Hello!

I am playing with BuildXL, I wanted to use it in my visual studio 2019.
In the documentation https://github.com/microsoft/BuildXL/blob/main/Documentation/Wiki/Installation.md there is a line on how to build a visual studio plugin, unfortunately running

.\bxl.cmd .\Out\Bin\debug\ide\*

does produce vsix files for visual studio only for vscode.

can anyone help me with this issue?

@smera
Copy link
Member

smera commented Feb 13, 2023

Hi @olzhas,
Can you try adding the qualifier explicitly? E.g.
.\bxl.cmd .\Out\Bin\debug\ide\* /q:DebugNet472

We are currently generating the plugin for full framework only.

Thanks,
Serge.

@Ashish-Gautam-22
Copy link

Ashish-Gautam-22 commented Apr 11, 2023

Hello, I am facing the same issue as you @olzhas. Were you able to resolve it? @smera when I try to run that command you have mentioned I get the following error "D:\Software\BuildXL\Public\Src\IDE\VsIntegration\BuildXLVsPackage\BuildXL.Ide.Vs.Package.dsc(60,13): error DX9338: Unable to get property 'runtime' since 'dll' evaluates to 'undefined'." Any help on how to proceed would be great.

Thanks
Ashish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants