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

Update ContentFiles Referenced In Readme.txt To Use MVVMCross 6.x Namespaces (& Remove MvxTrace References) #2748

Merged
merged 3 commits into from
Mar 31, 2018

Conversation

andrewtechhelp
Copy link
Contributor

@andrewtechhelp andrewtechhelp commented Mar 31, 2018

Note: This is my first time submitting a pull request to an open source project on GitHub, I'm used to using VSTS with TFVC. Hopefully this is done right (forking the project, making changes and then sending a pull request).

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Documentation Update I think (considering these are referred to as sample files in the readme.txt, but are NuGet ContentFiles in reality, but not sure if they're still used as ContentFiles, since readme.txt also says no content files will be installed).

⤵️ What is the current behavior?

When you start a new MVVMCross 6.x project and the readme.txt file appears, there's a link to sample files (https://github.com/MvvmCross/MvvmCross/blob/develop/ContentFiles/) - however these files are out of date because they don't use the new MVVMCross 6.x namespaces. They also include references to MvxTrace, which is deleted in 6.x

🆕 What is the new behavior (if this is a feature change)?

The namespaces are now updated to use the new MVVMCross 6.x namespaces. The references to MvxTrace are also deleted.

💥 Does this PR introduce a breaking change?

Not if you're using MVVMCross 6.x (since this updates these files to match the MVVMCross 6.x documentation)

🐛 Recommendations for testing

Copying and pasting these files into real MVVMCross projects and ensuring the namespaces all are found correctly.

One other thing to note: I think other changes will need to be made to these files with all the changes to Setup etc. that is shipping in MVVMCross 6.x, but I don't know enough about those changes yet to confidently update these files, so I'll just provide what I am confident with (namespace changes and obvious deletions)

📝 Links to relevant issues/docs

🤔 Checklist before submitting

@dnfclas
Copy link

dnfclas commented Mar 31, 2018

CLA assistant check
All CLA requirements met.

Revert Setup.cs.pp changes that I'm not sure about

Fix Extra Spaces & Alignment

Sort Usings
Copy link
Contributor

@martijn00 martijn00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is excellent work! We appreciate your help! Keep it coming!

@martijn00 martijn00 merged commit ea75fa5 into MvvmCross:develop Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants