Steffen Forkmann
Steffen Forkmann
so I propose we change that to what @vasily-kirichenko is using.
I think we're still in the early phase. What about another experiment: what if we created a third union case for the warn stuff?
sounds good.
I'm in if jet thinks it's a good idea and would start using it.
Could you please upload a zip with the repro? nathan wilson schrieb am Di., 2. Apr. 2019, 17:55: > Description > > Whenever I restore from Visual Studio, it always...
actually I thought we close the projects before updating. this should have triggered the save functions.
``` private void RunCommandAndReloadAllProjects(string helpTopic, Action command) { PaketOutputPane.OutputPane.Activate(); PaketErrorPane.Clear(); StatusBarService.UpdateText("Paket command started."); var info = new SolutionInfo(); info.Directory = SolutionExplorerExtensions.GetSolutionDirectory(); info.FileName = SolutionExplorerExtensions.GetSolutionDirectory(); var projectGuids = SolutionExplorerExtensions.GetAllProjectGuids(); SolutionExplorerExtensions.SaveSolution(); foreach...
I'm happy to take PRs
Nuget is using VS apis to add or remove references. That works to some degree but is also very flaky. In the new csproj/fsproj project system with MSBuild 15 this...
@mrinaldi could we somehow reuse the process bar from your restore feature? On Sep 18, 2015 12:58 AM, "Vadim Chekan" [email protected] wrote: > When starting long running action (update for...