Closed
Description
opened on Jul 28, 2015
PR #4169 Makes a breaking change to the Public API as part of the Toolset Update. Specifically it removes the following from src\Compiles\VisualBasic\Portable\PublicAPI.txt
:
Microsoft.CodeAnalysis.VisualBasic.VisualBasicCommandLineParser.New(isInteractive As Boolean = False) -> Void
Overrides Microsoft.CodeAnalysis.VisualBasic.VisualBasicCommandLineParser.RegularFileExtension() -> String
Overrides Microsoft.CodeAnalysis.VisualBasic.VisualBasicCommandLineParser.ScriptFileExtension() -> String
A decision will need to be made on whether or not we need to keep this breaking change or if we should take on the public API increases that will be required to revert it.
Activity