-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
readonly struct #1132
base: main
Are you sure you want to change the base?
readonly struct #1132
Conversation
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.
There's a lot more in this PR, namely it changes all the base levels of the libraries fro net451
to net471
(this is a breaking change...which we wouldn't want). Is it possible that some branches got mixed up here?
rollback .net franework target |
Looking much better! I need to see which version of C# this actually needs (latest has issues with build servers and such) and use that version, e.g. 7.3 is safe. In any case, we should locate that in Directory.Build.props instead of each project. properties in there apply across all projects :) Pinging @mgravell for breaking change eyes - I'm not 100% on the rules here. |
The change to add |
bits of this look fine, but to emphasize we can't take things like the change to add public static int Execute(this IDbConnection cnn, in CommandDefinition command) => ExecuteImpl(cnn, command); Do you want to revisit? or should I pick and choose pieces? |
done, but there are problems with WIP |
Assigning to self; will re-review and get back |
added for comparison