Releases: aspnet/DotNetTools
Releases · aspnet/DotNetTools
2.0.0
Bugs Fixed
- Change PK creation in sql cache tool to allow multiple table creations (#308)
2.0.0-preview2
rel/2.0.0-preview2
Cleanup NuGet.config
2.0.0-preview1
Features
- dotnet watch --list (#250)
- Add --version command-line option to tools that don't have it (#228)
- Make it possible to detect when a process is running inside dotnet-watch (#52)
Bugs Fixed
- dotnet-watch prints invalid characters in Command Prompt (#265)
- dotnet-watch --help spits out help twice (#252)
- Improve error message when GenerateWatchList fails (#249)
- dotnet-user-secrets breaks when project uses implicit imports (#242)
- Ensure secrets ID does not contain invalid file name characters (#229)
1.0.1
Bugs Fixed
- Fix console color output in Command Prompt (#271)
1.1.0-preview4
Features
- dotnet-watch: show example usages in help message (#205)
1.0.0-preview3
Features
- Cannot specify a log level from the CLI (#142)
Bugs Fixed
- Improve dotnet-user-secret error message when project path is invalid (#171)
- dotnet user-secrets --project option does not support relative paths (#170)
- dotnet watch stops to work when having a resource (resx) file in the project (#139)
- Dotnet watch doesn't run with certain references (#136)
1.0.0-preview1
Features
- Add support for exit on change scenario (#47)
--workingDir
should be --working-dir
(#17)
Bugs Fixed
- Incorrect
--
passed to commands (#81)
- Watching projects in folders with same prefix doesn't work (#75)
dnx-watch
hangs/is not notified about file changes on CoreClr on Mac OS (#21)
- files included in the project with "compile" are not watched (#19)
- Remove unneeded code (#16)
1.0.0-preview2
Features
- Simplify watcher arguments proposal (#105)
Bugs Fixed
- Clean up package metadata and pre-Core references (#104)
- Rename environment variable used to enable polling (#101)
- Changes to an excluded file is triggering a restart (#90)
1.0.0-beta8
Microsoft.Dnx.Watcher
Features
Bugs Fixed