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

[Feature Request]: .NET 6 Target with Trimming #2673

Closed
ds5678 opened this issue Apr 20, 2022 · 5 comments
Closed

[Feature Request]: .NET 6 Target with Trimming #2673

ds5678 opened this issue Apr 20, 2022 · 5 comments
Labels
Enhancement Areas for improvement

Comments

@ds5678
Copy link

ds5678 commented Apr 20, 2022

A .NET 6 target for the decompiler project with trimming would allow this to be used in NativeAOT apps.

Issues to be dealt with:

@ds5678 ds5678 added the Enhancement Areas for improvement label Apr 20, 2022
@christophwille
Copy link
Member

What sort of app using a decompiler would be using NativeAOT?

@siegfriedpammer
Copy link
Member

ReferenceAssemblyAnnotator is not going to be removed unless Microsoft adds nullable attributes to netstandard2.0 out of the box. Too many customers depend on netstandard2.0, so we cannot upgrade and of course adding NRT to the decompiler is also a must at this point.

Thank you for your understanding!

@ds5678
Copy link
Author

ds5678 commented Apr 20, 2022

What sort of app using a decompiler would be using NativeAOT?

I have a game recovery project where performance is very important. NativeAOT would help with that.

@ds5678
Copy link
Author

ds5678 commented Apr 20, 2022

ReferenceAssemblyAnnotator is not going to be removed unless Microsoft adds nullable attributes to netstandard2.0 out of the box. Too many customers depend on netstandard2.0, so we cannot upgrade and of course adding NRT to the decompiler is also a must at this point.

Thank you for your understanding!

I'm not suggesting you remove ReferenceAssemblyAnnotator or netstandard 2.0 support. The former just needs fixed so that it doesn't break when targeting multiple framework versions.

@christophwille
Copy link
Member

@ds5678 please open a new issue if ever the ReferenceAssemblyAnnotator bug gets fixed and we can thus support trimming.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement Areas for improvement
Projects
None yet
Development

No branches or pull requests

3 participants