HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Warning MSB4011 in "dotnet new" step of tutorial 01 02

Open mattl91 opened this issue 2 years ago • 0 comments

For step 3 (the step that uses "dotnet new" to create the solution) of tutorial 01 02 (https://github.com/Synergex/HarmonyCore/wiki/Tutorial-01-02-Creating-a-Demo-Service), the output includes the following:

Processing post-creation actions...
Restoring C:\hc\test\MyApi\MyApi.sln:
C:\hc\test\MyApi\TraditionalBridge\TraditionalBridge.synproj(3,3): warning MSB4011: "C:\hc\test\MyApi\Common.props" can
not be imported again. It was already imported at "C:\hc\test\MyApi\TraditionalBridge\TraditionalBridge.synproj (2,3)".
 This is most likely a build authoring error. This subsequent import will be ignored.

This is one of two warnings that now occur at this step. (The other, an NU1503 warning, is expected and is explained in the tutorial.) So is this warning also expected, and should it also be explained in the tutorial?

mattl91 avatar Feb 17 '23 19:02 mattl91