Show code.
That already does a read. Did you check using an SQL profiler?
That's your own code right?
is it supported in the current version of power tool? If not, is there any plans to add it to the tool in the near future
No, it is not supported. You can track this feature request: aspnetzero/aspnet-zero-core#993
can you point me to the tutorial for how to do that manually for now, cause I can't find any.
Documentation:
Tutorials:
Answered in Can't bind to 'formControl' since it isn't a known property of 'input':
While using
formControl
, you have to importReactiveFormsModule
to yourimports
array.
Visual Studio language should not affect application language.
Did you change the default application language? If so, you should update the test in your project.
Which module are you using it in?
It's used in ABP's DefaultAuditInfoProvider
.
Show how you imported the component.
Yes, implement and replace IClientInfoProvider
.