Activities of "mc86"

Yes.

problem is that the method doesn't work. I can get data from my api but if this method is working then the blazor client should request a URL like HTTP://remotehost/action?123445678.

public class DataSourceLoadOptionsBaseToQueryString : IObjectToQueryString, ITransientDependency
    {
        public Task ConvertAsync(DataSourceLoadOptionsBase values)
        {
            if (values==null)
            {
                return null;
            }

          
            return Task.FromResult("12345678");
        }
    }

i set a Breakpoint in the method but it was not hitted

///////////////////////////////////////////////////////////////////// //url should like this at the end. ?requireTotalCount=true&take=10&totalSummary=[{"Selector":"SendTime","SummaryType":"count"}]

but //now the httpclient get the wrong url. ?requireTotalCount=true&take=10&totalSummary=Devextrem.asp.net.summaryinfo

so I want to use QueryStringConverts to fix that.

My Microservice project is created in v5.0 rc and I just updated it to v5.0 and just add one entity to it。

I will creat Microservice project to test it.

HI maliming

it doesn't work.

got it after I try it, I will send feedback.

main folder

services apps

In main blazor or in my service blazor?

Hi maiiming My project is a Microservice Solution

HI @EngincanV
I think the namespace problem is the man reason that caused the errors. It is fine for now. Thanks for your guy's work.

HI @EngincanV
about " I watched your video and I noticed your ABP Suite and ABP project versions are different. (Suite runs in v5.0.0-rc.1 and your project created in v4.4.4)" I noticed the error then when i was opreating. I delete the OA folder soon, after few second(4:30) later I create the project again use v 5.0.0 -rc1 .

I will try with your instruction.

HI @gterdem I put my video in https://drive.google.com/file/d/1gzh5A5JUfO9mj8Ts8FKEw6CVRN0YoQmd/view?usp=sharing. for convenient you can share the video to other platform which you want.

Showing 51 to 60 of 65 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54