Skip to content

Move MS.CA.VisualBasic to be multi-targeted#43805

Merged
RikkiGibson merged 1 commit intodotnet:masterfrom
jaredpar:mtvb
Apr 30, 2020
Merged

Move MS.CA.VisualBasic to be multi-targeted#43805
RikkiGibson merged 1 commit intodotnet:masterfrom
jaredpar:mtvb

Conversation

@jaredpar
Copy link
Member

Now that we have a work around for the VB runtime reference issue when
using the embedded option we can move MS.CA.VisualBasic to be
multi-targeted to netcoreapp3.1 and netstandard2.0 just as we do
for MS.CA.CSharp

Related: dotnet/sdk#10591

Now that we have a work around for the VB runtime reference issue when
using the embedded option we can move MS.CA.VisualBasic to be
multi-targeted to `netcoreapp3.1` and `netstandard2.0` just as we do
for MS.CA.CSharp

Related: dotnet/sdk#10591
@jaredpar jaredpar marked this pull request as ready for review April 29, 2020 23:33
@jaredpar jaredpar requested review from a team as code owners April 29, 2020 23:33
@jaredpar
Copy link
Member Author

@RikkiGibson @dotnet/roslyn-compiler PTAL

symbolList = symbolList.Replace("\""", """")

Dim trimmedSymbolList As String = symbolList.TrimEnd(Nothing)
Dim trimmedSymbolList As String = symbolList.TrimEnd()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did these calls have to change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are overloads of this method in netcoreapp3.1 and Nothing is ambiguous for those overloads.

Copy link
Member

@tmat tmat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool.

Copy link
Contributor

@AlekseyTs AlekseyTs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (iteration 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants