Ajay Bhargav Baaskaran
38e1e7d14e
React to aspnet/Razor#996
2017-02-14 15:11:39 -08:00
Pranav K
eb820106e2
Generate the class name from relative path
2017-02-14 09:41:05 -08:00
Pranav K
35edc299d7
Fix test failures
...
Fixes #5794
2017-02-13 12:03:10 -08:00
Ryan Nowak
2cdd84f437
Remove pranav's hack
...
This is part 1 of the right fix for the directive getting removed. This
pass has the wrong order, an it should be running sooner before the
directive is processed by the default processor.
2017-02-13 09:23:58 -08:00
Pranav K
bc3a741eee
Use DocumentClassifierPassBase
...
Workaround issue with the model directive disappearing
2017-02-09 20:30:31 -08:00
Pranav K
f474d8bc52
React to optional Razor directive token feature
2017-02-07 21:58:31 -08:00
Pranav K
624909763b
Make _PageImports work
...
Add support for generating the Model property
2017-02-07 11:13:15 -08:00
Pranav K
9f3dfd9819
Make RazorPages work E2E
2017-02-06 19:05:31 -08:00
Ryan Nowak
4c62eb89af
Unit tests for VCTH and model directive
2017-01-31 13:14:20 -08:00
Ryan Nowak
705369ee51
Add unit tests for ModelExpressionPass
...
Add unit tests for @inject
2017-01-30 19:08:39 -08:00
Ryan Nowak
84d2e027f5
Use new Razor in MVC
2017-01-30 10:55:49 -08:00
Pranav K
2b50ec99df
Updating to 4.4 CoreFx packages
2016-12-21 16:47:14 -08:00
Pranav K
b82969a557
Updating versions to 1.2.0-*
2016-11-09 14:18:46 -08:00
jacalvar
bfe50ddd8c
Created public API baselines
2016-11-04 23:53:26 -07: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
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
5ad5f7a3f9
Addressed feedback
2016-09-16 11:01:51 -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
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
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
cd7954a164
Updating to dev versions
2016-06-16 10:40:11 -07:00
mnltejaswini
659cdc3364
React to aspnet/Razor#765 .
2016-06-01 11:05:13 -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
John Luo
5eed7b9b88
React to updated CoreCLR packages
...
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:31:05 -07:00
Pranav K
bb226aef6b
Update Mvc.Core and dependencies to netstandard1.6
2016-05-26 16:52:04 -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
61883b5101
Fix more schema warnings in Mvc
2016-05-18 18:25:45 -07:00
Pranav K
78be3ad135
Revert "Update Minor versions ( #4657 )"
...
This reverts commit e731a327cf .
2016-05-18 09:11:20 -07:00
Ryan Brandenburg
e731a327cf
Update Minor versions ( #4657 )
2016-05-17 12:40:20 -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
Eilon Lipton
4f24339740
Fix package metadata
2016-04-13 12:07:04 -07:00
Pranav K
2bf79a874d
Removing imports from src projects
2016-04-08 06:49:31 -07:00
N. Taylor Mullen
56bbb215ec
React to aspnet/Razor#721 .
2016-04-03 00:00:19 -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
Pranav K
06289945d0
Reacting to CoreCLR package changes
2016-03-22 14:49:43 -07:00
Pranav K
bf1fc7dab3
Reacting to Hosting changes
2016-03-15 10:50:53 -07:00
Pranav K
501547d630
Remove IMvcRazorHost.MainClassPrefix
2016-03-09 11:50:07 -08:00
Ajay Bhargav Baaskaran
e2fd41e416
Added Company, Copyright and Product attributes to AssemblyInfo
2016-03-03 17:33:48 -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
Ajay Bhargav Baaskaran
028c0fb131
Enabled xml doc generation
2016-02-24 12:19:46 -08:00