Support for the latest CodeContracts for .NET?
It looks like the code contracts support for the build server isn't on a current version; I'm getting a bunch of errors like:
AsmMeta failed with uncaught exception: Unknown custom metadata item kind: 7
As far as I can tell, this problem goes away with a modern version of Code Contracts. How often are the code utilities updated?
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by rune on Nov 11, 2015 @ 12:11 AM
Hi,
Ok happy to take a closer look at this, but it'd be best if we could reproduce the issue on this end before installing more software on the build servers. It sounds like you've found a version that works? If you have, can you let me know the version number?
Best,
Rune
2 Posted by jholovacs on Nov 11, 2015 @ 12:23 AM
The one that works for me locally can be pulled from
https://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970/file/93972/17/Contracts.devlab9ts.msi
Support Staff 3 Posted by rune on Nov 16, 2015 @ 09:57 PM
Hmm ok - I wonder if installing this NuGet package would help address the issue. It's an older version and not released by Microsoft, but have you tried using that package by any chance?
I'd also like to take a closer look at your application as I wasn't able to reproduce this issue - do you mind if I inspect the source code associated with the application?
Best,
Rune