Hi,
I’m building my own release for re-linq, and I stumbled across a weird/odd problem. I can’t build the Core_3_5 project. And the reason is that the comments don’t compile! 😊
Specifically, in order for the build to work, I had to alter <see cref=”ExtensionVisitor.VisitExtension”> to <see cref=”ExtensionVisitor”> or similar – it couldn’t find VisitExtension. Though the same code is built under 4.5, 4.0, etc., it shows no error – only 3.5.
I altered the comments to get around this (rather than turning off all warnings are errors). But I’m wondering if there is something magic about your setup that allows you to build these in 3.5?
Cheers,
Gordon.
Hi,
Yes, given that my university terminated the subscription to all other levels of VisualStudio, I converted pretty quickly. 😊
Interesting. Since it was only the Core_3_5 that failed, I hadn’t looked to see if that was the cause.
Cheers,
Gordon.
Hi,
Yes, given that my university terminated the subscription to all other levels of VisualStudio, I converted pretty quickly. 😊
Interesting. Since it was only the Core_3_5 that failed, I hadn’t looked to see if that was the cause.
Cheers,
Gordon.
From: Michael Ketting
Sent: Thursday, March 3, 2016 2:09 AM
To: re-motion Users
Subject: [re-motion-users] Re: Can't compile Core 3.5
Hi Gordon!--
Hmm...that's funny...Okay, got it. You're using Visual Studio 2015, correct? I haven't made the switch yet for most of my projects, still using VS2013 and C# 5.0 :) It works again when you fully qualify the ExtensionVisitor type. Roslyn really got some interesting quirks in its symbol resolution for documentation.
Best regards, Michael
On Thursday, March 3, 2016 at 7:42:38 AM UTC+1, Gordon Watts wrote:Hi,
I’m building my own release for re-linq, and I stumbled across a weird/odd problem. I can’t build the Core_3_5 project. And the reason is that the comments don’t compile! 😊
Specifically, in order for the build to work, I had to alter <see cref=”ExtensionVisitor.VisitExtension”> to <see cref=”ExtensionVisitor”> or similar – it couldn’t find VisitExtension. Though the same code is built under 4.5, 4.0, etc., it shows no error – only 3.5.
I altered the comments to get around this (rather than turning off all warnings are errors). But I’m wondering if there is something magic about your setup that allows you to build these in 3.5?
Cheers,
Gordon.
You received this message because you are subscribed to the Google Groups "re-motion Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to re-motion-users+unsubscribe@googlegroups.com.
To post to this group, send email to re-motion-users@googlegroups.com.