We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This switch determines the algorithm used to calculate source file checksums stored in PDB.
The corresponding MSBuild task property is ChecksumAlgorithm.
ChecksumAlgorithm
Supported values should include SHA1 and SHA256. See Roslyn for details:
SHA1
SHA256
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
The text was updated successfully, but these errors were encountered:
Dup of #1223
Sorry, something went wrong.
No branches or pull requests
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
andSHA256
. 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 toSHA256
:dotnet/roslyn#24820
The text was updated successfully, but these errors were encountered: