-
Notifications
You must be signed in to change notification settings - Fork 158
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
Migration Guide for NUnit 4.0 #827
Conversation
@SeanKilleen I used |
Beginning to review this now; will need to continue it tonight. @manfred-brands we can't guarantee that image references will work in GitHub markdown. The true way to know if something will work is to serve the contents via docfx (for convenience, you could open the PR in a GitHub codespace and then type (Update: pics look fine to me) |
@manfred-brands @OsirisTerje how do we feel about possibly creating a "Migration Guide" in general and counting 3.x -> 4.x as a topic within it? I'm thinking this would then be appended or preprended to for future migration guidance that will inevitably occur. If you agree I'll make the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Edit: Moved comment to review pane for better discussion)
My question was about the relative path used. The images that use |
We should only need one for major (and incompatible releases). |
Ah, I see! Makes sense. I'll fiddle with that a bit.
In the docs, I've taken to keeping things on one line until they are separate thoughts/components, since they render the same. I could be a little more consistent, but that's the idea. Does that cause any difficulty for you that I might be missing? |
@manfred-brands image paths updated and appear to be shown correctly in both my docfx preview and GitHub markdown. Thanks for that; I'll apply it elsewhere. |
Not all software wraps long lines: Even though github (online) wraps lines, diffs are on a per line basis. If such a line is extremely long it look like a big change. I prefer a reasonable maximum line length somehow. |
Created #830 to discuss. Input welcome there! It never bothered me; I just scrolled to the right as needed. But I can definitely see the value of doing it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting this, @manfred-brands! Really nice work. Merging now.
* Migration Guide for NUnit 4.0 * Linting fixes * Remove wrong example of a 3rd party library depending on nunit * Add TOC entry for article * Small phrasing update * Change to note formatting * minor word change * Fix typo * minor formatting * NUnit4 -> NUnit 4.x * Update link name. * Minor word choice * Add space * Update other image paths * Turn into non-version-specific migration guide * Add link in NUnit 4 article * formatting updates * Fix note formatting --------- Co-authored-by: Sean Killeen <[email protected]> d68b9b4
Fixes #825