identityazuretable icon indicating copy to clipboard operation
identityazuretable copied to clipboard

Trouble with adding to Blazor 5.0 Project

Open Terrence77 opened this issue 3 years ago • 2 comments

I love your great libs for using TS for Identity. I can't seem to get it working on a Blazor project. Been working for 2 nights on a dozen different issues but can't seem to nail it.

Have you tried your code on a Blazor project?

Thanks for any help you might give.

Terrence77 avatar Jan 19 '22 01:01 Terrence77

Oh, something I can overcome with search and replace, but it seems that your "dotnet new rzp-id-azure-tables" templates replace most of the NameSpace names with lowercase namespace.

So using and namespaces like BlazorApp1.Data becomes blazorapp1.Data after running the command.

Terrence77 avatar Jan 19 '22 02:01 Terrence77

Need to investigate template naming: https://github.com/dotnet/templating/wiki/Naming-and-default-value-forms

dlmelendez avatar Feb 05 '22 19:02 dlmelendez

Fixed in latest release tested with net8.0 blazor project

dlmelendez avatar Feb 20 '24 21:02 dlmelendez