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
Javier Calvarro Nelson
aa88f16b08
Fix cors with creds ( #193 )
2018-10-24 12:56:07 -07:00
Nate McMaster
37915c9b58
Remove the aspnet/Common git submodule ( #3715 )
...
As a part of merging and reducing the number of repos we use, the aspnet/Common repo was renamed to aspnet/Extensions and it now builds on its own and not as a submodule of this repo.
2018-10-24 12:38:03 -07:00
ASP.NET CI
9df348a171
Updating submodule(s)
...
BasicMiddleware => 2d3ad1cb0f
EntityFrameworkCore => ec2d9b9992df41da8731cd4cb5f8e46189be1409
IISIntegration => 5c3017524f
KestrelHttpServer => a8073167e7
Logging => 2e30d867a412cd7b543f7ec0ed3932be0d08b8e3
Mvc => 2544926b2f
Routing => 577be72faa
SignalR => 29c06e2636
StaticFiles => a5fcd9dd87
Templating => 70a786adcd
[auto-updated: submodules]
2018-10-24 12:04:23 -07:00
Justin Kotalik
70a786adcd
Make AspNetCoreHostingModel element not be insert when targeting net461 and inprocess => InProcess ( #797 )
2018-10-24 11:36:07 -07:00
BrennanConroy
29c06e2636
Update deps ( #3170 )
2018-10-24 11:18:41 -07:00
Andrew Stanton-Nurse
c129d272a4
Update npm readme with Node info ( #3194 )
...
I noticed that these READMEs are out of date now that we have "official" node support.
2018-10-24 11:15:34 -07:00
Mikael Mengistu
7eb5afd141
Update Build Badges ( #3184 )
2018-10-24 11:03:10 -07:00
Pranav K
2544926b2f
Provide a convenience API to configure ApiBehaviorOptions
2018-10-24 10:10:33 -07:00
Justin Kotalik
5c3017524f
Fix upgrade deps and run upgrade deps ( #1553 )
2018-10-24 10:04:59 -07:00
James Newton-King
577be72faa
Split sandbox and functional tests websites ( #890 )
2018-10-24 13:54:50 +13:00
Pavel Krymets
935df249c4
Shorten siteextension version to fit into 20 chars ( #3707 )
2018-10-23 16:27:23 -07:00
Chris Ross (ASP.NET)
a8073167e7
Revert "Flush response headers #3031 "
...
This reverts commit 277a5502fd .
2018-10-23 15:49:11 -07:00
Chris Ross
a5fcd9dd87
Add application/wasm #3681 ( #259 )
2018-10-23 14:43:47 -07:00
dotnet-maestro-bot
bc8984dfea
Upgrade to .NET Core 2.2.0-rtm-27023-02
2018-10-23 13:36:09 -07:00
Justin Kotalik
f7e8255ece
Add forwards compat tests ( #1547 )
2018-10-23 12:53:31 -07:00
ASP.NET CI
0e8e7867c1
Updating submodule(s)
...
Common => 143250eedb219d4ea93fcfd4d66474e5a04ae9c4
EntityFrameworkCore => c724cee4f56f21db5037c06634320d7fcab40fb7
IISIntegration => 3842779379
KestrelHttpServer => 32532078d6
SignalR => f7d10bec02
[auto-updated: submodules]
2018-10-23 19:04:15 +00:00
Justin Kotalik
3842779379
Check what current processes are running to see if dotnet.exe/iisexpress.exe is being stopped. ( #1530 )
2018-10-23 11:23:36 -07:00
BrennanConroy
f7d10bec02
[Java] Plumb RxJava through client ( #3148 )
2018-10-23 10:52:26 -07:00
Mikael Mengistu
0f5fc5b912
Remove Duration API from Java Client ( #3173 )
2018-10-23 09:45:01 -07:00
BrennanConroy
63900a462b
Use Node https module for https requests ( #3171 )
2018-10-23 08:21:54 -07:00
ASP.NET CI
c8b68c0622
Updating submodule(s)
...
EntityFrameworkCore => fc2374a5cdfbd13821aa1e8a93a220a945f9584c
IISIntegration => 61f1a70784
Logging => b90c3bf4deb7485ac90105df489019f6a5c707ac
Mvc => 40959a97e7
Routing => bd32ec3837
SignalR => 2bea4608fa
Templating => 707b1bbf3b
[auto-updated: submodules]
2018-10-23 07:04:43 +00:00
BrennanConroy
2bea4608fa
Fix tests to use dynamic ports ( #3177 )
2018-10-22 20:32:53 -07:00
James Newton-King
40959a97e7
Fix link generation of routes with default values ( #8616 )
2018-10-23 16:10:43 +13:00
Pavel Krymets
61f1a70784
Update dependencies ( #1549 )
2018-10-22 17:56:10 -07:00
Gert Driesen
bd32ec3837
Add basic test for RouteValueEqualityComparer.Equals(...). ( #883 )
2018-10-23 13:26:17 +13:00
Gert Driesen
25b5ab2c39
Improve performance and reduce allocations in RouteValuesAddressScheme. ( #879 )
2018-10-23 13:25:43 +13:00
Gert Driesen
bc482cd2b0
Minor performance improvement for DfaMatcherBuilder ( #854 )
2018-10-23 13:25:08 +13:00
Chris Ross (ASP.NET)
32532078d6
Log binary data as a parameter #2860
2018-10-22 14:51:29 -07:00
Gert Driesen
bcbf2a1a68
Minor performance improvement for UriBuildingContext.ToPathString() with zero-length path. ( #880 )
2018-10-23 10:20:52 +13:00
Gert Driesen
c93e3a76ff
Eliminate redundant isValid check from DefaultEndpointSelector.ProcessFinalCandidates(...). ( #881 )
2018-10-23 10:20:30 +13:00
Gert Driesen
26e5ea3274
Improves performance and reduce allocations in DefaultEndpointDataSource ( #882 )
2018-10-23 10:20:15 +13:00
Ryan Nowak
4943bc4896
Remove LinkGenerationTemplate
...
This doesn't really accomplish our goals for 2.2 - I don't have a clear
scenario where I would tell a developer to use this VS something else.
Will reevaluate in 3.0
2018-10-22 14:18:22 -07:00
Ryan Brandenburg
707b1bbf3b
Fix link
2018-10-22 12:48:30 -07:00
Smit Patel
b623b9912e
Make EFCore.Cosmos no-ship package
...
Fixes https://github.com/aspnet/EntityFrameworkCore/issues/13670
2018-10-22 12:32:13 -07:00
Nate McMaster
14323b5dd5
Delete CODEOWNERS
2018-10-22 12:29:29 -07:00
ASP.NET CI
abc2c27fd5
Updating submodule(s)
...
EntityFrameworkCore => 4336e47abfdebaae26df3d9bf77c3cbe571bae14
HttpSysServer => 0a22b927b2
IISIntegration => ffa72f5a0c
KestrelHttpServer => 2a610ee1b8
SignalR => 4a3d1c689f
[auto-updated: submodules]
2018-10-22 19:04:16 +00:00
Chris Ross (ASP.NET)
0a22b927b2
Use GUIDs for cache tests.
2018-10-22 11:48:24 -07:00
Stephen Halter
2a610ee1b8
Reduce flakiness of LargeUpload tests ( #3036 )
...
* Move h2spec tests to own project
2018-10-22 11:38:53 -07:00
Mikael Mengistu
4a3d1c689f
Remove functional interfaces ( #3165 )
2018-10-22 11:37:09 -07:00
Chris Ross (ASP.NET)
ad3cba5509
Disable inheritance test on linux #3034
2018-10-22 11:24:11 -07:00
Justin Kotalik
ffa72f5a0c
Fix two string allocation issues ( #1539 )
2018-10-22 11:23:14 -07:00
Nate McMaster
25fab09527
Remove installancm.ps1 from ANCM V2 package
2018-10-22 09:47:54 -07:00
Nate McMaster
79d098045b
Code-sign the Microsoft.AspNetCore.AspNetCoreModule{V2} packages
2018-10-22 09:32:07 -07:00
Pavel Krymets
804fc191f6
Change 2.1 build to be internal ( #1540 )
2018-10-22 09:11:22 -07:00
ASP.NET CI
95777ace6b
Updating submodule(s)
...
Diagnostics => b3db95eb2d
Mvc => 76a30b0911
Routing => 1d05592cd7
[auto-updated: submodules]
2018-10-22 07:04:41 +00:00
Ryan Nowak
76a30b0911
Remove LinkGenerationTemplate
...
This doesn't really accomplish our goals for 2.2 - I don't have a clear
scenario where I would tell a developer to use this VS something else.
Will reevaluate in 3.0
2018-10-21 15:39:59 -07:00
James Newton-King
1d05592cd7
Allow parameter names to match required keys in templates ( #872 )
2018-10-22 11:29:41 +13:00
Luke Latham
b3db95eb2d
Change 'create' to 'delete' in message
2018-10-21 13:38:59 -07:00
Gert Driesen
2081160678
Improve performance and reduce allocations of TemplateSegment ( #856 )
2018-10-22 08:35:35 +13:00