Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Core: Implement API sets multitargeting for CSharp #846

Closed
NTaylorMullen opened this issue Nov 2, 2016 · 2 comments
Closed

Core: Implement API sets multitargeting for CSharp #846

NTaylorMullen opened this issue Nov 2, 2016 · 2 comments

Comments

@NTaylorMullen
Copy link
Member

Today we rely on a massive contextual object that contains strings used at code generation time. This has been a very painful way to enable code generation extensibility in Razor; should improve on it. 馃挭

@NTaylorMullen NTaylorMullen changed the title Implement API sets multitargeting for CSharp Core: Implement API sets multitargeting for CSharp Nov 2, 2016
@NTaylorMullen NTaylorMullen added this to the 1.2.0 milestone Nov 2, 2016
@rynowak rynowak modified the milestone: 1.2.0 Nov 2, 2016
@NTaylorMullen NTaylorMullen added this to the 1.2.0 milestone Nov 2, 2016
@NTaylorMullen
Copy link
Member Author

NTaylorMullen commented Dec 15, 2016

When we tackle this feature we should also take a look at DefineSection since it'd be nice to have its signature be string, Action; instead string, Action<T> (needed for back compat). This is all to enable us to not bring forward WriteTo, WriteLiteralTo etc.

@rynowak rynowak assigned ajaybhargavb and unassigned rynowak Mar 9, 2017
@rynowak rynowak added this to Ready in 2.0.0 Preview 1 Apr 10, 2017
@rynowak rynowak moved this from Ready to Working in 2.0.0 Preview 1 Apr 11, 2017
@rynowak rynowak removed the Evolution label Apr 14, 2017
ajaybhargavb added a commit that referenced this issue Apr 21, 2017
- SetTagHelperPropertyIRNode
- ChecksumIRNode
- UsingStatementIRNode
- Preallocated attributes target extension
- HtmlAttributeIRNode and friends
- Design time directive helper target extension
- Removed renderers and rendering conventions
- Regenerated IR baselines
Issue - #846 and #1051
ajaybhargavb added a commit that referenced this issue Apr 21, 2017
- SetTagHelperPropertyIRNode
- ChecksumIRNode
- UsingStatementIRNode
- Preallocated attributes target extension
- HtmlAttributeIRNode and friends
- Design time directive helper target extension
- Removed renderers and rendering conventions
- Regenerated IR baselines
Issue - #846 and #1051
ajaybhargavb added a commit that referenced this issue Apr 21, 2017
- SetTagHelperPropertyIRNode
- ChecksumIRNode
- UsingStatementIRNode
- Preallocated attributes target extension
- HtmlAttributeIRNode and friends
- Design time directive helper target extension
- Removed renderers and rendering conventions
- Regenerated IR baselines
Issue - #846 and #1051
@ajaybhargavb
Copy link
Contributor

@rynowak rynowak moved this from Working to Done in 2.0.0 Preview 1 Apr 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

No branches or pull requests

3 participants