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 |
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 |