-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generation fails when run through a single-file .exe #49
Comments
In single-exe deployment there are no .NET assemblies available at runtime. This means it is not possible for Roslyn to reference them and compile report expressions to executable format. For now I don't see any meaningful workaround. Perhaps it could be possible to replace Roslyn with some sort of runtime expression interpreter, but that would break more complex reports anyway. |
@lkosson thx for reply. too bad, i didn't think single-exe introduced such complexity. |
Very strange behavior observed. When running the project as an single .exe in .NET 5.0, an exception occurs when rending the report.
The text was updated successfully, but these errors were encountered: