Export to GitHub

fast-member - issue #1

Feature 'namespace alias qualifier' cannot be used because it is not part of the ISO-1 C# language specifications.


Posted on Jan 13, 2012 by Happy Bird

What steps will reproduce the problem? 1. hg clone https://code.google.com/p/fast-member/ 2. cd fast-member 3. C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\FastMember.sln

What is the expected output? What do you see instead? Build Successful ( this did work initially when the project was released last night. this is on a different machine )

What version of the product are you using? On what operating system? head 1.0.0.2 i believe

Please provide any additional information below. VS2010 on a Win7 x64 machine.

Comment #1

Posted on May 2, 2012 by Happy Kangaroo

I've seen the same problem, for some reason the project has the "LangVersion" set to "ISO-1", see http://code.google.com/p/fast-member/source/browse/FastMember/FastMember.csproj#25

A workaround it to manually change it under "Project Properties" -> Build -> Advanced and set "Language Version" to "Default"

Comment #2

Posted on Sep 15, 2012 by Swift Horse

I can't build either unless I remove the LangVersion element from the project file, which presumably is the default.

Status: New

Labels:
Type-Defect Priority-Medium