-
Notifications
You must be signed in to change notification settings - Fork 1.1k
sharding c# 7 #3033
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
sharding c# 7 #3033
Conversation
55d9f2c
to
a558721
Compare
Quick question: Have you changed anything in the implementation itself, you have you just upgraded code style to new C# 7 features? |
nothing else was changed, only adding c# 7 features |
UpdateState(cc); | ||
return true; | ||
} | ||
return false; |
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.
@Horusiath Is this a valid replacement for the message.Match().With<> semantics ?
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.
Yes
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.
ok
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.
why the switch statement on only one case? it would be better expressed as an if statement.
Mono build fails with 21 build errors. Relevant log starts around here: |
I've checked the errors, it's related to a bug in Roslyn, which was fixed some time ago: |
@zbynek001 we just upgraded to the .NET 2.0 SDK today |
@Aaronontheweb I know, that's why I tried updating this. And seems it helped |
No description provided.