Github user Tasteful commented on the pull request:

    https://github.com/apache/lucenenet/pull/163#issuecomment-201215629
  
    It's probably failing for the interpolated string 
(https://msdn.microsoft.com/en-us/library/dn961160.aspx) on 
https://github.com/apache/lucenenet/commit/e218ff63d0b22cbe39543986f0382f241cf47c24#diff-343b91381036b34a5e84eebc117858d8R241
 
    
    Visual Studio 2015 is using Roslyn for compilation (and usage of C#6). TC 
probably using the old compiler and cant use the C#6 features.
    
    Enable the Roslyn compiler on the TC can probably be done with the 
Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Microsoft.Net.Compilers 
nuget-package or the codebase should only use earlier C# specification.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to