..
Compilation
Fixing windows test breaks. It was because of how the NuGet API is putting Directory Separators in the lock file. They always normalize them to forward slash.
2016-09-27 13:08:45 -07:00
Files
Include context fixes to include the default files even when buildoptions is empty, so we have less custom logic in the migration library
2016-08-30 11:56:56 -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
Fixing issues small issues found during build and tests.
2016-09-27 10:53:22 -07:00
Internal
Target net451 in ProjectModel
2016-02-11 15:42:14 -08:00
Properties
Project Json mapping migration support
2016-09-20 21:18:11 -07:00
Resolution
Updating NuGet to 3.6.0-rc-1979
2016-10-12 00:49:44 -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
Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject.
2016-10-14 12:56:18 -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
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -07:00
DesignTimeWorkspace.cs
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -07: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
IProjectReader.cs
Added an ITestRunnerResolverFactory that decides on which resolver to use based on the set of parameters received.
2016-08-22 21:29:14 -07:00
LibraryDescription.cs
Fixing issues small issues found during build and tests.
2016-09-27 10:53:22 -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
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -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
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -07:00
PackOptions.cs
Updated ProjectModel
2016-04-27 11:49:44 -07:00
Project.cs
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -07:00
project.json
Updating NuGet to 3.6.0-rc-1984
2016-10-13 19:31:15 -07:00
ProjectContext.cs
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -07:00
ProjectContextBuilder.cs
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -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
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -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
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -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
Fix Migration Imports ( #4350 )
2016-10-11 15:22:18 -07: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
Merging rel/1.0.0-preview2 into rel/1.0.0.
2016-10-03 14:47:24 -05:00
RuntimeGraphCollector.cs
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -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
PackageReference
2016-10-03 17:12:57 -07:00
TargetLibraryWithAssets.cs
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -07:00
Workspace.cs
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -07:00