Mayank Bansal
b584750620
Multiple Logger/TestAdapter inputs from dotnet CLI
2018-05-17 12:54:39 +05:30
Livar
35c71afb8e
Merge pull request #9300 from livarcocc/no_suffix_tests_full_framework
...
Add the NoWarn option when producing Cli.Utils for full framework as well
2018-05-16 21:35:16 -07:00
Peter Huene
b24e9f4cec
Add unit tests for dotnet complete
.
...
This commit adds a few simple unit tests to cover the `dotnet complete`
command.
It only checks the top-level output, integration with the `new`
command from the templating engine, and the custom `nuget` command parser that
is solely intended for use with `dotnet complete`.
2018-05-16 17:19:06 -07:00
Livar Cunha
491ec16307
Add the NoWarn option when producing Cli.Utils for full framework as well.
2018-05-16 15:33:19 -07:00
John Beisner
d7892663ea
Merge branch 'release/2.1.3xx' into merges/release/2.1.2xx-to-release/2.1.3xx
2018-05-16 14:50:13 -07:00
Matt Mitchell
32f29b6eb9
Merge pull request #9297 from livarcocc/fix_no_suffix_tests
...
Add NoWarn=NU5104 when packaging Cli.Utils for tests.
2018-05-16 14:07:53 -07:00
Peter Huene
089d8bfc1b
Remove internal-reportinstallsuccess
from dotnet complete
.
...
This commit removes `internal-reportinstallsuccess` from `dotnet complete` by
changing the command's help text to an empty string. This causes the parser to
treat the command as hidden and does not match the command name for
suggestions.
Fixes #9111 .
2018-05-16 14:07:33 -07:00
Peter Huene
6f184070f0
Improve command completion.
...
This commit improves command completion by updating the `new` and `nuget` parsers to
match their current supported syntax. Removes the unnecessary description
strings that were not used (these commands are parsed by assemblies external to
the CLI). The top level options are also sync'd to the currently supported
options.
Additionally, it unhides the `msbuild` and `vstest` commands so that `dotnet
complete` suggests them.
Fixes #9286 .
2018-05-16 14:07:27 -07:00
Livar Cunha
2531e3a136
Add NoWarn for the stable package depending on non-stable package when packaging Cli.Utils for tests.
2018-05-16 12:44:23 -07:00
Livar
7932dc6179
Merge pull request #9283 from dotnet/jaredpar-patch-1
...
Consume 15.7.2 compiler
2018-05-16 11:58:14 -07:00
Jared Parsons
4d3b649efc
Fix version number
2018-05-16 11:04:16 -07:00
John Beisner
b78d591c97
Merge pull request #9284 from dotnet/merges/release/2.1.3xx-to-release/2.1.4xx
...
Merge release/2.1.3xx to release/2.1.4xx
2018-05-16 09:04:53 -07:00
Peter Huene
63d30787b9
Fix header output by dotnet sln list
.
...
The `dotnet sln list` command uses `Project reference(s)` as the header for the
output instead of `Project(s)`. To be consistent with Visual Studio, the header
should refer to these as projects rather than project references as users can't
add "project references" to a solution.
This commit changes the header to `Project(s)`.
Additionally, the command now filters out solution folders and only shows
projects.
Fixes #9246 .
2018-05-15 23:06:36 -07:00
dotnet-maestro-bot
be606951b1
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, msbuild, roslyn, sdk, templating, templating, templating, websdk to rtm-62915-03, rtm-62915-03, rtm-26515-03, rtm-26515-03, rtm-26515-03, rtm-180515-0, 15.7.177, beta6-62915-07, rtm-62915-10, beta3-20180515-1688254, beta3-20180515-1688254, beta3-20180515-1688254, rtm-20180515-1688249, respectively
2018-05-15 23:49:42 +00:00
Jared Parsons
4e6171401c
Consume 15.7.2 compiler
2018-05-15 12:51:40 -07:00
John Beisner
55698edb41
Merge pull request #9280 from dotnet/merges/release/2.1.2xx-to-release/2.1.3xx
...
Merge release/2.1.2xx to release/2.1.3xx
2018-05-15 10:20:43 -07:00
John Beisner
08b20ef268
Merge pull request #9275 from dotnet/merges/release/2.1.3xx-to-release/2.1.4xx
...
Merge release/2.1.3xx to release/2.1.4xx
2018-05-15 09:17:36 -07:00
John Beisner
1dac17868f
Merge branch 'release/2.1.3xx' into merges/release/2.1.2xx-to-release/2.1.3xx
2018-05-15 08:37:21 -07:00
Livar
2c9eaca455
Merge pull request #9251 from dotnet/merges/release/2.1.2xx-to-release/2.1.3xx
...
Merge release/2.1.2xx to release/2.1.3xx
2018-05-14 21:26:03 -07:00
Livar
f55724c348
Merge pull request #9276 from dotnet-maestro-bot/release/2.1.3xx-UpdateDependencies
...
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, roslyn, sdk, templating, templating, templating, websdk to rtm-62914-01, rtm-62914-02, rtm-26514-02, rtm-26514-02, rtm-26514-02, rtm-180513-0, beta6-62911-06, rtm-62914-01, beta3-20180513-1683966, beta3-20180513-1683966, beta3-20180513-1683966, rtm-20180513-1683962, respectively (release/2.1.3xx)
2018-05-14 21:25:46 -07:00
Matt Mitchell
f9712c4ca0
Merge pull request #9278 from mmitche/drop-suffix-boolean
...
Accept DropSuffix as a boolean
2018-05-14 15:47:28 -07:00
Matt Mitchell
1aae04f316
Accept DropSuffix as a boolean
2018-05-14 13:43:09 -07:00
Livar
ada66f2896
Reverting the asp.net store changes as they are not needed for 3xx
2018-05-14 10:44:26 -07:00
Livar
8096889442
Merge pull request #9262 from rainersigwald/msbuild-15.7.179-3xx
...
MSBuild 15.7.179
2018-05-14 09:47:06 -07:00
dotnet-maestro-bot
1fd2a6aa90
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, roslyn, sdk, templating, templating, templating, websdk to rtm-62914-01, rtm-62914-02, rtm-26514-02, rtm-26514-02, rtm-26514-02, rtm-180513-0, beta6-62911-06, rtm-62914-01, beta3-20180513-1683966, beta3-20180513-1683966, beta3-20180513-1683966, rtm-20180513-1683962, respectively
2018-05-14 15:46:02 +00:00
Peter Huene
59a27df531
Merge pull request #9267 from peterhuene/fix-test-verbosity
...
Fix incorrect default VSTest verbosity level.
2018-05-11 23:17:05 -07:00
Peter Huene
1feaa0385a
Fix incorrect default VSTest verbosity level.
...
Commit 10289504a8
changed the default verbosity
option used for MSBuild from `-v:quiet` to `-verbosity:quiet`. This triggered a
match that was being done against arguments starting with `-verbosity` to
forward the value to VSTest via the `VSTestVerbosity` property. The result is
that VSTest is using a default verbosity of `quiet`, suppressing error output
that users expect to see.
The fix is to change the check to only match against user-supplied options.
The default level the command uses for MSBuild is not forwarded to VSTest.
Fixes #9229 .
2018-05-11 20:03:24 -07:00
Livar
e03cda9838
Merge pull request #9264 from livarcocc/update_branding_201
...
Updating the CLI branding to 201.
2018-05-11 14:50:28 -07:00
Livar
fb18c670fc
Merge pull request #9232 from dotnet-maestro-bot/release/2.1.3xx-UpdateDependencies
...
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, sdk, templating, templating, templating, websdk to rtm-62908-03, alpha-62908-03, rtm-26508-02, rtm-26508-02, rtm-26508-02, rtm-180508-0, rtm-62908-02, beta3-20180508-1667431, beta3-20180508-1667431, beta3-20180508-1667431, rtm-20180508-1667423, respectively (release/2.1.3xx)
2018-05-11 14:34:16 -07:00
Livar Cunha
fb41e73046
Updating the CLI branding to 201.
2018-05-11 12:33:12 -07:00
Livar
a62a902e01
Merge pull request #9261 from rainersigwald/msbuild-15.7.179-2xx
...
MSBuild 15.7.179 (2xx)
2018-05-11 12:30:11 -07:00
Rainer Sigwald
85aba00741
MSBuild 15.7.179
2018-05-11 13:30:58 -05:00
Rainer Sigwald
98fa02ade4
MSBuild 15.7.179
2018-05-11 13:15:30 -05:00
NuGet Team Bot
f6be1b1669
Insert NuGet Build 4.8.0-preview1.5196 into cli
2018-05-11 10:36:28 -07:00
Livar
11f2843f7b
Merge pull request #9252 from dotnet/merges/release/2.1.3xx-to-release/2.1.4xx
...
Merge release/2.1.3xx to release/2.1.4xx
2018-05-11 10:16:04 -07:00
Livar Cunha
2a735db882
Removing direct dependency to NetStandard.Library From TestFramework.
2018-05-11 09:57:00 -07:00
Livar
d7ab77e0e9
Merge pull request #9258 from abhishkk/15.8.0-preview-20180510-03
...
15.8.0-preview-20180510-03 testplatform insertion
2018-05-11 09:42:50 -07:00
abhishkk
b18efcea85
15.8.0-preview-20180510-03 testplatform insertion
2018-05-11 16:11:54 +05:30
Livar Cunha
b7a8c6d12f
Introducing a Config object as a input to the FirstRunConfigurer. This allows us to decide what operations we want to
...
do as part of first run based on whether this is the invoke-reportsuccess from a native installer or a regular command
being invoked for the first time. This in turn allows us to ignore the skip first run variable on native installers and
expand the cache always in those cases.
2018-05-10 15:27:12 -07:00
John Beisner
34249c15e1
Merge branch 'release/2.1.3xx' into merges/release/2.1.2xx-to-release/2.1.3xx
2018-05-10 08:47:58 -07:00
Livar
4919ee2484
Merge branch 'release/2.1.3xx' into release/2.1.3xx-UpdateDependencies
2018-05-09 15:42:26 -07:00
Livar
d0bcc1e6df
Merge pull request #9213 from livarcocc/upgradable_linux_packages
...
Making the CLI package name be only major.minor version and updating the version of the runtime packages that we depend on.
2018-05-09 15:38:27 -07:00
John Beisner
327b692b77
Merge pull request #9242 from dotnet/merges/release/2.1.2xx-MSRC-to-2.1.2xx
...
CLI:release/2.1.2xx-MSRC to CLI:release/2.1.2xx
2018-05-09 14:55:57 -07:00
Parallels
6b1b89a006
Using ~ versions for dependencies of deb packages, so that we do the right thing when comparing release/pre-release package versions.
2018-05-09 14:24:47 -07:00
John Beisner
da7da0b018
Merge pull request #9227 from dotnet/merges/release/2.1.3xx-to-release/2.1.4xx
...
Merge release/2.1.3xx to release/2.1.4xx
2018-05-09 14:06:02 -07:00
Parallels
e9d0b154a4
Fixing deb native installer tests by installing packages using the package name instead of the file name.
2018-05-09 12:33:25 -07:00
Livar Cunha
e7cf325682
Using Major.Minor.Patch versions for rpm packages dependencies.
2018-05-09 11:52:26 -07:00
Peter Huene
299589ff14
Merge pull request #9214 from peterhuene/fix-tool-path-from-installers
...
Fix adding tools directory to PATH for native installers.
2018-05-09 10:29:25 -07:00
Parallels
a3879f8eb9
Updating the deb package of the SDK to specify a version range for the runtime and asp.net dependencies.
2018-05-08 18:42:57 -07:00
Parallels
3bbab5edbf
Updating tests to depend on -upgrade packages and also updating the versions of the runtime and asp.net to versions that have support for upgradable linux packages.
2018-05-08 18:11:54 -07:00