Scott Addie
e25e387f1f
Add hyphen in Welcome to .NET Core Telemetry paragraph - commandline
2016-12-16 22:45:47 -08:00
Piotr Puszkiewicz
7c6dd4977b
Fix build
2016-12-16 22:45:47 -08:00
PiotrP
1b8daa6ba3
Loc WiP
2016-12-16 22:45:46 -08:00
Livar
a1afcf6e12
Merge pull request #5064 from blackdwarf/helpfixes
...
Finishing touches on help messages
2016-12-16 20:51:56 -08:00
Livar Cunha
ee999ef874
Adding clean to the expected help output.
2016-12-16 20:14:33 -08:00
Livar Cunha
612da09a78
Fixing the failing dotnet --help test.
2016-12-16 19:16:38 -08:00
Zlatko Knezevic
3073e9bd2c
Responding to PR feedback
2016-12-16 19:14:30 -08:00
Zlatko Knezevic
0da755f405
Responding to PR feedback
2016-12-16 19:14:30 -08:00
Zlatko Knezevic
7294260e09
More text cleanup
2016-12-16 19:14:30 -08:00
Zlatko Knezevic
4e554f9741
Resetting dotnet run to original state
2016-12-16 19:14:30 -08:00
Zlatko Knezevic
b7f3e39413
Finishing touches on help messages
...
Making finishing touches on all the CLI commands' help messages. Also
adding dotnet clean to the help output list.
Fixes #5048,#5017
2016-12-16 19:14:29 -08:00
Livar
9c3141b63f
Merge pull request #5057 from dotnet/dev/jgoshi/removeProj
...
Implement dotnet remove project
2016-12-16 18:56:28 -08:00
Zlatko Knezevic
7dadb95d3c
Fixing dotnet test help text ( #5032 )
...
Renaming --test-case-filter to just --filter to make it easier to use.
Placing more examples and more clarity for the --filter command.
Fixes #5021
2016-12-16 18:50:19 -08:00
Livar
e491fbdcd0
Merge pull request #5054 from codito/fix-retcode
...
Return non-zero exit code for test failure in multitargeted test project
2016-12-16 18:08:12 -08:00
Livar
a9ca6d8c5b
Merge pull request #5062 from livarcocc/clean_empty_targets_migration
...
Added a clean empty targets method to CleanOutputProjectRule
2016-12-16 18:07:37 -08:00
Livar
f1c16e59d6
Merge pull request #5043 from livarcocc/d_for_diagnostics
...
Changing the host verbosity flag to -d|--diagnostics
2016-12-16 16:05:02 -08:00
Justin Goshi
e94748f172
Update tests for non-windows platforms
2016-12-16 15:25:07 -08:00
Justin Goshi
45264edcd7
Merge branch 'rel/1.0.0' into dev/jgoshi/removeProj
2016-12-16 14:53:33 -08:00
Livar Cunha
2336cd7aa0
Fixing the help message.
2016-12-16 14:31:53 -08:00
Nick Guerrera
55f48ebdac
Merge pull request #5063 from nguerrera/xlf-update
...
Update xlf with new/removed/modified strings
2016-12-16 14:26:39 -08:00
Livar
af3cab66f4
Merge pull request #5034 from livarcocc/duplicate_resource_migration
...
Adding a Exclude @(EmbeddedResource) during migration to EmbeddedResources
2016-12-16 14:26:07 -08:00
Nick Guerrera
d54ee6ff82
Update xlf with new/removed/modified strings
2016-12-16 13:32:48 -08:00
Livar Cunha
d6d6fc612b
Added a unit test for cleaning empty targets.
...
Added a clean empty targets method to CleanOutputProjectRule that removes any targets without content inside of them from the csproj.
2016-12-16 13:31:42 -08:00
Justin Goshi
917154fd5d
Address PR comments
2016-12-16 13:27:41 -08:00
Nick Guerrera
ef08c401ef
Merge pull request #5051 from v-zbsail/localization
...
LOC CHECKIN | cli | HB 20161216
2016-12-16 13:24:56 -08:00
Livar Cunha
9fd4903bf3
Addressing code review comments and adding a test for dotnet --help.
2016-12-16 12:58:34 -08:00
Livar Cunha
5558e5f728
Changing the host verbosity flag to -d|--diagnostics from -v|--verbosity so that it is not confused with the verbs verbosity flag.
2016-12-16 12:58:34 -08:00
Livar
22d7a6ede0
Merge pull request #5056 from codito/patch-1
...
Fix no build option in dotnet test task
2016-12-16 12:41:32 -08:00
Justin Goshi
ae1e183e41
Complete the refactor and test improvements
2016-12-16 10:23:26 -08:00
Justin Goshi
82f5278d8a
Merge branch 'rel/1.0.0' into dev/jgoshi/removeProj
2016-12-16 08:44:38 -08:00
Justin Goshi
806d5a2589
Implement dotnet list projects ( #5027 )
...
* Implement dotnet list projects
* Address PR comments
* Fix build breaks
2016-12-16 06:41:47 -10:00
Arun Mahapatra
8a6f67a84b
Fix no build option in dotnet test task
2016-12-16 20:42:57 +05:30
Arun Mahapatra
f3a74f1162
Return non-zero exit code for test failure in multitargeted test project.
...
Treat the errors from vstest task as errors (instead of warnings) before continuing further.
Add asserts for exit code in tests for dotnet-test and dotnet-vstest.
2016-12-16 15:39:52 +05:30
Justin Goshi
023a899db0
WIP Refactor and improve tests
2016-12-16 01:04:09 -08:00
Zbyněk Sailer
8dcfd37755
LOC CHECKIN | cli | HB 20161216
2016-12-16 09:46:50 +01:00
Justin Goshi
20f2242947
Adding dotnet remove project tests
2016-12-15 15:48:04 -08:00
Justin Goshi
07ddddfa88
Implement dotnet remove proj
2016-12-15 13:40:46 -08:00
Livar Cunha
e710958b79
Adding a Exclude @(EmbeddedResource) during migration so that we don't get duplicate resources when building migrated apps.
2016-12-15 11:17:20 -08:00
Justin Goshi
441277ccfa
Implement dotnet add project ( #5022 )
...
* Implement dotnet add project
* Addressed PR comments
2016-12-14 13:53:11 -10:00
Livar
88ac88802b
Merge pull request #5016 from nguerrera/workaround-msbuild-path-issue
...
Work around msbuild bug that blocks git tool tasks in VS2017 prompt
2016-12-14 09:12:23 -08:00
Livar
e5955e8802
Merge pull request #5015 from dotnet/shanselman-patch-3
...
Removing duplicate space in "The Current OutputType is" usage
2016-12-14 09:12:12 -08:00
Livar
2491e6b883
Merge pull request #5011 from livarcocc/condition_exists
...
Migrating publishOptions to Content Update=""
2016-12-14 09:11:38 -08:00
Livar Cunha
56dd76bdb0
Adding Update under Content for BuildOptions as well, but limiting this change only to Web Apps at the moment, because regular SDK does not have Content Include=**/* in place yet.
2016-12-13 16:45:40 -08:00
Livar Cunha
a22f4be938
Adding a UpdateContextTransform that generates items with the Update attribute set instead of Include. Also, removed the Exists condition for published content, because now that we are using Update, that check is not needed. I left the option to set a condition on the metadata though.
2016-12-13 16:45:39 -08:00
Livar Cunha
84682562bf
Adding a condition to Content CopyToPublishDirectory to validate that the file exists before trying to copy it to output, to keep the same functionality as it existed in PJ. In MSBuild world, without this condition, CopyToPublishDirectory will fail.
2016-12-13 16:45:39 -08:00
Livar
0caae96daf
Merge pull request #5014 from dotnet/shanselman-patch-1
...
projetfactory -> "projectfactory"
2016-12-13 16:35:02 -08:00
Justin Goshi
76722fd403
Improve the help text ( #5002 )
...
* WIP Improve help text
* Improve help text
* Address PR comments
* Address PR comments
* Address PR comments
2016-12-13 14:31:35 -10:00
Nick Guerrera
9cf2d74c8b
Work around msbuild bug that blocks git tool tasks in VS2017 prompt
2016-12-13 16:12:01 -08:00
Scott Hanselman
c50aeb318e
Removing duplicate space in "The Current OutputType is" usage
...
Removing duplicate space in "The Current OutputType is" usage
The LocalizableStrings.RunCommandExceptionUnableToRun3 always has as trailing space. Every instances does. Here we are adding a SECOND space so the result is:
The current OutputType is 'Library'.
2016-12-13 14:52:03 -08:00
Scott Hanselman
8ece346385
projetfactory -> "projectfactory"
...
Mispelling that shows up with "-v diag"
2016-12-13 14:43:18 -08:00