-
Notifications
You must be signed in to change notification settings - Fork 170
Converted snippets to listings in Ch 9 #501
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
Conversation
|
Do you know how to point the word documents in the tooling repo to this commit so we can make sure the word doc parses? @Keboo i would think it probably doesn't hurt to run this commit through the tooling? Thoughts? |
|
@BenjaminMichaelis we already know it is going to fail when the word document runs through it. We tested locally and there will need to be document changes to go along with this. So this PR is going to sit until those get done. |
src/Chapter09.Tests/Listing09.06.EquivalentRecordClassCode.Tests.cs
Outdated
Show resolved
Hide resolved
src/Chapter09.Tests/Listing09.15.RecordDeconstructorsAndPatternMatching.Tests.cs
Outdated
Show resolved
Hide resolved
src/Chapter09/Listing09.20.ImplementingValueEqualityOnCustomTypes.cs
Outdated
Show resolved
Hide resolved
src/Chapter09/Listing09.22.OverridingGetHashCodeUsingCombine.cs
Outdated
Show resolved
Hide resolved
src/Chapter09/Listing09.22.OverridingGetHashCodeUsingCombine.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
…ts.cs Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
…nMatching.Tests.cs Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Changed a few pieces of code to more accurately match what the book originally had
…bine.Tests.cs Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
…raceBuffers.Tests.cs Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
…bine.Tests.cs Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
…ueTuples.Tests.cs Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
danOIntellitect
left a comment
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.
LGTM as long as those comments that Kevin left were addressed. Let me know if the comments from him don't make sense
No description provided.