Victor Hurdugaci
ac2f21514f
Add a flag to specify the log level
2016-08-31 11:48:02 -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
Pranav K
67fe579e74
Updating to dev versions
2016-06-16 10:17:46 -07:00
jacalvar
15454ae254
Remove unncessary imports
2016-06-08 13:02:26 -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
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
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
Pranav K
63a9d64394
Fix build warnings
2016-05-02 11:27:09 -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
21951d62f3
Fix command line parsing around the -- separator
2016-04-22 14:44:52 -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
684ee87f20
Fix the prefix comparison
2016-04-18 17:38:41 -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
8f1f3c0772
Add a polling watcher
2016-04-13 09:52:55 -07:00
moozzyk
46d4c6edcb
Updating dotnet-watch to netstandard
2016-04-12 09:46:12 -07:00
Victor Hurdugaci
aa2b726363
Remove unused dependencies
2016-04-06 15:09:59 -07:00
Pranav K
d1c52323f2
Revert "Revert "Reacting to CLI breaking change""
...
This reverts commit e74665e550 .
2016-04-02 05:50:03 -07:00
ryanbrandenburg
e74665e550
Revert "Reacting to CLI breaking change"
...
This reverts commit 4788506b57 .
2016-04-01 16:05:28 -07:00
BrennanConroy
4ddf7c2cc7
React to Logging changes
2016-04-01 11:11:09 -07:00
Pranav K
4788506b57
Reacting to CLI breaking change
2016-04-01 06:41:43 -07:00
John Luo
73217edba5
Update package name
2016-03-17 16:36:27 -07:00
John Luo
4df44c8501
Use KillTree from Common
2016-03-16 18:02:59 -07:00
Victor Hurdugaci
bc382be632
Fix the tests that hang
2016-03-10 11:50:18 -08:00
Ajay Bhargav Baaskaran
467e520b35
Added Company, Copyright and Product attributes to AssemblyInfo
2016-03-03 17:54:13 -08:00
Victor Hurdugaci
c43c37e7f9
- E2E test
...
- File watcher that takes the globbing patterns into account
- A big rewrite of the core algorithm
2016-03-03 13:46:45 -08:00
Ajay Bhargav Baaskaran
b62d90d7dc
Enabled xml doc generation
2016-03-03 12:15:50 -08:00
Doug Bunting
5f153686e9
Remove project name from output path
...
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:37:40 -08:00
N. Taylor Mullen
e5c6f5ed14
Revert "Transition to netstandard."
...
This reverts commit 5f2f434034 .
2016-03-02 09:57:58 -08:00
N. Taylor Mullen
5f2f434034
Transition to netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:40:42 -08:00
John Luo
82d3269b45
Fixed how processes are killed on Linux
2016-02-26 17:53:52 -08:00
Victor Hurdugaci
59cb4fe65a
dnx-watch -> dotnet-watch
2016-02-16 15:33:20 -08:00
Pranav K
4bef698f3b
Reacting to CoreCLR package version changes
2016-02-08 09:33:43 -08:00
Victor Hurdugaci
f452597452
Add Microsoft.NETCore.Platforms to the projects that have to be built with dnu
2016-02-02 12:44:07 -08:00
Brennan
3fce15bc6a
React to Logging API changes
2016-01-25 09:35:11 -08:00
Victor Hurdugaci
3e2798957a
Exit on change option
2016-01-22 11:44:56 -08:00
Brennan
d20b14d846
React to Fileproviders namespace changes
2016-01-21 16:48:58 -08:00
Pranav K
9a05ea80c4
Removing System.Runtime.Extensions
2016-01-20 20:47:18 -08:00
Brennan
54ae0b9296
Unsource CommandLineUtils
2016-01-06 13:19:33 -08:00