Analyzers, code fixers and custom completion for Xamarin projects
Перейти к файлу
Daniel Cazzulino dc849d3adf Initial end to end working completion with tests 2018-11-05 14:58:47 -03:00
src Initial end to end working completion with tests 2018-11-05 14:58:47 -03:00
.editorconfig Initial structure of projects and extension 2018-10-23 16:09:27 -03:00
.gitattributes Initial structure of projects and extension 2018-10-23 16:09:27 -03:00
.gitignore Added repo settings 2018-10-22 11:53:14 -03:00
Packages.props Add simple completion provider and unit test 2018-10-23 17:15:42 -03:00
README.md Initial end to end working completion with tests 2018-11-05 14:58:47 -03:00
Xamarin.CodeAnalysis.sln Initial end to end working completion with tests 2018-11-05 14:58:47 -03:00
azure-pipelines.yml Upload restore binlog 2018-10-23 17:20:13 -03:00

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 the VsInstallDir\MSBuild location, which requires elevation.