Activities of "murat.yuceer"

Answer

acutally its look like same with application template, i created project with application template same namespace my module and when i create with generator i copy past from application to module. Is there any diffirence?

Can we list users from api instead of dbconnection?

I guess if i add like that it will fallback right (for internal gateway)

{ "RemoteServices": { "Default": { "BaseUrl": "http://localhost:48392/" } } }

Answer

Hi, Suite not create generate files for blazor in module template. Can you fix it in 4.3? We are doing same think for copy past on application template.

Answer

When try to create solution with microservice template - blazorserverui like that Also blazor not work

Answer

Hi, When i create module template with suite, in host folder for Blazor.Server host project not created and preconfigured will you add that next release?

Answer

Hi,
When i create module template with suite, in host folder for Blazor.Server host project not created and preconfigured will you add that next release?

as I remember this is fixed in the next version

on rc-2 not work

Answer

abp suite v4.3 not create module host project for blazor server

  • ABP Framework version: v4.2.2
  • UI type: Blazor Wasm
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hi, how can i get current user bearer token to call remote api without using dynamic proxy client. Can you provide full example with HttpClient object

I try to get options from IHttpClientProxy but its just have service info. I wish we could get ready to use HttpClient object for make custom call..

I try to implement devexpress DataGrid CustomData option. Its provide to call api with paging,sorting,group by,summary.. options. And it can modify IQuarable object by your input object (await DataSourceLoader.LoadAsync(query, input))

For that you have to create method with special signature (how devex DataGrid like) async Task<LoadResult> GetData(DataSourceLoadOptionsBase options, CancellationToken cancellationToken) But dynamic proxy couldnt serialize DataSourceLoadOptionsBase object why i dont know, already devex have helper method for that options.ConvertToGetRequestUri("http://apiurl")

Thanks @maliming its worked, by the way IHttpClientProxy could share current httpclient object to us (ready to use) if we need call custom api.. i need set base url and auth

Zobrazeno od 11 do 20 z celkem 76 záznamů
Made with ❤️ on ABP v8.2.0-preview Updated on března 25, 2024, 15:11