-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Create project for each exercise #198
Comments
Hi @ErikSchierboom, I would love to help you with these tickets. Could you please give me a more details what exactly should be done for this particular ticket. I think this ticket would be the easiest to start. What do you think? Thank you in advance, |
@GalaDe Well, this ticket is already included as part of this PR, but I could certainly use your help! Here are some of the things you could do:
Personally, I would be thrilled if you would just look at my PR and try to get things working on your machine. If you'd want to do that, please keep track of any weird things you might find. If you could test things using not only the command-line .NET CLI, but also using several other editors (VS 2017, VS Code, Project Rider or Visual Studio for Mac), that would also be very useful. Note that you'll need the latest versions of all these IDE's to be able to work with the updated projects. In all but the VS Code case, that means using beta/RC releases. To be able to build and test the updated project files, you'll need to have the .NET CLI RC4 installed. For instructions on how to do that, see: https://github.com/dotnet/core/blob/master/release-notes/rc4-download.md Note that for all these exercise, you'll have to base your commits on my PR. Please let me know if you need more information or if you have chosen one or more item(s) to work one. That way we won't be interfering with each other :) It might help to assign yourself to the relevant issue, I've also done that for the issues I'm working on. Thanks for the offer by the way, it's much appreciated! |
Hi @ErikSchierboom, Thank you so much for your response. Sorry for asking you stupid questions, but I'm new to open source projects:) and GitHub... How can I download your PR? Is the VS 2015 version would be ok? I will start looking at your PR and get things working on my machine first. This will help me to at least understand how everything works. Thank you in advance! |
You're welcome, thanks a lot for being willing to help. I'll come back to you later today with instructions, alright? |
Great! Thank you so much @ErikSchierboom! |
@GalaDe As you are new to open-source, I'll assume you are also new to how to do PR's :) If not, just ignore this :) The first step to creating a PR will be to fork this repository, which means you'll have your own copy of everything in this repository. To do that, you can probably best follow [these instructions]. Once you have finished following the steps in that document, you'll have cloned your own copy to your local machine. You can read all both forks on [this page]. Once you are a little bit acquainted with forks, it's on to the coding! As a first PR, I think it would be best if you try to do a very simple PR, with limited scope. Just to get the hang of things. The most obvious candidate would be #208, which involves adding a link to the If you are not new to PR's, forks and such, you may want to dive right in. To make things easier for your to work with, I've also pushed my PR as a separate branch. That means that you only have to clone this repository and not actually deal with my PR :) Having forked this repository, you should thus have access to the It's probably best that we continue our conversation in the newly-added Gitter room: https://gitter.im/exercism/xcsharp So if you have any further questions or remarks, please post them there! Good luck and enjoy yourself! Don't hesitate to ask questions. |
Hi @ErikSchierboom, Yes, I'm new to public repositories:) Thank you for the explanation! By the way, I will be off-line until next Monday, will start work on this on Tuesday:) |
@GalaDe No problem! |
With #199 merged, this issue can now be closed! 🎉 |
To help users get started programming, we should provide the user with a skeleton .csproj file. This .csproj file should work with the .NET CLI and run on .NET Core.
The text was updated successfully, but these errors were encountered: