Inspections (.NET) C# 3.0 language feature
Hello:)
I use Inspections (.NET) for Code Inspections on Teamcity an get the compiler Error "C# 3.0 language feature" as issue.
My SLN ist Build against .NET 4.5 and I marked this in the Configuration. It is nice to know, that linq ist coming with .Net 3.0, but .Net 4.5 can also use it:)
How can I remove the compiler Error as issue of inspection?
Thanks for your help
ph0e
Please sign in to leave a comment.
Hello again,
no idea?
Has anyone else this problem?
I think it is a bug or I am too stupid:D
Greetings
ph0e
Hello,
Could you please attach full build log and screenshot of the build step settings?
Hello,
thanks for your response. The Log is in the attachment.
One interessing issue: The Inspector analyses too much Files.
My ProjectWildcards:
Eex.Worker.Database.Implementation*
Eex.Worker.Database.Interface.*
Eex.Worker.Domain.Implementation*
Eex.Worker.Domain.Interface.*
Eex.Worker.Implementation*
Eex.Worker.Interface.*
For example: IEdifactUtilmdVersionSpecificChecker.cs is in the Project:
RSystems.Common\RSystems.Common.Interface\RSystems.Common.Interface.csproj
It seems to be, that all Files of the Solution were analyzed, but the report shows only the filtered files. Can I configure the inspector, that he don't analyse "useless" files?
Thanks for your help
Greetings
ph0e
It works with msbuild 2013, the issue was the buildversion of vs