dotnet-installer/src/Microsoft.DotNet.ProjectModel
Joel Verhagen aacc30d5d8 Add "path" property the .deps.json file for libraries
Update DependencyModel and PlatformAbstractions packages to 1.0.1-beta-000917
Update dotnet-test-xunit to 1.0.0-rc2-330423-54
2016-08-18 15:57:03 -07:00
..
Compilation Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
Files Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
FileSystemGlobbing Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
Graph Add "path" property the .deps.json file for libraries 2016-08-18 15:57:03 -07:00
Internal Target net451 in ProjectModel 2016-02-11 15:42:14 -08:00
Properties Merge rel/1.0.0-preview2 to rel/1.0.0 (#3677) 2016-06-22 15:17:54 -07:00
Resolution Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
Resources Refactor output directory code 2016-02-09 08:52:59 -08:00
RuntimeConfig Make dotnet cli portable 2016-03-28 19:16:02 -07:00
Utilities Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
AnalyzerOptions.cs Fixed broken Equals (2) 2016-05-11 23:26:54 +02:00
BuildWorkspace.cs fixes #3119 2016-06-01 17:35:20 -07:00
CommonCompilerOptions.cs Updated ProjectModel 2016-04-27 11:49:44 -07:00
CompilationOutputFiles.cs Updated ProjectModel 2016-04-27 11:49:44 -07:00
Constants.cs Improve resource file support (#2511) 2016-04-15 14:45:51 -07:00
DependencyContextBuilder.cs Add "path" property the .deps.json file for libraries 2016-08-18 15:57:03 -07:00
DesignTimeWorkspace.cs dotnet test and publish failing badly when the project isn't restored. 2016-05-11 10:43:58 -05: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 dotnet test and publish failing badly when the project isn't restored. 2016-05-11 10:43:58 -05:00
ErrorCodes.NuGet.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
FileFormatException.cs Remove JsonParser dependency 2016-04-28 21:14:45 -05:00
FileNameSuffixes.cs Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
GlobalSettings.cs Moved ProjectModel to json.net for GlobalSettings and Project.json. Kept LockFileReader using the old API as I don't have the cycles to add the tests for it at the moment. 2016-04-04 12:11:27 -07:00
LibraryDescription.cs Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
Microsoft.DotNet.ProjectModel.xproj Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"." 2016-03-16 11:44:09 -05:00
MSBuildProjectDescription.cs Add "path" property the .deps.json file for libraries 2016-08-18 15:57:03 -07:00
OutputPaths.cs Replacing the fixed rid in the dotnet compile unit test by one that respects the platform where the tests are running. 2016-02-11 12:44:27 -08:00
OutputPathsCalculator.cs add support for portable application layout 2016-03-12 11:52:29 -08:00
PackageDescription.cs Fix placeholder resolution logic 2016-05-03 02:00:12 -07:00
PackOptions.cs Updated ProjectModel 2016-04-27 11:49:44 -07:00
Project.cs Implement GenerateDepsFile MSBuild Task 2016-07-29 20:46:34 -05:00
project.json Add "path" property the .deps.json file for libraries 2016-08-18 15:57:03 -07:00
ProjectContext.cs dotnet test and publish failing badly when the project isn't restored. 2016-05-11 10:43:58 -05:00
ProjectContextBuilder.cs Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
ProjectContextCollection.cs refactor WorkspaceContext (#2736) 2016-05-02 11:32:24 -07:00
ProjectContextIdentity.cs Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
ProjectDescription.cs Add "path" property the .deps.json file for libraries 2016-08-18 15:57:03 -07:00
ProjectExtensions.cs Updated ProjectModel 2016-04-27 11:49:44 -07:00
ProjectFileDependencyGroup.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
ProjectModelPlatformExtensions.cs Trim platfrom libraries from deps fiels 2016-06-15 09:09:38 -07:00
ProjectPathHelper.cs dotnet test and publish failing badly when the project isn't restored. 2016-05-11 10:43:58 -05:00
ProjectReader.cs Fixed broken Equals (2) 2016-05-11 23:26:54 +02:00
ProjectReaderSettings.cs Fixing versions 2016-02-18 01:10:07 -08:00
ProjectRootResolver.cs Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
ResourceFile.cs Improve resource file support (#2511) 2016-04-15 14:45:51 -07:00
RuntimeEnvironmentRidExtensions.cs Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions. 2016-08-10 13:39:49 -07:00
RuntimeGraphCollector.cs Add tests for "half-portable" scenario 2016-04-12 16:09:53 -07:00
RuntimeOptions.cs Updated ProjectModel 2016-04-27 11:49:44 -07:00
RuntimeOutputFiles.cs Updated ProjectModel 2016-04-27 11:49:44 -07:00
TargetFrameworkInformation.cs Added a way to get output assets 2016-01-27 13:07:26 -08:00
TargetLibraryWithAssets.cs Move methods back to client code 2016-03-30 19:24:43 -07:00
Workspace.cs Enable project model server to clear cache forcefully 2016-06-15 16:07:47 -07:00