dotnet-installer/src/Microsoft.DotNet.ProjectModel
Andy Gocke c716ad6571 Add analyzer support
With this change, any referenced analyzer project will be parsed by the
project system and the assemblies will be passed down to the compiler.
By default, the analyzer language is considered to be "cs". If another
language is used, the "languageID" option should be specified inside the
"analyzerOptions" section of the project.json file.

Resolves #83
2016-01-24 21:38:42 -08:00
..
Compilation Add analyzer support 2016-01-24 21:38:42 -08:00
Files Publish content files 2016-01-11 09:28:43 -08:00
Graph adjust lock file check to handle NuGet-style lock file 2016-01-22 10:22:53 -08:00
Properties Enable commands to be shipped in packages 2015-11-28 01:18:42 -08:00
Resolution switch from DNX to cross-plat NuGet! 2016-01-19 11:43:09 -08:00
Utilities Update ProjectModel server 2016-01-14 10:11:31 -08:00
AnalyzerOptions.cs Add analyzer support 2016-01-24 21:38:42 -08:00
CommonCompilerOptions.cs Add default suppress to compiler options message 2016-01-21 11:03:10 -08:00
Constants.cs Update ProjectModel server 2016-01-14 10:11:31 -08:00
DependencyContextBuilder.cs Including unresolved library in LibraryExporter.GetAllExports result 2016-01-11 21:36:43 -08:00
DiagnosticMessage.cs Add WorkspaceContex 2015-11-30 22:39:27 -08:00
DiagnosticMessageSeverity.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
DirectoryNames.cs Enable commands to be shipped in packages 2015-11-28 01:18:42 -08:00
EnvironmentNames.cs switch from DNX to cross-plat NuGet! 2016-01-19 11:43:09 -08:00
ErrorCodes.DotNet.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
ErrorCodes.NuGet.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
FileFormatException.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
FileNameSuffixes.cs self-closing ifs 2016-01-05 01:49:31 -08:00
GlobalSettings.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
LibraryDescription.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
Microsoft.DotNet.ProjectModel.xproj Enable commands to be shipped in packages 2015-11-28 01:18:42 -08:00
OutputPathCalculator.cs Making some of the testbase methods protected. 2016-01-22 15:22:45 -08:00
PackageDescription.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
Project.cs Add analyzer support 2016-01-24 21:38:42 -08:00
project.json Product Changes to Work with new argument escaping 2016-01-23 13:01:31 -08:00
ProjectContext.cs Changing multiple dotnet commands to be aware of $configuration/$tfm folder structure under the --output path option. 2016-01-22 15:22:44 -08:00
ProjectContextBuilder.cs ProjectContext provides access to Lockfile; Lockfile knows its path 2016-01-20 16:06:00 -08:00
ProjectContextCollection.cs Project model server cleanup 2016-01-03 00:34:00 -08:00
ProjectDescription.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
ProjectFileDependencyGroup.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
ProjectReader.cs Add analyzer support 2016-01-24 21:38:42 -08:00
ProjectReaderSettings.cs Project model cleanup 2016-01-03 08:18:25 -08:00
ProjectRootResolver.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
TargetFrameworkInformation.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
WorkspaceContext.cs Enable to initialize a project before restore 2016-01-15 16:05:18 -08:00