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
Update Getting Started #1420
Comments
|
I think it is important to list the executable demo first before mentioning the compilable demo code. "here, you can try this. It runs out of the box. And if you want to compile it yourself: here is the code, but you need this and that". The wiki ends with a link to the demo code. A link to the executable could be included right before the code link, i think: |
|
The Configuring your Windows section has a duplicate section within the same page. The duplicate sections each use a different BackgroundBrush in their examples but are otherwise identical. One of these should be removed. |
Oh, I was just going to create a new issue about this duplication. I am glad I found this issue. FWIW, the duplication was added in this commit and a diff of those two sections (using line numbers relative to that first line in each section) is where the the left/first file in the diff is the first occurance of the "Configuring your Window(s)" section (so the right/second file in the diff is the second occurance of the section). |
|
Is this still something that needs done? |
|
@Christian-Oleson yes, i have been busy with other items and haven't had a change to go back to it (though some of the other docs have been updated). It is specifically about the main README page and the items under the Getting Started heading. |


Right now the Getting Started section in the README is a bit outdated.
People who are just getting started with this library are not likely to have all of the dependencies needed (latest version of VS, .NET Core, etc.) to compile the source code and demo application.
I am looking for people newer to this project to either comment or submit a PR with suggestions on how to improve this.
Some ideas to consider:
The text was updated successfully, but these errors were encountered: