KorzhCom / EasyData

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.
MIT License
594 stars 63 forks source link

Export to CSV freezes in WinForms or WPF applications #132

Closed korzh closed 2 years ago

korzh commented 2 years ago

If we use our EasyData.Exporters.Default package to make export of a dataset in Windows Forms or WPF application, the program freezes on CsvDataExporter.Export() call.

The problem still remains in version 1.4.5-rc01 which includes the commit 50ff7a which was supposed to resolve the problem.

Alerinos commented 2 years ago

@korzh how can we do data export? The option to back up the database and upload it would be nice.

korzh commented 2 years ago

You can use one of EasyQuery samples for WinForms to reproduce this error.

antifree commented 2 years ago

@Alerinos to backup database and upload back you can use our library Korzh.DbUtils For exporting data into a different format, this feature is in progress and will be available soon

antifree commented 2 years ago

Should be good now 8beb61ba7e63d493d894fba0e26663897dcf7ebf