-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Netfx bug] MaxLengthAttribute and MinLengthAttribute don't support ICollection.Count #21101
Comments
Clsoing as requested by @ajcvickers |
@danmosemsft I don't think I requested this to be closed... |
I apologize - I misread. |
I thought the Idea with these kinds of issues is that we mark them as netfx port consider then close them. Am I wrong? |
Correct, if this is tracking change only in Desktop, then we should close it -- it will be mirrored into VSO bug database (even closed), so that we will consider it one day when we have time to focus on porting .NET Core goodness into Desktop. Closing again. @ajcvickers if there is something that has to happen in CoreFX repo, feel free to reopen (with details). |
@karelz So does that mean that any changes that have already gone in to core, even if they were done a couple of years ago when compat was not considered that important, are automatically okay? If so, that makes our job much easier because it makes core basically the baseline against which we measure everything. It means that we will never consider changing core to work more like desktop, only the other way round. |
No, we still need assess compat with .NET Framework and decide (by area owners) what is acceptable and what is not.
I understand that this is rarely black or white. If you have further questions, feel free to start internal discussion / meeting to clarify things ... (also note that I am not the only authority on the subject :)) |
@karelz How do we do that if the issues opened for us to do such analysis are closed before we have had a chance to do the analysis? |
@ajcvickers if you still need to assess this particular breaking change in 2.0, then it totally make sense to keep the issue open. My apologies if you feel I overstepped here. The netfx-port-consider itself is tricky process and not very well-known, so I am trying to help area owners with it. I'll be happy to chat about any additional feedback you might have on CoreFX bug management and process involved with it. |
Will the full .NET framework ever support And BTW, related: dotnet/corefx#23461. |
It is marked as netfx-port-consider, so it will be considered in some future. |
Let's not mix different bug discussions. That one is covered in your linked issue. |
Issue requested by @ajcvickers. We should tag this one as netfx-port-consider and close it.
The following code throws an InvalidCastException . .NET Core added support for this feature. See dotnet/corefx#2650
The text was updated successfully, but these errors were encountered: