microsoft / RdlMigration

Tool that converts RDL from a SQL Server Reporting Services Server or Power BI Report server and published to a Power BI premium workspace
MIT License
111 stars 44 forks source link

Make use of async methods #8

Closed EricMicrosoft closed 3 years ago

EricMicrosoft commented 5 years ago

Description:

In the current command line application only few async methods are used. However, in order to be able to incorporate the tool in Windows Applications like report builder, most of the methods have to be async.

Expected behavior:

as the methods become async, the application should not freeze if any of them stuck