-
Notifications
You must be signed in to change notification settings - Fork 601
Improve the error output that occurs when saving the module #447
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
I'll check this later when I have more time. I just had a very quick check.
|
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.
Looks good, just a few problems, including the extra "."
.
See also my comments here: #447 (comment) |
@wwh1004 are you still working on this PR? |
|
9bf3c74
to
4262c8e
Compare
4262c8e
to
f2007ae
Compare
Updated |
Updated |
Thanks! |
Fixes #238
Test code:
Before:
After:
If allows break changes in new major version, is it possible to merge IWriterError2 into IWriterError and delete Extensions.Error2? I think code can be more clear in that case.
https://github.com/wwh1004/dnlib/blob/a9bb8f9e7514504e22b9d98d2ac625d5b4d975bb/src/DotNet/Writer/IWriterError.cs#L39