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

Avoid unnecessary M.VisualBasic and S.ValueTuple dependencies #1142

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Jan 24, 2024

Found in dotnet/runtime#96795 (comment)

These packages shouldn't be referenced on modern TFMs as the types are already provided inbox by the framework.


FWIW, I'm not sure why roslyn-sdk targets out-of-support TFMs like net452 or net46: https://learn.microsoft.com/de-de/lifecycle/products/microsoft-net-framework. That goes against what Tactics agreed on in November. See https://github.com/dotnet/designs-microsoft/pull/74 for more details.

Found in dotnet/runtime#96795 (comment)

These packages shouldn't be referenced on modern TFMs as the types are already provided inbox by the framework.
@sharwell
Copy link
Member

FWIW, I'm not sure why roslyn-sdk targets out-of-support TFMs like net452 or net46

It's a testing package that supports testing Roslyn 1.x analyzers in Visual Studio 2015.

@sharwell sharwell merged commit e9638b5 into dotnet:main Jan 24, 2024
9 checks passed
@ViktorHofer ViktorHofer deleted the patch-1 branch January 24, 2024 22:32
@jaredpar
Copy link
Member

It's a testing package that supports testing Roslyn 1.x analyzers in Visual Studio 2015.

Tactics though decided that we're dropping support for older TFMs in our core packages going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants