Stef Heyenrath
Stef Heyenrath
@PascalSenn Note that when I use ``` c# .UseInMemoryDatabase("uni") ``` Then it works: ``` json { "data": { "students": [ { "id": 1, "lastName": "Foo", "enrollments": [ { "enrollmentId": 1,...
When I have time, I'll try to use latest versions and try to reproduce.
@BBreiden Can you recreate your PR? (sorry ; I did not have enough time for this project...)
I think that the api is not running on port 5000. When clicking the api-link in the bottom page, I get redirected to this: 
I cloned this project, followed the readme, and started: ``` docker compose --profile auto-cpu up --build ``` Then the UI is running at : http://localhost:7860/
As a workaround, you can modify the `blazor.webassembly.js`, see this article on how to do this: https://medium.com/@stef.heyenrath/show-a-loading-progress-indicator-for-a-blazor-webassembly-application-ea28595ff8c1
The dependencies **FParsec** and **FParsec-Pipes** cannot be used yet with `netstandard1.6` framework. (Also only **FParsec** can be used with `net40`) I'll try to make a proposal PR for this to...
I created a fork which does use `es5`, maybe that version solves your problem? See here : https://www.npmjs.com/package/angular-odata-es5 / https://github.com/StefH/angular-odata-es5
See also https://github.com/StefH/angular-odata-es5/issues/1