提交 413b3482 编写于 作者: J Jared Parsons

Merge pull request #4186 from jaredpar/docs

Created the breaking changes doc
API Breaking Changes
====
# Version 1.1.0
### Removed VisualBasicCommandLineParser.ctor
During a toolset update we noticed the constructor on `VisualBasicCommandLineParser` was `public`. This in turn made many of the `protected` members of `CommandLineParser` a part of the API surface as it gave external customers an inheritance path.
It was never the intent for these members to be a part of the supported API surface. Creation of the parsers is meant to be done via the `Default` singleton properties. There seems to be little risk that we broke any customers here and hence we decided to remove this API.
PR: https://github.com/dotnet/roslyn/pull/4169
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册