Pranav K
|
a712ccc98a
|
Fix up error message when compilation references are missing
|
2018-06-18 09:20:08 -07:00 |
Pranav K
|
1aea6fd5bd
|
Remove instrumentation functional tests
Fixes #7921
|
2018-06-15 12:42:37 -07:00 |
Pranav K
|
bc49a82d02
|
Use feature branch package of Localization
|
2018-06-15 11:12:57 -07:00 |
Pranav K
|
a7bc5d6d40
|
Use feature branch build of Routing to fix build break
|
2018-06-15 10:34:11 -07:00 |
Kiran Challa
|
6df28ef09a
|
Reach to Dispatcher changes and fix build break
|
2018-06-15 09:30:07 -07:00 |
Ryan Brandenburg
|
7eac72ae46
|
Set 2.1 baselines
|
2018-06-14 11:09:28 -07:00 |
James Newton-King
|
a7406d4497
|
Add MvcEndpointDataSource and functional tests (#7886)
|
2018-06-14 11:03:45 +12:00 |
Pranav K
|
287a3c5e69
|
Allow IgnoreAntiForgeryToken applied on Razor Page models to work
Fixes #7795
|
2018-06-13 11:59:47 -07:00 |
Pranav K
|
6c2ef122f8
|
Add support for conventions in DefaultApiDescriptionProvider
|
2018-06-11 16:07:09 -07:00 |
Kiran Challa
|
dc5bfd1b0b
|
Fixed typo in issue template
|
2018-06-11 10:13:54 -07:00 |
Doug Bunting
|
df6b798117
|
Remove `xUnit1026` workaround in test projects
- contained a typo (colon versus semicolon) and just doesn't matter
|
2018-06-08 15:24:36 -07:00 |
Brecht Carlier
|
203258d00e
|
Update AnchorTagHelper.cs
Fixed incorrect documentation
|
2018-06-08 15:13:28 -07:00 |
Pranav K
|
c29527f992
|
Add some assertions for controllers and controller actions
|
2018-06-08 15:00:19 -07:00 |
Pranav K
|
f2eb6f8d37
|
Add some tests for CodeAnalysisExtensions
|
2018-06-08 14:58:29 -07:00 |
Ryan Brandenburg
|
b7064c576d
|
Use templates for VSTS builds
|
2018-06-07 12:37:01 -07:00 |
Ryan Brandenburg
|
379345b530
|
Add vsts build definition
|
2018-06-06 11:47:54 -07:00 |
Nate McMaster
|
672c794335
|
Add certificate names for code signing
|
2018-06-05 22:34:04 -07:00 |
Pranav K
|
592ed3b4f5
|
Create an analyzer to warn users not to decorate filters on page handler methods
Fixes #7684
|
2018-06-05 17:23:30 -07:00 |
ASP.NET CI
|
839223756b
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-06-03 19:22:37 +00:00 |
Pranav K
|
f0c552ee49
|
Fixup DebuggerDisplay for PageActionDescriptor
|
2018-05-31 13:47:39 -07:00 |
Pranav K
|
57be52e4c1
|
Merge remote-tracking branch 'origin/release/2.1' into dev
|
2018-05-29 14:36:56 -07:00 |
Pranav K
|
e7e48d017c
|
Merge commit 'c08b29beda7fb9cbe472735cb04020dfe84acfc7' into dev
|
2018-05-29 14:36:49 -07:00 |
Pranav K
|
984cd46c4d
|
Fix ActionMethodExecutor incorrectly setting DeclaredType on ObjectResult
Fixes #7782
|
2018-05-29 14:35:42 -07:00 |
Pranav K
|
632425d0e6
|
Unskip skipped tests
|
2018-05-29 12:10:59 -07:00 |
Pranav K
|
8e31319215
|
Prevent null refs in some simple cases in CachedExpressionCompiler
Fixes #6928
|
2018-05-29 11:09:48 -07:00 |
ASP.NET CI
|
c08b29beda
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-05-29 09:46:51 -07:00 |
ASP.NET CI
|
dacbb41478
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-05-27 19:23:26 +00:00 |
Nate McMaster (automated)
|
778e137fe9
|
Update bootstrapper scripts (automated commit) [ci skip]
|
2018-05-25 16:16:30 -07:00 |
Ryan Brandenburg
|
edf4e8fd9e
|
DataAnnotations of Enum values use DataAnnotationLocalizerProvider
|
2018-05-25 16:00:00 -07:00 |
Kiran Challa
|
418aac57f4
|
[Fixes #7609] ApiBehaviorApplicationModelProvider overwrites existing BindingInfo in entirety when inferring binding sources
|
2018-05-24 14:28:42 -07:00 |
Nate McMaster
|
7b16b56112
|
Bumping version from 2.1.0 to 2.1.1
|
2018-05-23 15:35:20 -07:00 |
Pranav K
|
49c653ed0b
|
Infer BindingSource.FormFile for IEnumerable<IFormFile>
Fixes #7770
|
2018-05-22 11:05:09 -07:00 |
Nisha Kaushik
|
077b1d87a9
|
#7024 Request: ServiceBasedPageModelActivatorProvider [Review Changes]
|
2018-05-22 10:23:08 -07:00 |
Nisha Kaushik
|
b8e5036e20
|
#7024 Request: ServiceBasedPageModelActivatorProvider
|
2018-05-22 10:23:08 -07:00 |
Nisha Kaushik
|
0c795c4f33
|
#7024 Request: ServiceBasedPageModelActivatorProvider
|
2018-05-22 10:23:08 -07:00 |
ASP.NET CI
|
330b74f0ab
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-05-20 19:40:46 +00:00 |
Pranav K
|
e1eaf6a6e0
|
Cleanup TestCommon
|
2018-05-18 10:45:57 -07:00 |
Pranav K
|
624a5ed522
|
Fix ActionMethodExecutor incorrectly setting DeclaredType on ObjectResult
Fixes #7782
|
2018-05-18 10:43:28 -07:00 |
Pavel Krymets
|
a736441ca5
|
Enable analyzers (#7789)
|
2018-05-18 10:26:42 -07:00 |
Kiran Challa
|
4472c00c6f
|
PR feedback fixes for logging requestpredicate shortcircuit logging
|
2018-05-17 11:17:29 -07:00 |
Kiran Challa
|
d80471ad15
|
Added logging to model binding requestpredicate shortcircuit
|
2018-05-15 14:13:03 -07:00 |
Artak
|
b0796ce8a8
|
Update the `Stes to reproduece` section header (#7767)
|
2018-05-15 14:09:30 -07:00 |
Sébastien Ros
|
19d82928ba
|
Making Razor compilation cache replaceable (#7780)
|
2018-05-15 11:36:47 -07:00 |
Pranav K
|
d9f035ad7c
|
CacheTagHelper should be able to vary by culture
Fixes #3398
|
2018-05-13 14:21:08 -07:00 |
ASP.NET CI
|
57eb52ad47
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-05-13 14:17:20 -07:00 |
Pranav K
|
1ca6ce3377
|
setupAction parameter in MvcLocalizationServices.AddLocalizationServices is never used
Fixes #7761
|
2018-05-09 18:12:15 -07:00 |
Pranav K
|
504da3c565
|
Cleanup CachedExpressionCompiler
|
2018-05-08 15:34:38 -07:00 |
Doug Bunting
|
ec2d5c7aa4
|
Run functional tests with a `TestLoggerFactory`
- #7744
|
2018-05-08 11:52:20 -07:00 |
Ryan Brandenburg
|
9f7629b448
|
Upgrade to netcoreapp22
|
2018-05-08 10:51:17 -07:00 |
Pranav K
|
bda5ea9df0
|
Cleanup BindingInfo \ ModelMetadata coalescing in ModelBinderFactory
Fixes #7583
|
2018-05-08 10:24:18 -07:00 |