Nate McMaster
9c03018a18
Cleanup unnecessary NGPV exclusion and dead test code
2017-06-02 15:29:41 -07:00
Nate McMaster
34ea52068a
Add --msbuildprojectextensionspath option to dotnet-watch
...
In the event someone wants to move the obj/ folder, MSBuild will not be able to locate dotnet-watch's generated targets. dotnet-watch cannot automatically find the obj folder (#244 ), so this command line switch allows users to point dotnet-watch to the right location.
2017-06-02 15:12:33 -07:00
Nate McMaster
edcba47b84
Merge branch 'rel/1.0.1' into dev
2017-05-01 14:55:24 -07:00
Nate McMaster
ed07fbe94a
Remove blocking call to stream reader and fix bug in task chaining
2017-05-01 12:48:11 -07:00
Nate McMaster
88f43ffc1a
Fix race conditions between CTRL+C and RunAsync in dotnet-watch
...
Increase timeouts in testing dotnet-run and improve verbosity of test logging
2017-04-28 10:34:18 -07:00
Pranav K
d3d88481e2
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 12:47:25 -07:00
Nate McMaster
cd5fa7ec1f
Update package verion to 1.0.1 rtm and pin build dependencies and tools
2017-04-11 14:34:07 -07:00
Nate McMaster
f246dd3502
Upgrade test projects to .NET Core 2.0
2017-03-22 11:56:27 -07:00
Nate McMaster
13219fafa9
Remove code that moved into CommandLineUtils
2017-03-22 10:19:19 -07:00
Nate McMaster
8c32731282
Update dependencies and build version to 1.2.0
...
Unify dependencies
Remove duplcated code from CommandLineUtils
Update appveyor image
2017-03-14 12:22:25 -07:00
Nate McMaster
1bfa9c4b4b
Make it possible to detect that a process is running inside dotnet-watch by setting 'DOTNET_WATCH=1'
2017-03-13 13:00:22 -07:00
Nate McMaster
5a444fa75c
Cleanup project files and workaround, run tests on .NET Core 1.1
2017-02-10 08:26:17 -08:00
Nate McMaster
fac6b44bbd
Upgrade to RC.3
2017-01-20 11:08:47 -08:00
BrennanConroy
161d101da6
Change Xunit version
2017-01-17 16:24:00 -08:00
Nate McMaster
e481df3d49
Add better errors, fix help output text, and add 'dotnet watch --list' to help us diagnose issues
...
Fixes #252 - help output shown twice in dotnet-watch
Fixes #250 - add dotnet-watch --list. Prints a list of all files discovered
Fixes #249 - better error message when GenerateWatchList fails
2017-01-17 11:43:44 -08:00
Nate McMaster
d55948cae3
React to changes in KoreBuild
2016-12-14 19:30:44 -08:00
Nate McMaster
fd632ec654
Cleanup msbuild layout
...
Use one props file for whole repo, avoiding layers of dir.props
2016-12-14 09:13:00 -08:00
Nate McMaster
e94def7eca
Re-enable tests for file delete detection in dotnet-watch
...
Microsoft.NET.Sdk fixed the underlying issue causing these tests to fail.
Resolves #224 .
2016-12-13 10:04:19 -08:00
Nate McMaster
08e3e0b77f
Cleanup dotnet-watch testing
2016-12-13 09:59:11 -08:00
Nate McMaster
346dfe8fe0
Remove dependency on Microsoft.DotNet.Cli.Utils from test project
2016-12-12 16:40:01 -08:00
Nate McMaster
902ff8dce3
Build with MSBuild
2016-12-12 15:55:00 -08:00
Nate McMaster
f277816556
Update packaging for tools
...
Move targets files in to 'toolassets'. The 'tools' folder has conventions in NuGet that we don't want applied to these packages.
Downgrade to Microsoft.NETCore.App 1.0.0
Add 'prefercliruntime' package.
2016-12-07 09:37:34 -08:00
Nate McMaster
fad1d2b645
Merge branch 'rel/1.0.0-msbuild2' into feature/msbuild
2016-12-06 09:35:00 -08:00
Prafull Bhosale
6decb66d8c
Upgrade Cli.Utils to preview4-004215
2016-12-05 18:26:48 -08:00
Nate McMaster
46136e91ab
Resolve mysterious runtime errors caused because Microsoft.Extensions.DependencyModel v1.0.1-beta-000933 does not exist on NuGet.org
2016-11-21 17:30:33 -08:00
Nate McMaster
40d4670463
Abstract the console
2016-11-21 11:08:56 -08:00
Nate McMaster
b6b4523993
Remove dependency on Microsoft.DotNet.Cli.Utils
2016-11-17 13:37:58 -08:00
Nate McMaster
a6f4a38202
Refactor tests to fix false-positive tests passes
2016-11-16 15:34:35 -08:00
Nate McMaster
944e99121c
Add nuget feed to restore CLI dependencies
2016-11-04 10:47:13 -07:00
Nate McMaster
5de082e687
Upgrade Microsoft.DotNet.Cli.Utils from preview2 to preview3
2016-11-04 10:18:46 -07:00
Nate McMaster
90f92fabe3
Upgrade Microsoft.NET.Sdk in tests
2016-11-03 09:16:08 -07:00
Nate McMaster
54031fb399
Downgrade to 1.0.1
2016-11-02 13:41:59 -07:00
Nate McMaster
975e22ad06
Drop tools back to Microsoft.NETCore.App 1.0.1
2016-11-02 09:42:17 -07:00
Nate McMaster
d5c0c29a0c
Remove custom nuget feeds from main project feed config
2016-11-01 18:41:58 -07:00
Nate McMaster
6fd5e2ab52
Install cli preview3 side-by-side for msbuild testing
2016-11-01 18:41:58 -07:00
Nate McMaster
4698985846
Port dotnet-watch to support MSBuild
2016-11-01 18:39:51 -07:00
Nate McMaster
721cbe3435
Refactor dotnet-watch to isolate project.json dependency
2016-10-17 12:06:19 -07:00
Pranav K
f8a1a66ab7
Revert "Updating to netcoreapp1.1"
...
This reverts commit fd6df3c74d .
2016-10-12 16:39:36 -07:00
Nate McMaster
5d998a16d8
dotnet-watch: simplify the end to end testing to not rely on tool installation via restore ( #194 )
2016-10-12 16:12:52 -07:00
Pranav K
fd6df3c74d
Updating to netcoreapp1.1
2016-10-12 13:45:08 -07:00
Pranav K
4647a8a4bd
Updating partner package versions
2016-10-03 12:21:25 -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
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
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
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