Quantcast
Channel: entityframework Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1793

New Post: CA1709 Code Analysis Errors

$
0
0
I'm running the Build.cmd from the root folder within a "Developer Command Prompt for VS2012" (Administrator or not).
Here is the start of the output (after changing the CA1709 from error to warning):
C:\Source\Contrib\CodePlex\EntityFramework>Build.cmd
Microsoft (R) Build Engine version 4.0.30319.17929
[Microsoft .NET Framework, version 4.0.30319.18052]
Copyright (C) Microsoft Corporation. All rights reserved.

  All packages listed in packages.config are already installed.
  All packages listed in packages.config are already installed.
  All packages listed in packages.config are already installed.
  All packages listed in packages.config are already installed.
  EntityFramework -> C:\Source\Contrib\CodePlex\EntityFramework\src\EntityFrame
  work\bin\Release\EntityFramework.dll
  Running Code Analysis...
MSBUILD : warning : CA1709 : Microsoft.Naming : Correct the casing of 'Db' in t
ype name 'DbConfiguration' by changing it to 'DB'. [C:\Source\Contrib\CodePlex\
EntityFramework\src\EntityFramework\EntityFramework.csproj]
MSBUILD : warning : CA1709 : Microsoft.Naming : Correct the casing of 'Db' in t
ype name 'DbConfigurationTypeAttribute' by changing it to 'DB'. [C:\Source\Cont
rib\CodePlex\EntityFramework\src\EntityFramework\EntityFramework.csproj]
...
Any help appreciated.
Thanks,
Michael

Viewing all articles
Browse latest Browse all 1793

Trending Articles