Ankit Mishra
98c0ef350a
Addressing PR feedback
2017-08-03 10:00:15 -07:00
Ankit Mishra
4f1c6b5cae
Updating xlf files
2017-08-01 16:41:53 -07:00
Ankit Mishra
b29ee4d41a
Adding a try/catch around Path.GetTempFileName() to improve UX
2017-08-01 15:55:21 -07:00
William Li
081f208942
Add telemetry data points for .NET Core 2.0
2017-07-27 09:55:40 -07:00
William Li
c8590354a7
Add block thread constructor
2017-07-26 16:03:59 -07:00
Livar Cunha
6541a16a38
Changing the FirstNoticeSentinel used by the internal-reportinstallsuccess command.
2017-07-26 15:33:48 -07:00
Zbyněk Sailer
633ec51720
LOC CHECKIN | cli-release/2.0.0 | 20170714
2017-07-14 09:14:59 +02:00
Mike Lorbetske
ea467db3af
Update test to pass --no-restore to templates
2017-07-10 16:27:54 -07:00
William Li
191e3e3019
Installer Success Reporting for Windows
...
Issue https://github.com/dotnet/cli/issues/7091
Add internal command dotnet internal-reportinstallsuccess. Before
Windows installer finishes, run this command instead of dotnet new. It
will trigger the first time experience as well as sending telemetry with
installer exe name.
This command blocks to ensure that the webservice call completes.
2017-07-07 12:56:21 -07:00
Livar
20023717b5
Merge pull request #7048 from livarcocc/fix_help_message
...
Fixing help text for version, info and diagnostics and also removing …
2017-06-30 15:54:40 -07:00
Livar Cunha
3ec572f824
Fixing help text for version, info and diagnostics and also removing runtime options that are only available for dotnet exec.
2017-06-30 13:19:52 -07:00
Mike Lorbetske
d8087d35d4
Update engine and templates, update to SetupCrossgen 224 - Coherence 25975
2017-06-29 10:16:02 -07:00
Livar Cunha
37f531be4c
Handling an exception that happens when dotnet run is invoked with a file that is not a valid project file. We catch that exception and re-throw it as a GracefulException.
2017-06-23 10:47:09 -07:00
Livar Cunha
a357fd7bca
Removing NuGetConfig from the first run experience and replacing the sentinel with the FirstUseNoticeSentinel when needed.
2017-06-20 10:59:23 -07:00
Nick Guerrera
11967b7d9c
Merge branch 'release/2.0.0' into loc
2017-06-16 18:20:44 -07:00
Livar Cunha
5e5b4de0b9
Do no pass down to implicit restore the framework option.
2017-06-13 19:25:23 -07:00
Nick Guerrera
31c5294ef5
Merge branch 'release/2.0.0' into loc
2017-06-09 10:30:29 -07:00
Livar Cunha
c89618603a
Changing the parser description for commands that have implicit restore.
2017-06-07 23:15:36 -07:00
Livar Cunha
3231295acf
Fixing a bug in the restore option where specifying verbosity through /v was not entirely honored.
...
Adding tests for implicit restore for all the affected commands.
Fixing an issue where the command target was being passed to the restore command during implicit restore.
Adding restore params to all commands with implicit restore. Also, implicitly set the restore output to quiet.
Adding tests for the no-restore option.
2017-06-07 17:41:30 -07:00
Livar Cunha
dd76fec564
Implicit restore for build, pack, publish, run and test.
2017-06-07 17:39:29 -07:00
Nick Guerrera
14028c92dd
Update xlf files
2017-06-07 16:56:09 -07:00
Nikolche Kolev
d1e7e3d77d
Add force restore option
2017-06-07 11:48:40 -07:00
Nick Guerrera
132f70c5e0
Convert LocalizableStrings.cs to resx
2017-06-06 21:50:58 -07:00
mlorbetske
1d1f848611
Remove redundant error handling from project provider, add a better message for deserialization exceptions
2017-06-01 09:38:43 -07:00
Mike Lorbetske
052caa560c
Add missing using directive
2017-05-31 23:31:46 -07:00
Mike Lorbetske
68f2d17034
Only catch JsonException in the method that dispatches to the appropriate handlers
2017-05-31 23:15:56 -07:00
mlorbetske
bcb12a69f4
Fix flow from the refactoring
2017-05-31 23:15:56 -07:00
mlorbetske
85870a711e
Remove NuGet.Configs, add inversion of the launch profile flag, move profile application logic to its own method
2017-05-31 23:15:56 -07:00
mlorbetske
fc8428681e
Make errors more specific, add support for setting the launch URL for ASP.NET apps
2017-05-31 23:15:56 -07:00
Mike Lorbetske
265da2064d
Ad tests, fix issue where profile not found isn't an error
2017-05-31 23:12:49 -07:00
Mike Lorbetske
2e100f7ed8
Initial add of launchSettings.json support
2017-05-31 23:12:49 -07:00
mlorbetske
20de0334e7
Re-enable telemetry for new
2017-05-31 11:40:30 -07:00
Livar
82fcc4344d
Merge pull request #6715 from nguerrera/localization
...
Localization handback
2017-05-30 14:54:24 -07:00
Livar
6db5ff4638
Merge pull request #6690 from livarcocc/fix_verbosity_option_in_help
...
Changing verbose to verbosity in the help options
2017-05-30 14:53:58 -07:00
Livar Cunha
c27b89dfd4
Changing verbose to verbosity in the help options to match what we actually use.
2017-05-30 13:05:38 -07:00
Zbyněk Sailer
b479bd900d
LOC CHECKIN | cli-master | 20170529
2017-05-30 11:19:00 -07:00
Livar Cunha
8b07dfa149
Adding the runtime identifier option to dotnet clean.
2017-05-25 12:29:51 -07:00
mlorbetske
0dd30b92d5
Update to SetupCrossGen 121 - Coherence 25102
2017-05-22 11:48:30 -07:00
Nick Guerrera
fca4162c10
Run xlf converter
2017-05-19 13:37:13 -07:00
Eric Erhardt
8c1dacbe23
Merge pull request #6631 from eerhardt/StoreOptions
...
Fix dotnet store options
2017-05-18 21:23:47 -05:00
William Li
88b2e06dd1
Merged host and SDK help
...
Change help according to https://github.com/dotnet/cli/issues/6215
2017-05-18 18:12:04 -07:00
Eric Erhardt
b44bce5786
Fix dotnet store options
...
- remove configuration
- remove preserve-working-dir
- add skip-symbols
Fix #6488
Fix #6489
Fix #6490
2017-05-18 18:23:54 -05:00
Livar
6647eddf24
Merge pull request #6627 from livarcocc/fix_restore_verbosity
...
Fixing restore so that it respects the verbosity param.
2017-05-18 15:39:05 -07:00
Livar Cunha
357fd3daf1
Fixing restore so that it respects the verbosity param. The problem was that ConsoleLoggerParameters was overwritting whatever was coming through the command line.
2017-05-18 14:13:01 -07:00
Livar
5407db04e4
Merge pull request #6623 from livarcocc/fix_runnable_message
...
Slight improvement to the not runnable message.
2017-05-18 11:56:23 -07:00
Livar Cunha
cfd72bc1d0
Slight improvement to the not runnable message.
2017-05-18 11:14:38 -07:00
Livar Cunha
9952f2fd68
Addressing code review comments by using Streams instead of ing the contents into a string.
2017-05-18 10:07:19 -07:00
Livar Cunha
439c4e6173
Improve Json perf by using JObject.Load.
2017-05-17 21:09:49 -07:00
Mikkel Nylander Bundgaard
05b0b64e55
Pass nologo to MSBuild in 'add package' command
...
Fixes #6534
2017-05-12 22:23:47 +02:00
Livar Cunha
477f0f42d0
Fixes a few inconsistencies in the display for the dotnet restore -help command.
...
Fixing tests based on the new strings.
2017-05-10 13:25:59 -07:00