Commit Graph

420 Commits

Author SHA1 Message Date
Prafull Bhosale 0627d859af Fix path issue in assertion for DotNetDependencyProviderTests 2016-10-12 14:40:32 -07:00
Pranav K fd6df3c74d Updating to netcoreapp1.1 2016-10-12 13:45:08 -07:00
Prafull Bhosale 8fb38d3637 Add Project References to ProjectContext 2016-10-12 13:40:52 -07:00
Prafull Bhosale 1ae83eff70 Handle compilerOptions in project.json 2016-10-12 09:58:11 -07:00
Prafull Bhosale 329b65fc69 Add AssemblyName to ProjectContext 2016-10-12 09:10:35 -07:00
Prafull Bhosale 8be3b16756 Fix DotNetDependencyProviderTest for CI 2016-10-10 14:07:08 -07:00
Nate McMaster 78e35d3c6f Split ProjectModel into separate packages (#188) 2016-10-10 13:11:31 -07:00
Prafull Bhosale f7932b57a6 Add Dependency Resolution Apis to ProjectContext Abstractions 2016-10-10 11:33:49 -07:00
Nate McMaster c20b9ae894 Add PackageLockFile to IProjectContext (#187) 2016-10-10 11:30:12 -07:00
Nate McMaster f9412e7707
Remove unnecessary workaround. Resolves #165. 2016-10-06 13:37:33 -07:00
Nate McMaster 92a8d6d3bd Add API for multi-tfm projects (#184)
Project builder supports auto-detecting the framework
2016-10-06 13:03:05 -07:00
N. Taylor Mullen 4214884b3e Fix xml doc warning. 2016-10-06 12:38:30 -07:00
Nate McMaster 74a067fdc3 React to aspnet/Configuration#525 2016-10-06 12:34:50 -07:00
Nate McMaster a15b73af68 Pin to RTM versions of DotNet packages 2016-10-06 12:10:11 -07:00
Nate McMaster dde022961c
Add MSBuildProjectFinder and update ProjectModel to handle latest MSBuild updates 2016-10-05 15:17:18 -07:00
Nate McMaster 40ff75d536 Create replacement API for Microsoft.DotNet.ProjectModel 2016-10-04 15:49:32 -07:00
Pranav K 4647a8a4bd Updating partner package versions 2016-10-03 12:21:25 -07:00
Nate McMaster 756843786e Ensure absolute path used in output dir 2016-09-30 15:44:33 -07:00
Nate McMaster 07444de002
React to aspnet/BuildTools#105 2016-09-30 15:04:11 -07:00
Nate McMaster 3b1f650d3b Add custom tool for packaging as "CLI" package types.
Resolves #157
2016-09-30 14:48:02 -07:00
Nate McMaster 61dc862e4d Merge Microsoft.DotNet.Watcher{.Core} into {.Tools}
History: in the days of DNX, there was a plan to share code between dnx-watch and Visual Studio tooling to watch the system. We split the package into two pieces with this intention. Since then, dotnet-cli has replaced DNX and MSBuild will replace project.json. The shared watch code isn't necessary, nor is it an API we want to support.
2016-09-26 12:04:12 -07:00
Nate McMaster f90594a647
Add support for '--' argument separator
Also refactors command line parsing into a separate class.
2016-09-26 10:19:43 -07:00
Nate McMaster 11bbd6df8e
Support relative paths to projects.
Resolve #170
2016-09-20 14:30:37 -07:00
Nate McMaster 7bafb00f05
Improve error message when project file does not exist.
Resolve #171
2016-09-20 14:30:37 -07:00
Nate McMaster 436ad5fd65
Update Travis badge
[ci skip]
2016-09-20 10:58:28 -07:00
Nate McMaster fb54566ff5
Add dotnet-sql-cache 2016-09-19 17:09:21 -07:00
Nate McMaster 8f2eccbd36
Move dotnet-user-secrets into current repo 2016-09-19 14:35:41 -07:00
Nate McMaster 3b351ad1bb
Restore tool version to preview3 2016-09-16 10:08:57 -07:00
Nate McMaster bbffd97633
⬆️ Bump tool on dev branch to 'preview4' and re-up dependencies to latest dev versions 2016-09-09 10:14:52 -07:00
Nate McMaster bf5d2f5dff
Revert deletion of makefile.shade from e0663483ed 2016-09-09 09:01:36 -07:00
Nate McMaster e0663483ed
Downgrade to 1.0.0 runtime dependencies 2016-09-08 15:47:15 -07:00
Pranav K 484f35691a Don't use DOTNET_BUILD_VERSION in code.
Clean up test projects
2016-09-07 11:19:56 -07:00
Doug Bunting 6eec856fe3 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:37:25 -07:00
Victor Hurdugaci ac2f21514f Add a flag to specify the log level 2016-08-31 11:48:02 -07:00
Pranav K 79cb3b0ed9 Switching to dotnet.myget.org feed 2016-08-09 14:58:36 -07:00
BrennanConroy 3c445638a9 Update .travis.yml 2016-08-02 13:10:39 -07:00
Victor Hurdugaci ed91ba0c2f - Fix a NullRef exception that was happening when projects have resx files
- Print the changed file name in all cases
2016-07-15 11:53:45 -07:00
Victor Hurdugaci c769d8dee9 Fix null ref exception when referencing csproj 2016-07-15 10:05:30 -07:00
Doug Bunting 9f6a691655 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 22:09:57 -07:00
Victor Hurdugaci 9d16d2e9b5 Use the scenario tool tested from testing common 2016-07-05 15:40:37 -07:00
Victor Hurdugaci 21b3525933 Make MultipleTriggers more stable 2016-07-05 09:57:11 -07:00
Pranav K 92c658216f Updating to RTM builds of xunit 2016-06-29 16:43:38 -07:00
Pranav K 67fe579e74 Updating to dev versions 2016-06-16 10:17:46 -07:00
jacalvar 853a4ff0d9 Merge branch 'release' into dev 2016-06-15 15:26:09 -07:00
jacalvar a86db45a19 Update Json.NET to 9.0.1 2016-06-15 15:25:29 -07:00
Pranav K dcdaccac0b Merge branch 'release' into dev 2016-06-14 16:28:42 -07:00
Pranav K 3df9256f12 Updating to release. 2016-06-14 16:22:14 -07:00
Pranav K ad9e22d42a Update to preview2 2016-06-08 16:52:27 -07:00
jacalvar 15454ae254 Remove unncessary imports 2016-06-08 13:02:26 -07:00
jacalvar 2cf172c66e Update to Json.NET 9.0.1-beta1 2016-06-06 23:18:24 -07:00