Commit Graph

544 Commits

Author SHA1 Message Date
Nate McMaster 401fd68985
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in d745b8c161
2018-11-14 14:10:28 -08:00
Nate McMaster a2d855406b
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in eba014d534
2018-11-13 15:36:38 -08:00
Mike Lorbetske d745b8c161 Fix #485 2018-11-01 13:00:20 -07:00
Mike Lorbetske 22a32500ac Fix several issues
Fix #502

Fix #492

Fix #491

Fix #486

Improves #489
2018-11-01 13:00:20 -07:00
Nate McMaster fbca8be404
Disable building the VSIX in 2.2 by default (#508)
We don't release the UserSecrets VSIX from this branch
2018-11-01 10:01:42 -07:00
Nate McMaster bda375e411
Merge branch 'release/2.1' into release/2.2 2018-10-27 02:14:28 -07:00
Nate McMaster eba014d534
Add additional signing configuration for external assemblies in the tools packages 2018-10-27 02:06:55 -07:00
Nate McMaster c6130df988
Upgrade dependencies and build tools 2018-10-27 01:47:18 -07:00
Nate McMaster c8b1d2cfe5
Merge branch 'release/2.1' into release/2.2 2018-10-27 01:31:12 -07:00
Nate McMaster d957ac9da0
Remove Microsoft.DotNet.GlobalTools.Sdk, upgrade BuildTools, and change VSIX signing cert name 2018-10-27 01:28:14 -07:00
Nate McMaster 01f9af21c5
Temporarily stop producing a package for dotnet-httprepl (#505)
This package isn't quite ship-shape yet, so we're delaying this from shipping with 2.2 RTM.

Setting IsPackable=false so we avoid accidentally building a 2.2.0 RTM version of this package along with the rest of the 2.2.0 RTM tools in this repo, like dotnet-watch.
2018-10-24 13:02:25 -07:00
Nate McMaster 572aadf149
Remove duplicate package references (#501) 2018-10-17 13:15:14 -07:00
Nate McMaster e75dc56327
Sign Newtonsoft.Json with AssemblySigning3rdPartyCertName 2018-10-16 14:29:10 -07:00
ASP.NET CI 98f7829b5c
Update package branding for 2.2 RTM 2018-10-16 12:48:13 -07:00
ASP.NET CI b473a0d76c Update dependencies.props
[auto-updated: dependencies]
2018-10-07 19:11:55 +00:00
Nate McMaster 4c49d5ce80
Resolve flaky tests (#497)
1. Prevent an ObjectDisposedException in dotnet-watch on slower machines
2. Fix flakiness caused by PID reuse
3. Fix flakiness in tests that await the restart of dotnet-watch. The `.TimeoutAfter` method doesn't cancel the long-running task. This left 2 readers running on dotnet-watch output which caused indeterminate test outcome.
2018-10-02 09:17:04 -07:00
ASP.NET CI 37bdb72c5d Update dependencies.props
[auto-updated: dependencies]
2018-09-30 12:11:26 -07:00
Nate McMaster b88c6fcd19
automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:32 -07:00
Nate McMaster 4baa07ccae
Update code signing properties and configuration 2018-09-27 12:55:40 -07:00
Nate McMaster 0157e38a23
Fix the path for SignedPackageFile and include the VSIX .dll in signing 2018-09-26 15:06:06 -07:00
Nate McMaster c601038484
Remove duplicate PackageReferences 2018-09-26 14:24:22 -07:00
ASP.NET CI 6c39b06a59 Update dependencies.props
[auto-updated: dependencies]
2018-09-23 19:11:11 +00:00
ASP.NET CI 7517263bd4 Update dependencies.props
[auto-updated: dependencies]
2018-09-16 12:09:26 -07:00
ASP.NET CI e975b87b91 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:10:33 -07:00
Glenn Condron 4bcfbe4d40
[REPL] Help improvements for repl (#478)
* Beginning of help additions. Fixed a nullref.
* Standardized help with options displayed as appropriate.
2018-09-07 15:21:42 -07:00
Nate McMaster aa93edcee2
Remove Microsoft.DotNet.GlobalTools.Sdk
These targets are now part of Microsoft.NET.Sdk
2018-09-07 10:01:52 -07:00
ASP.NET CI 64a2c3ab46
Update branding to 2.2.0-preview3 2018-09-05 16:34:06 -07:00
ASP.NET CI 64c572c8a5 Update dependencies.props
[auto-updated: dependencies]
2018-09-02 12:09:51 -07:00
Mike Lorbetske 624c2ecd28
Merge pull request #468 from mlorbetske/mlorbe/AddHttpRepl
[WIP] Add the HTTP REPL
2018-08-28 12:16:27 -07:00
ASP.NET CI b3f6477a49 Update package branding for 2.2.0-preview2 2018-08-21 13:33:49 -07:00
Nate McMaster 734ddf9c10
Restrict build to only use VS 2017 2018-08-15 10:35:12 -07:00
ASP.NET CI a9bdf718e5 Update dependencies.props
[auto-updated: dependencies]
2018-08-12 19:10:29 +00:00
Mike Lorbetske b53d50f6f0
Fix incorrectly resolved cross-document pointers 2018-08-07 16:16:33 -07:00
ASP.NET CI dbad34cdef Update dependencies.props
[auto-updated: dependencies]
2018-08-06 20:33:37 +00:00
Mike Lorbetske eb591fb29d
Attempt to fix exclusions in NuGetPackageVerifier.json again 2018-08-05 14:13:08 -07:00
Mike Lorbetske b242704bda
Remove unnecessary exclusions from NuGetPackageVerifier.json 2018-08-05 13:55:29 -07:00
ASP.NET CI 6d106bee92 Update dependencies.props
[auto-updated: dependencies]
2018-08-05 19:11:25 +00:00
Mike Lorbetske 43c74cfa53
Respond to much of the feedback from review
Default to requerying swagger for each exec

Auto-set the content-type if not yet set for requests based on swagger

Fix swagger UI command

Make error and warning colors configurable

Allow aliases to be specified in structured input based commands

Have delete not require a body

Show allowed methods for . and ..

Show verbs on the announced path after CD

Issue a request on set base and warn if there's a socket error
2018-08-03 20:58:07 -07:00
Mike Lorbetske 8a9b407761
Use netcoreapp2.1 instead of 2.2 2018-08-03 12:27:02 -07:00
Mike Lorbetske af5d8a8244
Address most code review comments
Pagination hasn't been dealt with yet

mac keybindings may be able to be simplified, pending some additional verification

Fix 3rd party signing cert

Bind a few common bash/zsh mappings

Check for output redirection

Make package version variable name consistent

Add --help option for the command line

Remove regions

Remove old pointer resolution code

Make command not found message more friendly

Fix issue where base address was required for requests to absolute URIs

Add options to suppress response formatting and streaming

Turn off packing for the REPL project
2018-08-03 09:18:39 -07:00
Mike Lorbetske 7487da155f
Switch signing certificate for Newtonsoft.JSON to Microsoft3rdPartyAppComponentDual 2018-08-01 12:42:16 -07:00
Mike Lorbetske 7f8f210a24
Add license headers to all files
Bump version of JSON.NET to 11.0.2
2018-08-01 12:37:35 -07:00
Mike Lorbetske 89ab0cfde8
Initial commit of the HTTP REPL 2018-08-01 12:37:34 -07:00
Nate McMaster 4baed363e5
Close #467 - fix race conditions in tests that restart a watchable app
* Ensure the test app is actually watching for file changes before attempting to trigger a restart.
* Add retry if the first attempt times out
2018-07-30 15:54:16 -07:00
ASP.NET CI 05b3040f85 Update dependencies.props
[auto-updated: dependencies]
2018-07-29 12:09:56 -07:00
Nate McMaster 157ec70a6b
Merge branch 'release/2.1' into release/2.2 2018-07-24 12:06:54 -07:00
ASP.NET CI dcde9afc48 Update dependencies.props
[auto-updated: dependencies]
2018-07-22 12:10:11 -07:00
ASP.NET CI 93c1275827 Update dependencies.props
[auto-updated: dependencies]
2018-07-15 12:10:39 -07:00
Nate McMaster 084406441e
Pin version variables to the ASP.NET Core 2.1.2 baseline
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 19:50:47 -07:00
Nate McMaster 349ccf680b
Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:48:17 -07:00