Mike Harder
4745bdda3e
Remove signature
2018-08-29 16:42:39 -07:00
Mike Harder
777af897a8
Select highest version of Microsoft.NETCore.App which matches major and minor version of SDK ( #19 )
2018-08-29 16:39:39 -07:00
Mike Harder
8e3d1f9e33
Ignore globally-installed .NET Core components ( #18 )
2018-08-29 16:37:50 -07:00
Mike Harder
941d94c907
Rename from AspNetCoreSdkTests to Cli.FunctionalTests ( #17 )
2018-08-29 16:32:51 -07:00
Ryan Brandenburg
afccb085a2
Fix links and formating
2018-08-29 16:22:42 -07:00
Ben Adams
c7f6e7ab2f
Grumpy XUnit
2018-08-29 16:18:25 -07:00
Ben Adams
22a40b6f2b
Use Pages as List
2018-08-29 16:18:25 -07:00
Ben Adams
7bd9f9cc3e
Reduce IList interface calls
2018-08-29 16:18:25 -07:00
Mike Harder
ddff4f06e5
Rename to Cli.FunctionalTests
2018-08-29 16:15:53 -07:00
Pavel Krymets
26710080fe
Set AspNetCoreHostingModel in templates ( #716 )
2018-08-29 16:08:58 -07:00
Pranav K
82a01a414d
Set trace id in ProblemDetalsClientErrorFactory
2018-08-29 16:03:08 -07:00
N. Taylor Mullen
b8ff40fbbd
Merge remote-tracking branch 'origin/release/2.2'
2018-08-29 16:00:27 -07:00
N. Taylor Mullen
852ad8df87
Allow content to be written after caught exception from child TagHelper.
...
- The issue was that the `executeChildContentAsync` call was stopping the invocation of the `_endTagHelperWritingScope`. Therefore, we'd never finish the TagHelper content scope and all following content would be ignored.
- Added two tests to validate the new functionality.
#2561
2018-08-29 16:00:15 -07:00
Ajay Bhargav Baaskaran
4d98ea801e
Test basic link generation in Razor pages in both regular and endpoint routing
2018-08-29 15:50:53 -07:00
Hao Kung
fcc02103aa
Merge pull request #1947 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-08-29 15:39:43 -07:00
Ryan Brandenburg
75fa0cd6e8
Remove SpaServices where they're un-needed
2018-08-29 15:24:12 -07:00
Ryan Brandenburg
ccb2c006aa
Merge branch 'merge/release/2.1-to-release/2.2' into release/2.2
2018-08-29 15:21:15 -07:00
Hao Kung
e38a307307
Allow cookie validation when stores don't support security stamp ( #1941 )
2018-08-29 14:41:51 -07:00
Andrew Stanton-Nurse
46e377cadd
Merge pull request #2891 from aspnet/release/2.2
...
Port build fixes from release/2.2
2018-08-29 14:27:23 -07:00
dan.s.ward
8f7d995508
Added Entity Framework Core backed IXmlRepository with tests and sample ( #303 )
2018-08-29 14:04:37 -07:00
James Newton-King
b649133eec
Refactor KnownRouteValueConstraint to not require HttpContext ( #8352 )
2018-08-30 08:57:53 +12:00
James Newton-King
28f96bf832
Fix obsolete build warning ( #8358 )
2018-08-30 08:16:57 +12:00
James Newton-King
c685765cd3
Merge branch 'merge/release/2.2-to-master'
2018-08-30 08:13:00 +12:00
Hao Kung
883471fee9
Update options module ( #1348 )
2018-08-29 13:12:00 -07:00
Andrew Stanton-Nurse
f91ba38907
fix chrome headless lag on Win7 ( #2890 )
2018-08-29 12:55:57 -07:00
Andrew Stanton-Nurse
e2cc0e2a19
add --no-restore when building functional test proj ( #2889 )
2018-08-29 12:55:19 -07:00
Andrew Stanton-Nurse
73e6742ba2
Use gradle to detect java ( #2888 )
2018-08-29 12:53:17 -07:00
Nate McMaster
cf3d2f1299
Minor tweaks to meta-package descriptions ( #1343 )
...
Per feedback on #1320 which came in post-merge.
2018-08-29 12:03:24 -07:00
Patrick Westerhoff
208f6ff568
Fix #574 : Set NoDefaultLaunchSettingsFile
...
When a project is created with ExcludeLaunchSettings enabled, set the
NoDefaultLaunchSettingsFile property to prevent Visual Studio from
creating a launchSettings.json.
2018-08-29 11:35:16 -07:00
Ryan Brandenburg
234b003b31
Set longRunningTestSeconds for Functional tests
2018-08-29 11:02:43 -07:00
Hao Kung
820c0405e3
Add new options package ( #1345 )
2018-08-29 10:41:54 -07:00
Pranav K
db40c80cea
Merge remote-tracking branch 'origin/release/2.2'
...
# Conflicts:
# version.props
2018-08-29 10:13:33 -07:00
Zhiliang
6cd4cf1a7a
Fix typos in samples
2018-08-29 10:12:10 -07:00
dotnet-maestro-bot
857b7a5d52
Upgrade to .NET Core 3.0.0-preview1-26829-01 ( #1342 )
2018-08-29 08:29:30 -07:00
Nate McMaster
07f524f998
Run compliance checks on official builds ( #1357 )
2018-08-29 08:29:02 -07:00
Chris Ray
2eaa17f561
include credentials when fetching blazor.boot.json to enable windows auth ( #1200 )
2018-08-29 11:11:27 +01:00
Steve Sanderson
cf59ed94ad
Consume jsinterop from submodule ( #1351 )
...
* Remove JSInterop files from this repo
* Add jsinterop submodule
* In Blazor.sln, reference jsinterop projects from submodule
* Update other references to jsinterop
* Fix TypeScript warning
* Include submodules in test/pack
* Update to newer jsinterop to fix JS pack issue
* Update to newer jsinterop to obtain strong naming
* Allow jsinterop submodule to inherit Directory.Build.props/targets
* Get latest jsinterop
* For AppVeyor builds, restore git submodules (happens automatically elsewhere)
* Update README.md with instructions to restore submodules
2018-08-29 11:10:35 +01:00
James Newton-King
4e9e33a223
Unit test constraints without HttpContext ( #755 )
2018-08-29 17:34:54 +12:00
James Newton-King
e73601dda9
Move core endpoint types to HttpAbstractions ( #703 )
2018-08-29 17:07:35 +12:00
James Newton-King
05a581a132
Copy core endpoint routing types to HttpAbstractions ( #1030 )
2018-08-29 17:07:16 +12:00
James Newton-King
2d8b187ca0
Merge branch 'merge/release/2.2-to-master'
2018-08-29 15:55:56 +12:00
James Newton-King
99c4f2f36a
Support policy arguments and resolving services by constructors ( #753 )
2018-08-29 14:51:34 +12:00
ASP.NET CI
731007bc92
Updating submodule(s)
...
BasicMiddleware => 2246c6b55b
[auto-updated: submodules]
2018-08-28 19:20:25 -07:00
Alfred Myers
2246c6b55b
Fixed comment and log message for ForwardedHeadersMiddleware ( #357 )
...
- Updated comment to reflect the addition of RequireHeaderSymmetry
- Fixed header name on log message
2018-08-28 19:01:51 -07:00
ASP.NET CI
91d908f544
Updating submodule(s)
...
EntityFrameworkCore => f925bb53283dac1e56ef879a14e6d090346ab182
FileSystem => dddfc258f80a6b441a4f8f41560d9e04a7cb6a49
IISIntegration => 197a19b433
KestrelHttpServer => 4a78fccde9
SignalR => 2e68c99cc1
[auto-updated: submodules]
2018-08-29 01:47:04 +00:00
Justin Kotalik
197a19b433
Merge branch 'merge/release/2.2-to-master'
2018-08-28 18:40:13 -07:00
Nate McMaster
cdd68dd401
Merge branch 'release/2.2'
2018-08-28 18:22:46 -07:00
ASP.NET CI
265eff37ad
Updating submodule(s)
...
EntityFrameworkCore => 2b2b13caa37906ac59911218e694b76f8744b88a
[auto-updated: submodules]
2018-08-28 17:37:12 -07:00
ASP.NET CI
2da21a4784
Updating submodule(s)
...
EntityFrameworkCore => 74860990fad0c7dd73a36325b046da5966f13d67
[auto-updated: submodules]
2018-08-29 00:16:45 +00:00
ASP.NET CI
fa8eee9e22
Updating submodule(s)
...
EntityFrameworkCore => ec36f0b45f351470a3243fad5eae1bc369f09913
[auto-updated: submodules]
2018-08-28 16:59:12 -07:00