Something must have changed with build tools sometime in the last few months, we're not getting errors such as this one during Appveyor CI builds:
System.IO.FileLoadException : Could not load file or assembly 'Moq.Tests.FSharpTypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)
Not sure what is going on there. Unfortunately, this fails the build, which in turn blocks PRs and also releasing a new version of Moq with the latest changes.
If anyone knows what is going wrong here, help is appreciated.
Something must have changed with build tools sometime in the last few months, we're not getting errors such as this one during Appveyor CI builds:
Not sure what is going on there. Unfortunately, this fails the build, which in turn blocks PRs and also releasing a new version of Moq with the latest changes.
If anyone knows what is going wrong here, help is appreciated.