Base solution for your next web application

Activities of "yekalkan"

Have you change or deleted the license code in config.json file?

After code generation, try to build your solution. If it fails to build, copy the error and share it here.

I was thinking of creating the Student entity first and having it appear on the Root and then the StudentInfo which would not have a menu position... Then going back to Student and adding a Navigation Property of StudentInfo.

This will work.

When you create StudentInfo, you can uncheck "Create user interface" if you dont want ui to be created.

which cannot run if propertyName1 or propertyName2 has value

did you mean "doesn't have value" ?

I think we should make it (e.PropertyName1 != null ? e.PropertyName1.ToString() : "").Contains(input.Filter)

Thanks for reporting

You should run NSwag.

Warning: If you are working on ASP.NET Core & Angular template, after generating the entity via Power Tools, run your *.Web.Host project and then run "./angular/nswag/refresh.bat" to update service-proxies.ts.

See https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Development-Guide-Rad-Tool#how-to-use-it

and https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Infrastructure-Angular-NSwag

I didn't understand your problem. Please describe it clearly. List steps to reproduce, if possible.

  1. AppPermissions: related lines gets duplicated on each regeneration of the entity. It must be prevented and also, I want to change the generated code, however, its template is probably hidden in the application
  2. CustomDtoMapper: requirement is the same with the first line

Code that are placed in an existing file are not allowed to edit. They are hardcoded in the rad tool. But they shouldn't have been duplicated anyway. You can create an issue at https://github.com/aspnetzero/aspnet-zero-core

  1. I want to prevent overriding some files when a regeneration occurs. for example, we created a validator template and within the templateinfo.txt file, i want to prevent duplicate generation/overriding if the specified already exists.

You can create a issue (request) at https://github.com/aspnetzero/aspnet-zero-core

Answer

I've created an issue https://github.com/aspnetzero/aspnet-zero-core/issues/3088

You can check the updates from there.

Open "AspNetZeroRadTool/config.json" dile in your solution. There is a property named "ProjectVersion". Set it to "v8.3.1".

Answer

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

@mitch it is moved to 8.5 milestone and resolved. It will be included in first next rad tool release.

Showing 301 to 310 of 314 entries