Change directory name from src to Pentole #1

Open
opened 2024-09-05 15:36:46 +02:00 by bparodi · 0 comments
Owner

from a project with the same directory structure (Verbale/src):

(1) user ~/s/v/entrypoint> dotnet run
/opt/dotnet-sdk-bin-8.0/sdk/8.0.105/Microsoft.Common.CurrentVersion.targets(2382,5): warning MSB3243: No way to resolve conflict between "src, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" and "src, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null". Choosing "src, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" arbitrarily. [/home/user/software/verbale/entrypoint/entrypoint.csproj]
CSC : error CS1704: An assembly with the same simple name 'src' has already been imported. Try removing one of the references (e.g. '/home/user/.nuget/packages/pentole/0.0.1/lib/net8.0/src.dll') or sign them to enable side-by-side. [/home/user/software/verbale/entrypoint/entrypoint.csproj]
/home/user/software/verbale/entrypoint/Program.cs(1,7): error CS0138: A 'using namespace' directive can only be applied to namespaces; 'Verbale' is a type not a namespace. Consider a 'using static' directive instead [/home/user/software/verbale/entrypoint/entrypoint.csproj]

from a project with the same directory structure (`Verbale/src`): ``` (1) user ~/s/v/entrypoint> dotnet run /opt/dotnet-sdk-bin-8.0/sdk/8.0.105/Microsoft.Common.CurrentVersion.targets(2382,5): warning MSB3243: No way to resolve conflict between "src, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" and "src, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null". Choosing "src, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" arbitrarily. [/home/user/software/verbale/entrypoint/entrypoint.csproj] CSC : error CS1704: An assembly with the same simple name 'src' has already been imported. Try removing one of the references (e.g. '/home/user/.nuget/packages/pentole/0.0.1/lib/net8.0/src.dll') or sign them to enable side-by-side. [/home/user/software/verbale/entrypoint/entrypoint.csproj] /home/user/software/verbale/entrypoint/Program.cs(1,7): error CS0138: A 'using namespace' directive can only be applied to namespaces; 'Verbale' is a type not a namespace. Consider a 'using static' directive instead [/home/user/software/verbale/entrypoint/entrypoint.csproj] ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bparodi/Pentole#1
No description provided.