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

Fix the issue when ranges may be losted when copying page blob/file with ServiceSideSyncCopy. #243

Merged
merged 8 commits into from
Nov 20, 2020

Conversation

EmmaZhu
Copy link
Member

@EmmaZhu EmmaZhu commented Nov 19, 2020

Fix the issue when ranges may be losted when copying page blob/file with ServiceSideSyncCopy.
Fix a build issue which is caused by compiling a build intermediate file. // This is to exclude the build intermediate cs file to avoid build failure.

@EmmaZhu EmmaZhu changed the title Databugfix Fix the issue when ranges may be losted when copying page blob/file with ServiceSideSyncCopy. Nov 19, 2020
@@ -26,7 +26,7 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\lib\**\*.cs;..\..\tools\AssemblyInfo\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<Compile Include="..\..\lib\**\*.cs;..\..\tools\AssemblyInfo\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**;..\..\lib\obj\**" />
Copy link
Member

Choose a reason for hiding this comment

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

Please add Jason to review before official release

Copy link
Member Author

Choose a reason for hiding this comment

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

Of cause, I've also sent CR to Jason.

Copy link
Member

Choose a reason for hiding this comment

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

Discussed offline, ....\lib\obj** represents temporary .cs files generated during build .net version dmlib. It is fine to exclude for this project for now.

Later, we should change the Include method to filename.cs instead of *.cs.

@EmmaZhu EmmaZhu changed the base branch from dev to master November 20, 2020 10:28
@vinjiang vinjiang merged commit ec0c1e8 into Azure:master Nov 20, 2020
@EmmaZhu EmmaZhu deleted the databugfix branch November 23, 2020 03:08
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