Bug #87101 | Strong named assemblies without provided private key in repository | ||
---|---|---|---|
Submitted: | 17 Jul 2017 22:00 | Modified: | 18 Jul 2017 17:00 |
Reporter: | Laurents Meyer (OCA) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[17 Jul 2017 22:00]
Laurents Meyer
[18 Jul 2017 17:00]
Roberto Ezequiel Garcia Ballesteros
Hi, In order to compile the projects, we provided a public key to create a delayed or partial signing assembly: https://docs.microsoft.com/en-us/dotnet/framework/app-domains/delay-sign-assembly Unfortunately to run the tests you need a full-signed assembly, but you can disable the strong name validation: https://docs.microsoft.com/en-us/dotnet/framework/app-domains/how-to-disable-the-strong-na... I do not recommend to do this in a production environment and it’s always a good practice to re-enable the strong name validation after finishing your tests. Regards, Roberto