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

System.Runtime.Serialization.Formatters: fix target framework check for source-build. #104735

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

tmds
Copy link
Member

@tmds tmds commented Jul 11, 2024

The inbox implementation should no longer include a working binary formatter.

The check used to build a working formatter was '$(TargetFramework)' == '$(NetCoreAppMinimum)'.

Because NetCoreAppMinimum gets set to TargetFramework in the source-build configuration, the source-build configuration unintentionally included a working binary formatter.

Fixes #103683

@ViktorHofer ptal.

…or source-build.

The inbox implementation should no longer include a working binary formatter.

The check used to build a working formatter was '$(TargetFramework)' == '$(NetCoreAppMinimum)'.

Because NetCoreAppMinimum gets set to TargetFramework in the source-build configuration,
the source-build configuration unintentionally included a working binary formatter.
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jul 11, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

@tmds
Copy link
Member Author

tmds commented Jul 12, 2024

Thanks for your assistance, @ViktorHofer!

@ViktorHofer
Copy link
Member

/ba-g queues are timing out, known issue

@ViktorHofer ViktorHofer merged commit 9b09bcf into dotnet:main Jul 12, 2024
79 of 83 checks passed
@adamsitnik
Copy link
Member

FYI @bartonjs

@github-actions github-actions bot locked and limited conversation to collaborators Aug 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-libraries community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DisableBitTests.EnabledThroughFeatureSwitch/DisabledAlwaysInBrowser failures
3 participants