cigircii / budgeteer-web-api

MIT License
1 stars 0 forks source link

OData '$expand' attribute doesn't work #1

Open cigircii opened 1 year ago

cigircii commented 1 year ago

Disabling/Enabling in Program.cs seem to have no effect

.AddOData(options =>
    {
        options.Filter()
        .Select()
        .OrderBy()
        //.Expand()
        .SetMaxTop(5000);
    });
MagnusMutai commented 11 months ago

Hello cigircii, did you solve this issue? I'm facing the same problem

cigircii commented 10 months ago

Hello cigircii, did you solve this issue? I'm facing the same problem

Hey @MagnusMutai, unfortunately, I did not, didn't pursue it either.

However, this is project is written in .NET 6 so.. you might find different results with some of the newer versions.

MagnusMutai commented 10 months ago

Okay thank you, I think I did.