Yaser Moradi
Yaser Moradi
Closed by #4529
> Hi @lauxjpn, do you have any plans to update to 9.0.0-preview.5? The same for .NET 9 preview7 ?
Hi, happy new year! Any updates on this?
iOS: iOS 15 macOS: macOS 12 Monterey (Version 21) Android: 7.1 (API Level 24) Windows: 7 SP1
> @syazdian, Just out of curiosity, on your app using Bit.Besql, is it an wasm project with the database being stored in cache? similar to SqliteWasmHelper? Were you able to...
I'm not pretty sure that if .NET localization works fine on .NET 6 or not Could you please test it on .NET 8?
Sorry I missed this issue Coud you please provide update about it?
Are you using SQLite or SQL Server for your database? It's possible having trouble connecting.
You've to do something for the Sql server dependency in docker. The other choice would be sqlite.
For now, you can start your asp.net core & entity framework core project using full .net framework and odata will works fine on that. See working sample here: https://github.com/ymoradi/OwinAspNetCore You...