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
Nate McMaster
498c77ed29
Reverting version from 2.1.2 back to 2.1.1
...
As a result of changing the way we apply servicing updates to aspnet core, this repo did not need the version bump because there are no planned product changes in this repo.
2018-07-11 15:06:29 -07:00
ASP.NET CI
cb954e15f8
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 12:10:46 -07:00
Nate McMaster
3177be42f5
Update infrastructure for the 2.2 release
2018-06-28 16:19:32 -07:00
Nate McMaster
4d3886fa37
Bumping version from 2.1.1 to 2.1.2
2018-06-27 13:39:45 -07:00
ASP.NET CI
b882d97277
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-25 11:11:57 -07:00
ASP.NET CI
ee20ecf20e
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-12 19:16:34 +00:00
Ryan Brandenburg
3033dd6b19
Adding VSTS file
2018-06-07 16:25:51 -07:00
ASP.NET CI
736a09e889
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-07 19:31:53 +00:00
Nate McMaster
124b6ba9a1
Add certificate names for code signing
2018-06-05 22:31:24 -07:00
Nate McMaster
0ce4004cde
Bumping version from 2.1.0 to 2.1.1
2018-06-05 09:11:31 -07:00
ASP.NET CI
fed623db5c
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-03 19:11:05 +00:00
Nate McMaster
e74907d6bf
Resolves #444 - remove workaround for CTRL+C deadlocks
2018-05-31 20:16:06 -07:00
Nate McMaster
9b7f097870
Add aspnet tools myget feed
2018-05-29 10:03:19 -07:00
ASP.NET CI
8d1011fe29
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-29 09:34:54 -07:00
ASP.NET CI
f573ab6c82
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-27 19:11:20 +00:00