I'm just evalutating Radzen for generating a Blazor server side application with Asp Net core 3.1 (Swagger) backend.
I've tried it with an default asp net core 3.1 weather forecast project using swagger.
But Radzen cannot create the datasource:
[2020-11-06 16:24:32.306] [error] SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse ()
at file:///C:/Program%20Files/Radzen/resources/app.asar/static/renderer.js:290:3131276
Are there any compatibilty issues with Asp Net core?
Is there any best practice for developing a Blazor/Asp Net core application with Radzen?
Should ODATA be prefered over Swagger to generate the data source?