You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the installation process I get the following error message:
$ dotnet publish Logshark.sln -c Release -r linux-x64 /p:Version=4.2.3 --self-contained true
Microsoft (R) Build Engine version 16.7.3+2f374e28e for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
/opt/rh/rh-dotnet31/root/usr/lib64/dotnet/sdk/3.1.426/NuGet.targets(282,5): error MSB3202: The project file "/appexec/depot94/tableau/software/Logshark-master/LogShark.Tests/LogShark.Tests.csproj" was not found. [/appexec/depot94/tableau/software/Logshark-master/Logshark.sln]
its because the "s" is lowercase in the file name. So it should be "Logshark.Tests.csproj", not "LogShark.Tests.csproj".
Take a look in Logshark-4.2.3/LogShark.Tests/, I see the file there.
Hello,
in the installation process I get the following error message:
The Logshark.sln (which should be written in camelcase according to the installation documentation
https://github.com/tableau/Logshark#compile-it-yourself) looks like this:
I can't find the the Projectfile LogShark.Tests.csproj within the repo:
The text was updated successfully, but these errors were encountered: