FastReports / FastReport

Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports

Home Page:https://www.fast-report.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does fastreport support AOT ?

jianliulin opened this issue · comments

Does fastrrport support AOT ?

Need to check, but probably not.

A quick check of the demo application showed that it is not.

FastReport uses its own dll to build the script, so in order for AOT to work in the future, we need to move the build process from FastReport itself to a separate library.

This is quite a lot of work so don't expect it in the near future. This is the first request for an AOT build; if there are more requests, the developers will probably allocate time for this.

As always, we are open to pull requests.

Make more requests to increase the priority