Andrew Boyarshin
Andrew Boyarshin
When I run the tool on the your test case, I get the following _csproj_ (you've provided a part of the result, I am posting it for further reference): ```xml...
After a short investigation I consider the _Autofac_ behavior correct. `HintPath` _does_ point at the path outside the project tree. The tool plays it safe. But maybe we should provide...
If `NuGet.config` file is not found, heuristics are used. If a project is part of the solution, `packages` directory is an immediate child of solution folder. Otherwise, it is the...
@threadz It's strange, to the point of being weird. 1. There is currently no such string in this project. It's not the message of `dotnet-migrate-2019`. 2. Even if there were,...
And regarding the `ApplicationVersion` — I'll look into it.
@jzabroski ApplicationVersion is not related to AssemblyInfo files in CPS (although, of course, it can be specified in such files). The behaviour is intended, no bug here, although it can...
@jzabroski sorry, I still don't follow. > My newly generated dotnet SDK project file generates a `1.0.0.0` despite also having `false` Generated by whom? .NET Core SDK CLI (`dotnet new`)...
Did you install this as NuGet global tool or from ZIP package from releases?
I'm afraid I can't reproduce the issue under neither Windows (.NET Core 3.0/.NET Framework 4.8) nor Linux (.NET Core 2.2) using both global tool from NuGet and ZIP package from...
Thanks, I've reproduced the issue. I'll look into it. upd: my dev local builds do not exhibit the issue. upd: it appears this is a bug in .NET Core 3...