Sven

Results 18 comments of Sven

Same here. Any news regarding this issue?

Just ran into this issue using the latest OData 8 and Asp.net Core 7 stack. Any news for this issue?

Thanks for your response @xuzhg! There are other actions involved (which I skipped for simplicity). So, $select is not an option in my case. Any way to get the output...

@cympatic Thanks for bringing this up and providing a workaround! In my case I had to apply the ODataQueryOptions on my own. The documentation shows this example: ``` public IQueryable...

@JeroMiya Same here. I can confirm that debugging WebAssembly Blazor with version 8.0.10 / vs17.11.5 isn't possible when ASPNETCORE_ENVIRONMENT is any other than 'Development'. `app.UseWebAssemblyDebugging()` is executed but request to...

I have the same issue. But I think it is related to the update to Visual Studio 2022 17.11.5!

I haven't upgraded my project to 8.0.10 and I get this issue. But with the visual studio update came an sdk update. I guess that is causing the issue.

I'm using the SDK Version 8.0.403 now and my app works with packages 8.0.8 and 8.0.10.