Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom dictionary support to FxCop #489

Merged
merged 1 commit into from
Jul 2, 2014
Merged

Add custom dictionary support to FxCop #489

merged 1 commit into from
Jul 2, 2014

Conversation

joshucar
Copy link
Contributor

@joshucar joshucar commented Jul 2, 2014

It's not a misspelling, if I say so.

On a related note I have this:

let GetProjectCodeAnalysisDictionary projectFile =
  XMLRead true projectFile msbuildNamespace "msbuild" ("msbuild:Project/msbuild:ItemGroup/msbuild:CodeAnalysisDictionary/@Include")
    |> Seq.head

To extract, from my Visual Studio project the file that is my custom dictionary. Not sure where this might belong but I'd be happy to put it there if you have an idea.

forki added a commit that referenced this pull request Jul 2, 2014
Add custom dictionary support to FxCop
@forki forki merged commit d7cc87b into fsprojects:master Jul 2, 2014
@forki
Copy link
Member

forki commented Jul 2, 2014

GetProjectCodeAnalysisDictionary might belong to MSBuild helper

@forki
Copy link
Member

forki commented Jul 2, 2014

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants