Skip to content
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

roadmap #10

Open
JonasSamuelsson opened this issue Jan 14, 2021 · 1 comment
Open

roadmap #10

JonasSamuelsson opened this issue Jan 14, 2021 · 1 comment

Comments

@JonasSamuelsson
Copy link

I'm generating PDFs using RDLC from a asp.net web api, and need to upgrade to asp.net core.
This project looks very interesting but the readme states that it isn't ready for production use.
In what ways isn't it ready, and do you have an estimate for when it might be?

@lkosson
Copy link
Owner

lkosson commented Jan 15, 2021

It's mostly about lack of testing and no official support from Microsoft.

There are four major differences between this package and official one:

  • expression compiler changed from VB do Roslyn
  • report unloading using AssemblyLoaderContext instead of AppDomain
  • removed report sandboxing / code security
  • removed spatial types, maps and charts support

If you have fixed set of RDLCs that come from trusted source, if they load and render correctly using this package, most likely you are good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants