dpaquette / TagHelperSamples

A set of sample tag helpers for ASP.NET Core MVC
http://taghelpersamples.azurewebsites.net/
Other
376 stars 97 forks source link

Update Nuget packages with RTM versions #40

Closed dpaquette closed 8 years ago

peterorjeff commented 8 years ago

I see from your "Updated to RTM" commit that a reference to Microsoft.AspNetCore.Mvc.ViewFeatures; was added in a couple of places.

I have just upgraded from RC2 to RTM and am receiving the following run-time error:

Encountered an unexpected error when attempting to resolve tag helper directive '@addTagHelper' with value ', TagHelperSamples.Markdown'. Error: Could not load type 'Microsoft.AspNetCore.Mvc.Rendering.ModelExpression' from assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. @addTagHelper ", TagHelperSamples.Markdown"

Questions

  1. Do you think the RTM version will resolve this?
  2. Any ETA on the nuget packages?
dpaquette commented 8 years ago
  1. I hope so.
  2. Hopefully tonight
peterorjeff commented 8 years ago

Awesome, thanks for the quick turnaround!

dpaquette commented 8 years ago

Nuget packages updated to v1.1.1. Tested with new Asp.NET Core RTM app and all work as expected.

peterorjeff commented 8 years ago

v1.1.1 has resolved my issue, thanks again!

dpaquette commented 8 years ago

Glad to hear it works for you