Replies: 2 comments 5 replies
-
e.g. changing the indentation in makes the diff viewer show many differences, when it's really just some |
Beta Was this translation helpful? Give feedback.
1 reply
-
I didn't think compiling for .NET 4.5 would work using C# 8, but it seems like it does... It could definitely be done separately, but that would cause many warnings to appear (or, maybe that's just resharper?). But perhaps that is fine, and solving those warnings could be done in subsequent PRs? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the things that #501 did was to set the C# language version to 8.0 (to get the nullability features)
I was just wondering if there was any general thought about turning that on seperately?
(Just a thought I had when looking at some analyzer warnings and thinking 'the simplified
using
syntax might be nice in some places')Beta Was this translation helpful? Give feedback.
All reactions