Skip to content

Conversation

@jjonescz
Copy link
Member

@jjonescz jjonescz commented Jan 11, 2024

Resolves #71024.

@ghost ghost added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Jan 11, 2024
@jjonescz jjonescz requested a review from jaredpar January 11, 2024 14:48
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler" />
Copy link
Member Author

@jjonescz jjonescz Jan 11, 2024

Choose a reason for hiding this comment

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

Note: we could keep IVTs around longer just in case an older EA DLL gets in contact with newer CodeAnalysis DLL. Could that happen? I'm not sure.

Copy link
Member

Choose a reason for hiding this comment

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

That can only happen in scenarios that are already unsupported. Let's just remove this.

@jjonescz jjonescz marked this pull request as ready for review January 11, 2024 15:58
@jjonescz jjonescz requested review from a team as code owners January 11, 2024 15:58
Copy link
Member

@333fred 333fred left a comment

Choose a reason for hiding this comment

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

FYI @JoeRobich O# may need to react to this by not copying the non-existent dll

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

Labels

Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Removing Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler

4 participants