Add missing VB breaking change doc#46900
Conversation
| @@ -0,0 +1,25 @@ | |||
| # Single-line if with `End` keyword as statement | |||
|
|
|||
| As reported in [#45158](https://github.com/dotnet/roslyn/issues/45158), it was possible to use something like the following until Visual Studio version (TODO: UNKNOWN): | |||
There was a problem hiding this comment.
I've only tried the snippet on Visual Studio 2015 and Visual Studio 2019. So, I don't know if this breaking change was introduced in 2017 or 2019.
|
@RikkiGibson A test fails here while not editing any code files. Is this issue known? |
|
Was this an international breaking change? Or the introduction of a bug? If the latter, we should just fix the bug. |
|
@CyrusNajmabadi I certainly don't know if it's intentional or not. But I believe if this was intentional it would have been documented. So, it looks like a bug. But even it's a bug, it still needs to be documented IMO, and the documentation should state the version that this gets fixed in. |
|
I don't think we generally doc bugs. We usually have hundreds to thousands of them. The issue/pr itself is the docs for them. |
|
I see a bug that was considered as a breaking change is doc'ed here:
|
|
I would agree with Cyrus. This wasn't an intentional breaking change. This was a bug. |
|
Ok I'm closing this |
Related to #45158