dc849d3adf | ||
---|---|---|
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
Packages.props | ||
README.md | ||
Xamarin.CodeAnalysis.sln | ||
azure-pipelines.yml |
README.md
Xamarin CodeAnalyis
Analyzers, code fixers and custom completion for Xamarin projects
Building
Just open Xamarin.CodeAnalysis.sln and build.
NOTE: the first build ever needs to be run from an administrator command prompt, because the extension provides MSBuild targets that need to be symlinked from the
Exp
hive location to theVsInstallDir\MSBuild
location, which requires elevation.