Open bensonmve opened 7 years ago
Thanks for the detailed issue, i'll take a look.
Does it build from within VS?
It builds when using the Build button in VS but when using Package Manager Console with dotnet command, it does not.
Hi,
I am having a similar issue when using VS2017 for ASP.NET Core 1.1 project targeting full framework net46 (it's a core project still pointing to full framework, as most of the dependencies are yet to be available for 'core'. I was following this)
The project builds fine in VS 2017 after adding Baseclass.contrib.nuget.output 2.3.0 from nuget. But it fails on command line with same error as mentioned by @bensonmve.
Thanks in advance.
@bensonmve @eprafulla see issue #39
dotnet cli is currently not supported
We will not have much choice other than retiring Baseclass.contrib.nuget.output from our projects if it keeps failing .NET SDK builds. And this is what we seem to experience, seeing our builds fail on VS 2022, Rider and TeamCity .NET runner builds. So, if you want to make Baseclass.contrib future-proof, then I guess you will have to move now. This issue is soon to turn six years of age.
For now, we will be turning away from Baseclass.contrib, removing it as a dependency from our native NuGet packages, instead going with a particular
The old way with Baseclass.contrib.nuget.output seemed easier, but yes, who does not move is left behind. Sorry.
Hi,
I have an issue when building an VS2017 project using the dotnet-build command-line.
This is what I have in the csproj file:
VS2017 builds it but when executing
dotnet build path\JW.project.ProjectName\JW.project.ProjectName.csproj --configuration Release
I get this:I can't figure out why it can't find it.
Steps to reproduce
It will raise the FileNotFoundException.