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
SSQP wants the signature to be lowercase except for age which is uppercase. We currently use breakpad which is uppercase except age is lowercase.
I believe we need these options to work in the real world for the signature:
Maybe these values would make sense in addition to default, lowercase and uppercase:
default
lowercase
uppercase
symstore
ssqp
😒
The text was updated successfully, but these errors were encountered:
Filed dotnet/symstore#93 to ask if SSQP's rules are intended.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
SSQP wants the signature to be lowercase except for age which is uppercase. We currently use breakpad which is uppercase except age is lowercase.
I believe we need these options to work in the real world for the signature:
Maybe these values would make sense in addition to
default
,lowercase
anduppercase
:symstore
: PDB signature all uppercase, PE signature uppercase than lowercasessqp
: all lowercase with uppercase age for PDB😒
The text was updated successfully, but these errors were encountered: