Commit Graph

420 Commits

Author SHA1 Message Date
Victor Hurdugaci 599a41b380 Improve test stability by disposing correctly 2016-06-03 10:04:38 -07:00
Victor Hurdugaci d7206dee8d Disable a test that hangs 2016-06-02 08:21:51 -07:00
Victor Hurdugaci 29bc240044 Fix a timing issue in the polling watcher 2016-06-01 16:15:55 -07:00
Victor Hurdugaci 188bf58fe8 Remove netstandard.library 2016-06-01 14:52:22 -07:00
Pranav K 0d471b827b Update NetStandard.Library version 2016-06-01 14:31:42 -07:00
BrennanConroy 060a1c8f5a Replace PlatformAbstractions with RuntimeInformation 2016-05-31 09:49:59 -07:00
Victor Hurdugaci c5abb2e2eb Revert the fix for notification on folder deletion because it requires a big redesign. The simple fix doesn't work 2016-05-31 09:18:02 -07:00
Cesar Blum Silveira f98f39283a Fix OSX build on Travis. 2016-05-27 11:24:49 -07:00
Pranav K bf5f6b9275 Updating to netstandard1.6
Fixes https://github.com/aspnet/Coherence/issues/101
2016-05-27 07:36:33 -07:00
Victor Hurdugaci 2cf772b575 - Bugfix: Trigger on new project.json file structure
- Bugfix: Trigger on folder deletion
- Add test for folder deletion
2016-05-26 16:06:03 -07:00
Victor Hurdugaci 526f22f072 Rename the environment variable used for polling watcher 2016-05-26 15:13:19 -07:00
Victor Hurdugaci 8ab32c44f7 Make RestartProcessThatTerminatesAfterFileChange more reliable 2016-05-26 11:55:43 -07:00
Victor Hurdugaci f154a9ee3e Revert "Disable `Microsoft.DotNet.Watcher.Tools.FunctionalTests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange`"
This reverts commit dc9feade5a.
2016-05-26 10:23:28 -07:00
Victor Hurdugaci 07d504cf9a Update the project.json metadata 2016-05-26 09:44:15 -07:00
Victor Hurdugaci 63bbafdb1d Simplify watcher arguments by passing everything to dotnet 2016-05-24 16:05:43 -07:00
Doug Bunting dc9feade5a Disable `Microsoft.DotNet.Watcher.Tools.FunctionalTests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange`
- test is not reliable (95% success rate)
- should be restored as part of #98
2016-05-23 11:53:35 -07:00
Doug Bunting cb86ca81b1 Revert "Remove `Microsoft.DotNet.Watcher.Tools.FunctionalTests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange`"
This reverts commit c68145f44f.
2016-05-20 14:20:38 -07:00
Doug Bunting c68145f44f Remove `Microsoft.DotNet.Watcher.Tools.FunctionalTests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange`
- test is not reliable (95% success rate)
- should be restored as part of #98
2016-05-20 14:18:56 -07:00
Pranav K 5bf2ab600b Merge remote-tracking branch 'origin/release' into dev 2016-05-11 08:45:43 -07:00
Pranav K 912971120f Update to preview1 version 2016-05-11 08:41:57 -07:00
Pranav K dc68e3b021 Merge branch 'release' into dev 2016-05-02 14:55:48 -07:00
Pranav K 63a9d64394 Fix build warnings 2016-05-02 11:27:09 -07:00
Pranav K 41a3fa2329 Merge branch 'release' into dev 2016-04-30 09:17:15 -07:00
Pranav K b528cf90f2 Merge branch 'release' into dev 2016-04-29 14:31:46 -07:00
Ryan Brandenburg d22a638e55 React to TryGetProject changes 2016-04-29 14:31:29 -07:00
Pranav K cb426cb325 Remove references to IRuntimeEnvironment 2016-04-29 14:30:41 -07:00
Victor Hurdugaci 97e9c490d9 Merge branch 'release' into dev 2016-04-28 10:40:54 -07:00
Victor Hurdugaci 2f8ef7ef0d Update the readme file with the new name 2016-04-26 10:57:44 -07:00
Victor Hurdugaci c5a4f1900a Merge branch 'release' into dev 2016-04-22 15:27:09 -07:00
Victor Hurdugaci 21951d62f3 Fix command line parsing around the -- separator 2016-04-22 14:44:52 -07:00
Pranav K 540596a261 Merge branch 'release' into dev 2016-04-19 14:53:55 -07:00
Pranav K fa2ec5fdcd Use latest build of dotnet-test-xunit 2016-04-19 14:53:55 -07:00
moozzyk cfe399f810 Merge branch 'release' into dev 2016-04-19 13:35:04 -07:00
moozzyk 265c90cbd1 Moving dotnet-watch to netcoreapp1.0 2016-04-19 11:54:44 -07:00
moozzyk c248e539f3 Renaming namespaces and fixing tests 2016-04-19 11:26:40 -07:00
moozzyk afe01eedbf Renaming dotnet-watch folders to Microsoft.DotNet.Watcher.Tools 2016-04-19 10:38:59 -07:00
Victor Hurdugaci c9710b54c9 Merge branch 'release' into dev 2016-04-18 17:39:43 -07:00
Victor Hurdugaci 684ee87f20 Fix the prefix comparison 2016-04-18 17:38:41 -07:00
Victor Hurdugaci 3b92c65302 Merge branch 'release' into dev 2016-04-14 09:15:50 -07:00
Victor Hurdugaci cf465b2001 Fix tests on unix and make tests more reliable on all platforms 2016-04-13 16:08:10 -07:00
moozzyk adf98e0685 Merge branch 'release' into dev 2016-04-13 10:58:44 -07:00
moozzyk e054eac3bd Fixing tests to use the package that was just built
Disabling parallel run to prevent random issues
Adding additional details that should help diagnose failures
2016-04-13 10:57:53 -07:00
Victor Hurdugaci 298bc2bcbf Merge branch 'release' into dev 2016-04-13 09:57:41 -07:00
moozzyk 8f1f3c0772 Add a polling watcher 2016-04-13 09:52:55 -07:00
moozzyk ed2fc54d2c Merge branch 'release' into dev 2016-04-12 09:53:59 -07:00
moozzyk 46d4c6edcb Updating dotnet-watch to netstandard 2016-04-12 09:46:12 -07:00
Victor Hurdugaci 6d4b267d41 Merge branch 'release' into dev 2016-04-06 15:12:03 -07:00
Victor Hurdugaci aa2b726363 Remove unused dependencies 2016-04-06 15:09:59 -07:00
Victor Hurdugaci 09434e5625 Remove unused dependencies 2016-04-06 10:12:20 -07:00
Pranav K 81aaddaafd Merge branch 'release' into dev 2016-04-06 09:46:01 -07:00