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

2.0.0-preview2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 28 Jun 06:29

Features

  • Make ViewComponentTagHelper bound attributes have nicer tooltips (#1389)
  • Update to latest Roslyn to support C# 7.1 (#1385)
  • Rename TagHelperBoundAttributeDescriptorBuilder to BoundAttributeDescriptorBuilder (#1369)
  • Remove unneeded VSIX dlls (#1349)
  • Add a base class for IRazorEngineFeature (#1311)
  • Remove constants from tag helper descriptor builders and hide behind extension methods (#1307)
  • Make TagHelperDescriptorProvider non-legacy. (#1289)
  • ViewComponentTagHelper tooltips are ugly. (#1251)
  • Consider not providing catch-all IntelliSense to existing completions. (#1230)
  • Figure out a cleaner way to deal with redirect writers (#1184)
  • Implement TagHelperCompletionService (#1120)
  • TagHelperBinderSyntaxTreePass should be a phase, not a pass (#1118)
  • TagHelperBinding needs to include more information (#1092)
  • Add annotations to DocumentIRNode (#990)
  • Provide a non @addtaghelper way to add TagHelper descriptors (#162)

Bugs Fixed

  • Can't debug into @functions code (#1387)
  • @page "{routevalue}" doesn't color properly in the editor (#1269)
  • Design Time CodeGen for DirectiveTokenKind.Type doesn't handle value types (#1176)
  • Add code generation tests tests for @inherits directive in Razor.Extensions (#1142)
  • how can i use taghelper IntelliSense for a aspnet core library project? (#1136)
  • Tag Helpers: enum attribute of nested enum type (#1058)
  • DirectiveDescriptorBuild should throw for directives that wouldn't be parsed correctly (#981)
  • Razor does not respect html comments inside a razor block (#302)
  • Instrumentation lengths generated for ExpressionBlockChunks are not always accurate (#153)