-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Make obfuscated dll´s trim friendly #13373
Comments
@realLiangshiwei I sent you an email with the code to test |
Hi, The project you provided has many other package references, I think it might unelated to ABP, can you use CLI to create a new project to reproduce? |
I just removed every package reference except for
and still get this error. |
@realLiangshiwei this seems to be volo dotnet/linker#2896 (comment) |
We will check it |
Just checking @realLiangshiwei will this be check within version 6.0 or later? I´m trying everything to speed up my Blazor backend so possibly getting the size down within 6.0 would be great until Can abp Blazor be this fast will be looked at in the version 7 timeframe. |
Hi, It's in the 7.0 milestone |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@realLiangshiwei will this be in 7.0? Just making sure it's not forgotten about |
Yes, it will include in the 7.0 version. |
@realLiangshiwei we tried this again in 7.0.1 as still have this issue |
Hi @sturlath We noticed and fixed this issue, you can waiting to the 7.0.2 |
I was trying to trim the Blazor project with
<PublishTrimmed>true</PublishTrimmed>
but hit this issue with the linker on abp.io dll´s , Blazor linking throws "Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object."Can you try to make it trim friendly?
Version: 5.3.2 Commercial
The text was updated successfully, but these errors were encountered: