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

publish console aot #174

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

publish console aot #174

wants to merge 1 commit into from

Conversation

bruno-garcia
Copy link
Member

@bruno-garcia bruno-garcia commented Dec 2, 2023

Resolves: #164

This will make craft builds faster. AOT has faster startup time.
And it'll help us dogfood out AOT/native crash support added on Sentry SDK for .NET 4.0.0

TODO:

  • test this on mac/linux
  • cause crash test minidump upload
  • test symbol upload

Size of console goes down to:

12M Dec 2 00:43 SymbolCollector.Console

But DragonFruit prob won't work since it's magically binding arguments to POCO's

Unhandled Exception: System.InvalidProgramException: Could not find a static entry point 'Main' that accepts option parameters.

@bruno-garcia bruno-garcia mentioned this pull request Dec 2, 2023
3 tasks
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

Successfully merging this pull request may close these issues.

Reduce CLI binary size
1 participant