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

[.NET] Add support for AOT-compiling into frameworks #9727

Open
Tracked by #44736
rolfbjarne opened this issue Sep 29, 2020 · 4 comments
Open
Tracked by #44736

[.NET] Add support for AOT-compiling into frameworks #9727

rolfbjarne opened this issue Sep 29, 2020 · 4 comments
Labels
app-size enhancement The issue or pull request is an enhancement
Milestone

Comments

@rolfbjarne
Copy link
Member

As the title says.

Ref:

} else if (components.Any (v => v.EndsWith (".appex", StringComparison.Ordinal))) {
return false; // TODO

@rolfbjarne rolfbjarne added macOS Issues affecting macOS iOS Issues affecting iOS dotnet An issue or pull request related to .NET (6) labels Sep 29, 2020
@rolfbjarne rolfbjarne added this to the .NET 6 milestone Sep 29, 2020
@rolfbjarne rolfbjarne added dotnet-pri0 .NET 6: required for stable release enhancement The issue or pull request is an enhancement dotnet-pri1 .NET 6: important for stable release estimate-1w and removed dotnet-pri0 .NET 6: required for stable release labels Feb 3, 2021
@rolfbjarne rolfbjarne modified the milestones: .NET 6, .NET 7 Dec 9, 2021
@rolfbjarne
Copy link
Member Author

This will not be done in the .NET 6 time frame due to time constraints, so moving to .NET 7.

@rolfbjarne rolfbjarne changed the title [.NET 6] Add support for AOT-compiling into frameworks [.NET] Add support for AOT-compiling into frameworks Dec 9, 2021
@rolfbjarne
Copy link
Member Author

This will not be done in the .NET 7 time frame due to time constraints, so moving to .NET 8.

@rolfbjarne rolfbjarne modified the milestones: .NET 7, .NET 8 Aug 19, 2022
@rolfbjarne
Copy link
Member Author

#17353 should probably be done first (it's simpler and faster to implement, and this issue would likely depend on that work anyways).

@rolfbjarne rolfbjarne removed estimate-1w dotnet-pri1 .NET 6: important for stable release labels Jan 24, 2023
@rolfbjarne
Copy link
Member Author

This will not be done in the .NET 8 time frame due to time constraints, so moving to .NET 9.

@rolfbjarne rolfbjarne modified the milestones: .NET 8, .NET 9 Sep 11, 2023
@rolfbjarne rolfbjarne modified the milestones: .NET 9, .NET 10 Sep 26, 2024
@rolfbjarne rolfbjarne removed macOS Issues affecting macOS iOS Issues affecting iOS dotnet An issue or pull request related to .NET (6) labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-size enhancement The issue or pull request is an enhancement
Projects
None yet
Development

No branches or pull requests

1 participant