Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "yekalkan"

What is your version and ui framework of your project?

Unless you have 5+ pages that this requirement must be implemented, don't bother to change rad tool templates. Instead implement it after code is generated. Code that is generated by rad tool is understandable.

Hi @dmux,

We've fixed the issue.

You can upgrade to v2.1.0.1 which is released now.

It is intended. Everytime you click on generate, extension deletes the files under "AspNetZeroRadTool" folder and then creates new files. So, that is normal.

Please apply @alper's suggestions.

Hi,

I see that we have already fixed this issue.

You need to apply this commit to your project: https://github.com/aspnetzero/aspnet-zero-core/commit/097461f7249e772c20a9ab5306a4c59b14c9ec90

see https://github.com/aspnetzero/aspnet-zero-core/issues/2752

It seems like dotnet ef global tools 3.0 must be installed.

dotnet tool install --global dotnet-ef

If it an old version is installed, it must be upgraded

dotnet tool update --global dotnet-ef

"ComponentHtmlTemplate" is for versions below v5.4.0. If you are using a newer version of asp.net zero, modifying this template won't help you because it is not used by rad tool.

So, you need to modify "ComponentTurboTableHtmlTemplate".

Which template are you trying to modify?

Does folder structure of the template you want to edit look like that?

It will be fixed in next rad tool release.

Showing 31 to 40 of 314 entries