Rank: Advanced Member
Groups: Registered
Joined: 6/20/2011(UTC) Posts: 32 Location: Vancouver, BC, Canada
Thanks: 1 times Was thanked: 3 time(s) in 3 post(s)
|
I've been looking forward to NCrunch for a while and finally had a chance to try out the beta this morning. I quickly encountered a series of issues and guessed my way through each, making some progress but eventually running out of time and running into enough issues. I thought it best to rewind back to the first issue, post it here, and then see if reporting things step by step can resolve things more simply and completely.
The first error I received from NCrunch was of the following form:
[10:25:54.9812-BuildTask-5] Error 'Compilation': ASSEMBLY_NAME_HERE: error CS1616 (0): Option 'delaysign' overrides attribute 'System.Reflection.AssemblyDelaySignAttribute' given in a source file or added module
This error does not appear when building the project or solution in the IDE or building the project on the command line using MSBuild. I understand that signing attributes can/should be removed from AssemblyInfo.cs once the project properties signing settings have been configured, and I have done so and NCrunch successfully compiled this project afterwards. Regardless, I thought it best to ask:
Is it expected behaviour of NCrunch to fail with this error when neither the IDE or MSBuild do?
|