microsoft / BuildXL

Microsoft Build Accelerator
MIT License
917 stars 146 forks source link

Cannot build Visual Studio plugin #1316

Open olzhas opened 1 year ago

olzhas commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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