I get the following error when I try to build my solution:
Unable to write to output file ABC.pdb: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
Points to note:
My company works with secure data so I cannot change local security settings to switch off FIPS compliance
I cannot change dev.config.exe to make
<enforceFIPSPolicy enabled="false">
So is there a way to work around this:
Is there a way to change a setting such that .NET uses a FIPS compliant cryptographic algorithm to write the .pdb file?
Is there any other configuration I can change, or any other way I can build it so that this error does not crop up?
I have searched a lot but found no answers.