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

Activities of "yekalkan"

See https://github.com/aspnetzero/aspnet-zero-core/issues/2043#issuecomment-450841752

I downloaded a new project and scanned AspNetZeroRadTool.dll several ways but no threat found.

See virustotal.com results.

Here virusdesk.kaspersky.com says it is safe.

And also opswat results says it is safe.

Can you please scan it on those sites and share you results?

What I find strange is that in this method I can not filter by TopicId, but TopicTitle - did I made something wrong here?

No, you didn't do anything wrong. That is what rad tool generates. You can modify it, if you like.

Answer

what is the difference between "User Interface" and "View Only Modal"?

View only modal is used for displaying a record in ui. It is needed when the datatable has too many column to display in a row. Button to open it, is placed in the actions dropdown of each row in datatable.

does "Add migration" create a migration in .EntityFrameWork project?

yes.

does "Update Database" run 'Update-Database' in the Package Manager Console?

yes.

what happens if no selection is made?

nothing.

how is the output affected for Host and Tenant selections?

Based on your selections, new entity will be available for host, tenant or both. See multi-tenancy documentation.

what happens (or doesn't happen) if no selection is made?

Gui doesn't allow that.

Answer

Hi @timmackey,

What is the relationship between selections in the GUI generator dialog to the templates?

GUI is just an easy way to create an input file for rad tool. See mac documentation to figure out the input file.

What do selections in the GUI generator dialog do? How is output affected?

We think most of the input/combobox/checkbox in GUI is simple enough. If you see anything not obvious, share your experience with us. We'll make it more clear.

What values are substituted for tags in the templates? Where is the description and explanation for all tags? How are MainTemplate, PartialTemplates, and TemplatInfo used?

MainTemplate and TemplateInfo files are simple enough, PartialTemplates file is a little complicated. It holds template-specific placeholders that is used in main template. We think that current documentation is a little weak but enough unless you create many templates from scratch.

You need to invite your github account to our private repositories. See https://aspnetzero.com/LicenseManagement

Hi,

You can safely delete it.

See that commit. Your project version is probably older, so you don't need ITempFileCacheManager injection.

Answer

Hi @maharatha,

Please remove Http injection in constructor. We'll release a bug fix.

private _http: Http,

Showing 171 to 180 of 314 entries