mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
304 stars 102 forks source link

Enums are now rendered correctly in both AspNet.Mvc and AspNet.Core. #75

Closed morten-hogseth closed 5 years ago

morten-hogseth commented 5 years ago

fixes #74

mcintyre321 commented 5 years ago

It looks like the AppVeyor build is failing, not because of your changes, but because of some change in dotnetcore/appveyor which has combined to give this error: https://github.com/aspnet/AspNetCore/issues/3221

It sounds like the solution is to add <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch> to all the csproj files, but again, I don't have time to do this in the next week or so... Any chance you could add that line to the csproj files, as part of this PR?

morten-hogseth commented 5 years ago

Sure, will do that.

morten-hogseth commented 5 years ago

When do you think you will be able to publish a new version to NuGet @mcintyre321 ?

mcintyre321 commented 5 years ago

Thanks for asking - my nuget api key has expired and the push is failing silently. Watch this space

morten-hogseth commented 5 years ago

Great! Tested it in our app app now, works like a charm. Thanks for the help Harry.

mcintyre321 commented 5 years ago

Great - hope it works out for you!