ignatandrei / AspNetCoreImageTagHelper

First Release for rendering base 64 images in ASP.NET Core. See https://en.wikipedia.org/wiki/Data_URI_scheme for more details.In the _ViewImports @addTagHelper *, AspNetCore.Mvc.ImageBase64 "
MIT License
11 stars 4 forks source link

Nuget package doesn't seem to work on .Net core 3.0. #6

Open alexandruionescu opened 4 years ago

alexandruionescu commented 4 years ago

In a fresh Core MVC app built from the default template in VS2019, targeting .NET core 3.0. I couldn't get the tag helper to run from the NuGet package - it does not pick up the asp-render-base64='true' attribute, despite the addition to the _ViewImports file. If I add the the source project to the solution and reference it directly instead of the NuGet package, it works just fine. Thanks for developing this nice tag helper!

davidrevoledo commented 4 years ago

@alexandruionescu I think we need to update the package to support .NET core 3.0 thanks for the reminder

ignatandrei commented 4 years ago

Could you please make a pull request for this ? ;-) And thanks for using the package