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

Verify .NET 5 compatability #55

Open
TheWover opened this issue May 20, 2020 · 3 comments
Open

Verify .NET 5 compatability #55

TheWover opened this issue May 20, 2020 · 3 comments
Labels
refinement Improve an existing capability before a milestone
Milestone

Comments

@TheWover
Copy link
Owner

With .NET 5, .NET Core and Framework are merging into one platform that will be standard across OSes. Before releasing v0.9.3, we should validate that Donut works with .NET 5 and document any relevant findings.

@TheWover TheWover added the refinement Improve an existing capability before a milestone label May 20, 2020
@TheWover TheWover added this to the v0.9.3 milestone May 20, 2020
@uberhalit
Copy link

Any news on this? .NET 6 released already and the updated MS official hosting sample is terrible clunky and bloated: https://github.com/dotnet/samples/blob/main/core/hosting/src/NativeHost/nativehost.cpp

@checkymander
Copy link

Bumping this while @TheWover is on a roll doing stuff ;)

@checkymander
Copy link

This is how I generate NativeAOT payloads for Athena (as requested by Wover)

dotnet publish Athena -r win-x64 --self-contained true /p:PublishSingleFile=false /p:PublishAOT=true /p:EnableCompressionInSingleFile=true /p:PublishTrimmed=true /p:DebugType=None /p:DebugSymbols=false

@TheWover TheWover modified the milestones: v0.9.3, future Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refinement Improve an existing capability before a milestone
Projects
None yet
Development

No branches or pull requests

3 participants