Skip to content

Conversation

@tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Feb 25, 2021

@github-actions github-actions bot added the C# label Feb 25, 2021
// .net offers the facility to either move a file, or to replace it.
File.Delete(dest);
File.Move(src, dest);
File.Move(src, dest, overwrite: true);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This API was added in .NET Core 3.0.

@tamasvajk tamasvajk marked this pull request as ready for review February 25, 2021 13:03
@tamasvajk tamasvajk requested a review from a team as a code owner February 25, 2021 13:03
Copy link
Contributor

@hvitved hvitved left a comment

Choose a reason for hiding this comment

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

Nice!

@tamasvajk
Copy link
Contributor Author

The overall differences job failed, but looking into the dotnet/runtime extraction logs show that the warnings are gone.

@tamasvajk tamasvajk merged commit ce69e3a into github:main Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants