Pranav K
1506a44cd5
Fix downgrade warnings
2016-11-10 09:22:11 -08:00
Pranav K
b82969a557
Updating versions to 1.2.0-*
2016-11-09 14:18:46 -08:00
Ajay Bhargav Baaskaran
7985121bab
[ Fixes #5207 ] Support IsIndexer for ViewComponent tag helpers
2016-11-03 16:50:22 -07:00
Ajay Bhargav Baaskaran
61de7fec6f
[ Fixes #5421 ] Visit children when accepting TagHelperChunk
...
- Fixes ViewComponentTagHelpers in nested scenarios
2016-10-18 12:00:07 -07:00
Pranav K
a52d692de0
Updating to netcoreapp1.1
2016-10-13 11:21:09 -07:00
Pranav K
ed1378a365
Revert "Updating to netcoreapp1.1"
...
This reverts commit 398a104810 .
2016-10-12 16:09:12 -07:00
Pranav K
398a104810
Updating to netcoreapp1.1
2016-10-12 14:24:52 -07:00
Pranav K
6fe683c585
Add Microsoft.DotNet.InternalAbstractions to fix tests
2016-10-04 10:11:09 -07:00
Pranav K
6d235e4ef5
Update partner package versions
2016-10-03 14:27:20 -07:00
cjrosa
60d600dd5c
Issue #5310 ( #5334 )
...
* Issue #5310
2016-09-30 09:40:53 -07:00
Ajay Bhargav Baaskaran
0cfd5363f8
Added ViewComponentTagHelperDescriptorResolver and related stuff
2016-09-15 17:12:43 -07:00
Pranav K
4a5e1f4a72
Use as cast instead of C-style cast for IVewContextAware helpers
...
Fixes #5254
2016-09-12 16:34:02 -07:00
N. Taylor Mullen
17c6cfcb4e
Actually fix build break.
2016-09-08 11:25:55 -07:00
N. Taylor Mullen
11af25b9b7
Fix travis build break.
2016-09-08 11:21:21 -07:00
Ajay Bhargav Baaskaran
4677bf13fa
Reverting accidental changes
2016-09-08 08:28:51 -07:00
Crystal Qian
05392cbf35
Added view component tag helper code generator. ( #5195 )
...
This addresses #1051 . There is one more pull request that needs to be completed/merged (for `CompositeTagHelperDescriptorResolver` and friends). After that, runtime should work!
2016-09-07 20:30:09 -04:00
Crystal Qian
df81f8be57
Added a view component tag helper descriptor factory ( #5189 )
2016-08-31 17:31:04 -07:00
Pranav K
67dce322df
Updating to Moq \ Castle.Core that does not require imports
2016-08-08 12:20:14 -07:00
Ryan Brandenburg
310ab25347
Make tests resilient to Localization ( #5011 )
2016-07-14 09:28:01 -07:00
Doug Bunting
7430efa8cc
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 16:21:18 -07:00
Pranav K
222165e145
Updating to RTM builds of xunit and Moq ( #4946 )
2016-07-05 20:58:16 -07:00
Pranav K
cd7954a164
Updating to dev versions
2016-06-16 10:40:11 -07:00
N. Taylor Mullen
8499e3d6bb
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:30:27 -07:00
N. Taylor Mullen
0501531ec4
React to namespace changes in Razor.
...
aspnet/Razor#779
2016-06-13 11:22:56 -07:00
N. Taylor Mullen
cfd58f1747
React to aspnet/Razor#705
...
- Updated `ScriptTagHelper` and `LinkTagHelper` to maintain their quotes on generated script tags.
- Removed `TagHelperOutputExtensions`. It's no longer needed.
- We no longer string replace quotes directly. We rely on encoding and the initial representation of an attribute to ensure quotes don't break generated attributes.
- Updated tests.
2016-05-27 12:00:01 -07:00
Pranav K
9acd0f578c
Remove IDisposable contract from IMvcRazorHost
...
Fixes #4709
2016-05-25 14:43:12 -07:00
mnltejaswini
b96851ec20
[Perf] Avoid ViewBuffers for writing bound TagHelper attribute values. Fixes aspnet/Razor#717
2016-05-25 12:14:26 -07:00
Pranav K
69e029fc79
Update the namespace for Razor generated code to AspNetCore
...
Fixes #4476
2016-05-23 16:25:59 -07:00
Pranav K
3d494fd732
Merge branch 'release' into dev
2016-05-02 14:58:54 -07:00
Pranav K
36146a6139
Fix build warnings
2016-05-02 14:52:02 -07:00
mnltejaswini
f1fe5e26fc
[Perf] RazorPage.CreateModelExpression is allocating expression names
...
Fixes #4469
2016-04-22 12:55:28 -07:00
Pranav K
d87d8283d0
Use latest build of dotnet-test-xunit
2016-04-19 14:54:07 -07:00
Pavel Krymets
e6ffb060f7
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:20:15 -07:00
Pavel Krymets
42c3397b6e
Migrate tests, tools and samples to portable
2016-04-18 17:20:15 -07:00
jacalvar
574ecbb3eb
[ Fixes #4087 ] Add support for AddTagHelpersAsServices()
...
* Added TagHelperFeature and TagHelperFeatureProvider to perform tag helper discovery.
* Changed tag helper discovery to use application parts when using tag helpers as services.
* Added FeatureTagHelperTypeResolver to resolve tag helper type definitions from the list of application parts.
* Added AddTagHelpersAsServices extension method on IMvcBuilder and IMvcCoreBuilder that
performs tag helper discovery through the ApplicationPartManager and registers those tag helpers as
services in the service collection. Assemblies should be added to the ApplicationPartManager
in order to discover tag helpers in them in them. The @addTagHelper directive is still required on
Razor pages to indicate what tag helpers to use.
2016-04-02 10:32:48 -07:00
N. Taylor Mullen
7d43851952
React to aspnet/Razor#720 .
2016-03-29 15:30:49 -07:00
N. Taylor Mullen
b7c90c4a67
React to aspnet/Razor#719 .
2016-03-28 17:05:14 -07:00
David Fowler
5ddb17d2fe
Fixed packages
2016-03-25 12:27:49 -07:00
Pranav K
06289945d0
Reacting to CoreCLR package changes
2016-03-22 14:49:43 -07:00
Pranav K
4f709bdbfd
Fixing CI build break
2016-03-14 00:38:17 -07:00
Pranav K
501547d630
Remove IMvcRazorHost.MainClassPrefix
2016-03-09 11:50:07 -08:00
Doug Bunting
b35922e373
Remove project name from output path
...
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 14:39:12 -08:00
N. Taylor Mullen
33d1aea8ea
Transition to Netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:39:31 -08:00
Pranav K
80b6996701
* Moving DNX dependencies to test only
...
* Updating Mvc tests to use dotnet test to run on dnxcore50
2016-02-23 18:58:42 -08:00
Pranav K
5b805bb12d
Updating to use cli
...
Fixes #3908
2016-02-22 17:49:51 -08:00
Cesar Blum Silveira
50fc0bb140
Reference Microsoft.NETCore.Platforms where necessary.
2016-02-02 14:22:07 -08:00
N. Taylor Mullen
a47dd7ad63
Fix design time line mapping Razor Host tests.
2016-01-25 17:39:10 -08:00
N. Taylor Mullen
25eb50120e
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:40:26 -08:00
N. Taylor Mullen
3be7fbdf9f
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:18:33 -08:00
N. Taylor Mullen
6a6c8ca544
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:17:07 -08:00