Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 3, 2021

Backport of #58611 to release/6.0

/cc @adamsitnik

Customer Impact

In .NET 6, we have re-written FileStream. Initially, we have done that only for Windows, hence Net5Compat.Tests projects were targetting only $(NetCoreAppCurrent)-windows. When we have added new Unix implementation in #55191, we forgot to enable these tests for Unix.

This PR enables System.IO tests to test the old, .NET 5 Compat mode on Unix.

Testing

The tests are passing.

Risk

None, it's not a product change. It's actually lowering riks of introducing a bug to the .NET 5 Compat mode FileStream implementation

@ghost ghost added the area-System.IO label Sep 3, 2021
@ghost
Copy link

ghost commented Sep 3, 2021

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

Issue Details

Backport of #58611 to release/6.0

/cc @adamsitnik

Customer Impact

Testing

Risk

Author: github-actions[bot]
Assignees: -
Labels:

area-System.IO

Milestone: -

@Anipik
Copy link
Contributor

Anipik commented Sep 3, 2021

cc @danmoseley tell mode for infra or test related changes.

@Anipik Anipik merged commit da89cc7 into release/6.0 Sep 3, 2021
@danmoseley danmoseley deleted the backport/pr-58611-to-release/6.0 branch September 3, 2021 17:48
@adamsitnik adamsitnik added this to the 6.0.0 milestone Sep 3, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants