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
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
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
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
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
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
Brennan
cbc201ac26
Remove unused OnExecute
2015-12-15 08:53:41 -08:00
Pavel Krymets
e0d3d7e85d
Catch and display project validation exceptions correctly
2015-12-11 14:13:56 -08:00
John Luo
78cacfe20b
Reacting to verbose rename
2015-12-03 16:28:10 -08:00
Pavel Krymets
086f87a356
React to abstraction changes
2015-12-03 14:18:49 -08:00
N. Taylor Mullen
bba44597fc
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:25:07 -08:00
Cesar Blum Silveira
74d89b2e32
Strong name everything.
2015-11-02 14:40:58 -08:00
Pavel Krymets
e7dc875d75
Add emitEntryPoint to dnx-watch
2015-10-27 09:20:40 -07:00
Pavel Krymets
54af2c339f
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-26 13:22:55 -07:00
Pranav K
df66c60e24
Reacting to JsonParser renames
2015-10-07 11:28:57 -07:00
Pranav K
ac6e441f15
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:58 -07:00
Ajay Bhargav Baaskaran
c7e3f98cdd
Enabling NuGetPackageVerifier
2015-09-28 18:11:01 -07:00
David Fowler
22d13c4b34
Fixed some small usage issues
...
- Simplify waiting for changes
- Fixed project dependencies
2015-09-27 23:04:10 -07:00
Victor Hurdugaci
3f40980d02
First version of dnx watch
2015-09-27 13:59:07 -07:00