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

Add /checksumalgorithm command line switch #4355

Closed
tmat opened this issue Feb 15, 2018 · 1 comment
Closed

Add /checksumalgorithm command line switch #4355

tmat opened this issue Feb 15, 2018 · 1 comment

Comments

@tmat
Copy link
Member

tmat commented Feb 15, 2018

This switch determines the algorithm used to calculate source file checksums stored in PDB.

The corresponding MSBuild task property is ChecksumAlgorithm.

Supported values should include SHA1 and SHA256. See Roslyn for details:

http://source.roslyn.io/#Microsoft.CodeAnalysis.CSharp/CommandLine/CSharpCommandLineParser.cs,286

The default in Roslyn is currently SHA1. We are considering switching to SHA256:

dotnet/roslyn#24820

@tmat tmat closed this as completed Feb 15, 2018
@tmat
Copy link
Member Author

tmat commented Feb 15, 2018

Dup of #1223

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

No branches or pull requests

1 participant