-
-
Notifications
You must be signed in to change notification settings - Fork 84
I can't build with Visual Studio 2017 to start contributing! #200
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
Comments
Can you please tell me:
As a hit and trial: can you try this:
Thanks, hope this helps. |
Your version are all good (better than mine 😆 ). That error is about the project BreadPlayer.Controls. Try building it separately. |
I think the BreadPlayer.Controls project is targeting an old version of Windows 10 SDK which you do not have. Simply do this: Open the .csproj file in a Text Editor. <TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> With these:
|
I got it to work, thanks man, looking forward to be a great contributor to you! any tips, guidelines or a checklist of the features you guys are working on or you wanna add, just briefly right here! |
@iamanas20 That's good news! Congrats. 👏 The one feature that I cannot implement but really need is XBox One support. If you happen to have that (an XBox, I mean), that would be a tremendous contribution. Anyhow, since there is a less chance of the above, here's a small list of things you can do:
All else is really up to you. I don't enforce any hard rules on contributors regarding contributions but you can read this. And at last, welcome to Bread it is good to have you! |
Closing as the issue seems fixed. |
Actual Behaviour:
What Happened?
_I was following your guidelines on how to contribute, and when I want to build it says that pretty much every namespace is not defined or imported:

How it happened?
I have no idea
Expected Behaviour:
What were you expecting?
To work smoothly, and start contributing
Additional Comments:
How to solve this issue
The text was updated successfully, but these errors were encountered: