I'm running into build errors when trying the latest drop @
https://github.com/o2platform/O2.Platform.VisualStudio. I'm attempting to get this to compile for vs 2015. You can see the build output below. I also noticed there were reference conflicts such that some dependencies weren't resolving such as FluentSharp.Roslyn, FluentSharp.WPF, FluentSharp.NGit, etc. I started to install some of these but I figured it was better to ask the source. Is there is a specific order for the installation of these missing packages (eg. the ones found at
https://www.nuget.org/profiles/DinisCruz)? And regarding the missing files if there's another library I should be scraping.
1>------ Rebuild All started: Project: O2.Platform.VisualStudio, Configuration: Debug Any CPU ------
1>C:\Program Files\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "FluentSharp.WPF, Version=5.1.1.0, Culture=neutral, PublicKeyToken=55a0f9bf4256d533, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\Program Files\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.
1>CSC : error CS2001: Source file 'C:\O2\GitSrc\O2.Platform.VisualStudio-master\O2.Platform.VisualStudio-master\O2.Platform.VisualStudio\Packages\Packages_for_ProvideAutoLoads.cs' could not be found.
1>CSC : error CS2001: Source file 'C:\O2\GitSrc\O2.Platform.VisualStudio-master\O2.Platform.VisualStudio-master\O2.Platform.VisualStudio\Packages\Package_IWpfTextViewCreationListener.cs' could not be found.
1>CSC : error CS2001: Source file 'C:\O2\GitSrc\O2.Platform.VisualStudio-master\O2.Platform.VisualStudio-master\O2.Platform.VisualStudio\Packages\Package_IWpfTextViewMarginProvider.cs' could not be found.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========