conan-vs-extension
conan-vs-extension copied to clipboard
Conan Extension for Visual Studio
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
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...
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
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...
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]...
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...
it would be nice to sign our extension, currently it's not signed and appears to be suspicious:
currently plug-in only works in native Visual Studio solutions it would be nice to add support for CMake projects as well
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...