Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ExternalAccess.RazorCompiler #71579

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

jjonescz
Copy link
Contributor

@jjonescz jjonescz commented Jan 11, 2024

Resolves #71024.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Jan 11, 2024
@@ -80,7 +80,6 @@
<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
Contributor 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

@jjonescz jjonescz merged commit 8a7ca9a into dotnet:main Jan 12, 2024
31 checks passed
@jjonescz jjonescz deleted the 71024-RemoveRazorEA branch January 12, 2024 11:59
@ghost ghost added this to the Next milestone Jan 12, 2024
@Cosifne Cosifne modified the milestones: Next, 17.10 P1 Jan 30, 2024
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