未验证 提交 5c5267d0 编写于 作者: D dotnet-automerge-bot 提交者: GitHub

Merge pull request #35673 from dotnet/merges/release/dev16.2-preview1-to-master

Merge release/dev16.2-preview1 to master
......@@ -27,6 +27,15 @@ Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.ProjectSystemShim.Vi
commandLineParserServiceOpt:=New VisualBasicCommandLineParserService())
End Function
Public Function CreateVisualBasicProjectWithNullBinPath(environment As TestEnvironment, projectName As String) As VisualBasicProject
Return New VisualBasicProject(projectName,
MockCompilerHost.FullFrameworkCompilerHost,
environment.CreateHierarchy(projectName, projectBinPath:=Nothing, projectCapabilities:="VB"),
environment.ServiceProvider,
environment.ThreadingContext,
commandLineParserServiceOpt:=New VisualBasicCommandLineParserService())
End Function
Public Function CreateMinimalCompilerOptions(project As VisualBasicProject) As VBCompilerOptions
Dim options As VBCompilerOptions = Nothing
options.wszExeName = project.AssemblyName + ".exe"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册