-
Notifications
You must be signed in to change notification settings - Fork 41
Merge YAXLib.Redux #120
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
Merge YAXLib.Redux #120
Conversation
- Updates build infrastructure to .NET 5.0 - YAXLib now targets netstandard2.0 - Testsuite is green when targeting net48 and net5.0 - DemoApplication is now a NET 5 Windows Forms app - General cleanup - Normalized line endings - Ignore .idae - Published NuGet package
|
Very good, thanks! Few questions re current PR:
|
So technically we also could test using
|
7304539 to
6df30dd
Compare
6df30dd to
d705230
Compare
|
Re 7 there is also an existing .editorconfig |
304NotModified
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.
Personally I have difficulties to accept this pr as there are too much changed files imo. (not only newlines). I'm not sure if we could review 144 changed files. Also not all changes seems to be strictly needed.
But if @axunonb think this is ok, I will trust that.
Ps
like Source Link but never have implemented it, if the current implementation is working then we should use this.
I've done that multiple times and I could check it. Maybe create an issue for it so we don't forget?
| // http://msdn.microsoft.com/en-us/library/system.xml.linq.xname.aspx | ||
|
|
||
| // Leave namespace part alone, refine localname part. | ||
| int closingBrace = elemName.IndexOf( '}' ); |
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.
I don't think these changes are needed (removed var)
It's poluting the pr
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.
Totally agree, it was just a personal preference to change this because I don't like the idea of "hiding" types when they are not explicitly declared both on the left or right hand side and I have to use the IDE to get this information.
To resolve this I would have to redo the all of this from a vanilla version of YAXLib. Do we want this?
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.
Let's discuss the future code base outside the pr
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.
To resolve this I would have to redo the all of this from a vanilla version
ReSharper could change to var syntax style across the solution.
Yes, but it should be private. |
|
@axunonb the |
Let do this in another PR? Related: NLog/NLog.Web#639 |
|
See #122. |
No description provided.