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

Properly support net 8 #436

Open
Soundman32 opened this issue Jun 25, 2024 · 2 comments
Open

Properly support net 8 #436

Soundman32 opened this issue Jun 25, 2024 · 2 comments
Labels
feature-request New feature or enhancement. May require GitHub community feedback.

Comments

@Soundman32
Copy link

When I try to use "ASP.NET Core App to AWS Elasticbeanstalk on Linux" to deploy my web site, it show s a warning:

Using self-contained publish since AWS Elastic Beanstalk does not currently have .NET 8 preinstalled

My application then fails to run because (for whatever reason), it appears that publishing my self-contained app is not supported.

I get an error about "Bad Image Format" and "can't load libhostpolicy.so".

I can find AMIs that DO have net8 pre-installed, so why won't the tools support them?

Describe the solution you'd like
Support ASP.NET 8 projects without the workaround of 'self-contained' publishing

@Soundman32 Soundman32 added the feature-request New feature or enhancement. May require GitHub community feedback. label Jun 25, 2024
@coderkevdev
Copy link

Same thing deploying a .NET 8 Blazor app to a Windows IIS EBS. I get this message during deploy:

Using self-contained publish since AWS Elastic Beanstalk does not currently have .NET 8 preinstalled

When the IIS EC2 clearly does support hosted .NET 8 apps. If I remove the dlls from the target dir that implement the self-contained aspect, the app runs fine. With them in there, we get 500.30 errors.

@Ben3152
Copy link

Ben3152 commented Jul 9, 2024

Currently, we're not having any breaking issues with this, but there is no reason to have the runtime bundled. Please fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback.
Projects
None yet
Development

No branches or pull requests

3 participants