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

[Feature] Ability to load the project on Visual Studio for Mac #69

Open
amirvenus opened this issue Mar 19, 2020 · 2 comments
Open

[Feature] Ability to load the project on Visual Studio for Mac #69

amirvenus opened this issue Mar 19, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@amirvenus
Copy link

Hi,

Just cloned this project and I am getting this error:

image

Building app (Debug)
Build started 19/03/2020 14:23:49.


Project "/Users/amir/Projects/wpdotnet-sdk/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj" (Build target(s)):

Target ResolvePackageAssets:
/Users/amir/Projects/wpdotnet-sdk/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj : error NU1105: Unable to find project information for '/Users/amir/Projects/wpdotnet-sdk/wordpress/PeachPied.WordPress.msbuildproj'. If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so please run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore.
Done building target "ResolvePackageAssets" in project "PeachPied.WordPress.AspNetCore.csproj" -- FAILED.

Done building project "PeachPied.WordPress.AspNetCore.csproj" -- FAILED.

Build FAILED.

/Users/amir/Projects/wpdotnet-sdk/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj : error NU1105: Unable to find project information for '/Users/amir/Projects/wpdotnet-sdk/wordpress/PeachPied.WordPress.msbuildproj'. If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so please run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore.
0 Warning(s)
1 Error(s)

Time Elapsed 00:00:00.14

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Build: 1 error, 0 warnings

@amirvenus amirvenus added the enhancement New feature or request label Mar 19, 2020
@jakubmisek
Copy link
Collaborator

Visual Studio for Mac only supports .csproj (and .fsproj) project types. You can build on commandline as described in readme.

@jakubmisek
Copy link
Collaborator

as a workaround, you can open the source-less project https://github.com/iolevel/azure-wpdotnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants