conan-vs-extension icon indicating copy to clipboard operation
conan-vs-extension copied to clipboard

Conan Extension for Visual Studio

Results 65 conan-vs-extension issues
Sort by recently updated
recently updated
newest added

We need to redirect stderr to stdout and capture only stdout to ensure that lines corresponding to them don't get mixed in the final output window or log file

bug
enhancement

Using conan-vs-extension to perform an _install_ modifies the .vcxproj file, adding references to the generated property sheets. Subsequently, performing a _conan create_ on the project will fail if the property...

triaging

there is C# [StyleCop](https://github.com/StyleCop/StyleCop) analyzer which may find some errors in our code, so it would be nice to set up it at some point and ensure complains are fixed

[MoSCoW] Would Have

If something happens during a build, the lock files generated by Conan in the cache will be there and any subsequent `conan install` will halt forever: ``` fmt/5.3.0@bincrafters/stable is locked...

enhancement
[MoSCoW] Must Have

Running a project that has a dynamic-link dependency from Visual studio fails, as conan resolved .dll are not in the PATH. To reproduce: 1. In the `conan-vs-extension/Conan.VisualStudio.Examples/ExampleCLI/ExampleCLI/conanfile.txt` add ``` [options]...

triaging

Supersedes https://github.com/conan-io/conan-vs-extension/pull/102, we need to run this branch in the same repo so the secret env variables from Appveyor are resolved. The CI is working, and the extension is signed,...

We need to start thinking about documenting those things that are stable. I'm not sure if it is a good idea to document the extension in the [Conan docs](https://docs.conan.io/en/latest/integrations/ide/visual_studio.html#conan-extension-for-visual-studio) or...

feedback needed
docs

it would be nice to sign our extension, currently it's not signed and appears to be suspicious:

[MoSCoW] Should Have

currently plug-in only works in native Visual Studio solutions it would be nice to add support for CMake projects as well

vs-cmake-integration

Several popular extensions are setup to deploy to Chocolatey. I’ve asked why in gutter.com/extendvs Could be nice for testing early releases, as an alternative to GH releases. Slightly more automatable...

[MoSCoW] Could Have