Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mattl91 opened this issue Feb 17, 2023 · 0 comments
Open

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

mattl91 opened this issue Feb 17, 2023 · 0 comments
Labels
question Further information is requested

Comments

@mattl91
Copy link
Contributor

mattl91 commented Feb 17, 2023

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 mattl91 added the question Further information is requested label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant