Nate McMaster
d46948da1d
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 18:32:17 -07:00
Nate McMaster
66cac69adf
Updating dependencies to 2.1.2 and adding a section for pinned variable versions
2018-07-12 13:44:05 -07:00
ASP.NET CI
9d3243c38d
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-12 19:28:26 +00:00
ASP.NET CI
c08b29beda
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-29 09:46:51 -07:00
Ryan Nowak
a8e1a1fd40
Bump Roslyn dependency to 2.8.0
2018-05-07 12:09:11 -07:00
ASP.NET CI
63c370ddf3
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-04 07:44:13 -07:00
ASP.NET CI
31f9432a39
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-19 22:30:20 -07:00
Nate McMaster
8ec3870a92
Set NETStandardImplicitPackageVersion via dependencies.props
2018-04-19 16:43:15 -07:00
Ryan Brandenburg
864a4e39c3
Branching for 2.1.0-rc1
2018-04-16 17:00:28 -07:00
Pranav K
d8fc2d4009
Fix test failures
...
* Disable deps file generation in class library project. This workarounds known issue - https://github.com/dotnet/core-setup/issues/3726
* Update RazorProjectRouteModelProvider to not specify a trailing slash. This produces paths with a single slash as opposed to two slashes messing with route creation.
* React to Microsoft.AspNetCore.Mvc.Razor.Extensions.Reference that shows up in the deps file.
2018-04-15 16:31:41 -07:00
ASP.NET CI
128c7e0a17
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-15 14:19:34 -07:00
Pranav K
3db924003e
Use VirtualRazorProjectSystem for Razor tests
2018-04-09 15:27:03 -07:00
ASP.NET CI
8e323a8e1e
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-03 22:35:30 +00:00
Pranav K
133dd964ab
Introduce ViewDataAttribute
...
Allow properties on controllers, Razor Page and Razor Page models annotatted with [ViewDataAttribute]
to populate ViewDataDictionary
Fixes https://github.com/aspnet/Mvc/issues/6525
2018-03-30 14:19:52 -07:00
Pranav K
dae280b06a
Update dependencies.props
2018-03-28 11:29:27 -07:00
Pranav K
711a0d7003
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-27 12:15:34 -07:00
Pranav K
62fec52a9f
Add a framework specific reference to Microsoft.DiaSymReader.Native
...
Fixes https://github.com/aspnet/Mvc/issues/7478
2018-03-27 12:08:46 -07:00
Kiran Challa
203ebb64ed
Updated dependencies.props
2018-03-27 10:07:35 -07:00
Kiran Challa
1186fa66ab
Merge branch 'release/2.1' into dev
2018-03-27 10:06:51 -07:00
Kiran Challa
0c084fa28a
[ Fixes #7518 ] NullReferenceException thrown when Controller method uses Guid parameter default value
2018-03-27 05:22:20 -07:00
ASP.NET CI
fa629cd5e1
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-25 15:48:27 -07:00
Pranav K
3141179344
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-21 15:41:42 -07:00
Pranav K
d6176ac7de
ApplicationPartFactory: The works
2018-03-21 15:40:15 -07:00
Pranav K
3d251549c8
Merge pull request #7502 from aspnet/release/2.1
...
Stop building\testing on netcoreapp2.0
2018-03-19 11:01:07 -07:00
Pranav K
e7b2e3fe2d
Stop building\testing on netcoreapp2.0
2018-03-19 10:09:51 -07:00
Pranav K
fd713f64d5
Branching for 2.1.0-preview2
2018-03-16 11:16:07 -07:00
Pranav K
190424fd59
Enable dotnet-build bot
2018-03-15 17:11:23 -07:00
Ajay Bhargav Baaskaran
90b07a9e9a
Enable RazorCompileOnBuild of test website
2018-03-14 15:37:49 -07:00
Ajay Bhargav Baaskaran
4acdebc5be
Temporary workaround issue with Sdk mismatch ( #7472 )
2018-03-12 13:29:49 -07:00
Pranav K
62fdf3a472
Fix issues with RazorCompileOnBuild=true being default
2018-03-09 14:39:18 -08:00
ASP.NET CI
68deb40719
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-08 13:07:49 -08:00
Pranav K
69d5573bb5
Use dotnet-core feed in repos
2018-03-06 10:05:13 -08:00
Pranav K
e35d0bc43f
Add more fine grained logging to RazorViewCompiler
2018-02-26 19:44:26 -08:00
ASP.NET CI
bdcf2a9bed
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-26 11:09:24 -08:00
Doug Bunting
049caf0c10
Use RTM `Microsoft.AspNet.WebApi.Client` package
...
- aspnet/Mvc#7212
2018-02-18 18:15:04 -08:00
ASP.NET CI
b10c87d6e8
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-18 12:25:34 -08:00
N. Taylor Mullen
43106f688a
Re-enable "Move to RazorProjectEngine."
...
- This was initially reverted due to insufficient packages for local builds.
This reverts commit 5ac6fa77f8 .
2018-02-16 16:13:54 -08:00
Ryan Nowak
e27009528f
Add reference to MVC.Razor.Extensions
...
Make sure the msbuild files from this package are includes
Update KoreBuild and deps
2018-02-15 15:43:04 -08:00
ASP.NET CI
d40c60d15b
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-11 12:33:09 -08:00
ASP.NET CI
8139ee9631
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-09 11:52:03 -08:00
Doug Bunting
50af871396
Use new `HttpRequest.EnableBuffering()` extension method
...
- aspnet/Home#2684
- update dependencies to pick up latest HttpAbstractions
2018-02-07 10:57:17 -08:00
ASP.NET CI
8e303249c5
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-03 02:55:01 +00:00
Jass Bagga
930664de6e
Add INFO level logging ( #7314 )
...
Addresses #7171
2018-01-31 16:57:49 -08:00
Pranav K
bc48de9c2f
Merge branch 'release/2.1' into dev
2018-01-25 10:54:38 -08:00
Pranav K
a74ef9dfd9
Error message for [ApiController] without attribute route needs to be better
...
Fixes #7277
2018-01-25 10:25:52 -08:00
Artak Mkrtchyan
4f3e0966d9
Enabling antiforgery tests, which were disabled because of the #7040 issue
2018-01-23 19:16:24 -08:00
Pranav K
e2839053dd
Branching for 2.1.0-preview1
2018-01-23 15:32:12 -08:00
Ryan Brandenburg
ea14942525
React to Options change
2018-01-23 08:07:45 -08:00
Pranav K
c6c77dd4d3
Introduce Mvc analyzers
2018-01-19 16:02:50 -08:00
Ryan Nowak
61d42825d7
Update deps
2018-01-19 13:33:35 -08:00