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

ASP.NET Core 2 Support #154

Closed
uxsoft opened this issue Aug 28, 2017 · 10 comments
Closed

ASP.NET Core 2 Support #154

uxsoft opened this issue Aug 28, 2017 · 10 comments
Labels
feature-request A feature should be added or improved.

Comments

@uxsoft
Copy link

uxsoft commented Aug 28, 2017

With ASP.NET Core 2 there is a new way to create a webhost

Instead of:
protected override void Init(IWebHostBuilder builder)
...

We now have:
public static IWebHost BuildWebHost(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseStartup()
.Build();

@normj
Copy link
Member

normj commented Aug 31, 2017

When Lambda supports .NET Core 2.0 we'll take a look at updating the Amazon.Lambda.AspNetCoreServer for the changes to ASP.NET Core 2.0.

@beeradmoore
Copy link

@normj out of curiosity, now that beanstalk supports .NET Core 2.0 will that be coming to Lambda anytime soon, or not so because we need .NET Core 2.0 to be lts?

@arpit-nagar
Copy link

Any updates by when we can have support of .Net Core 2.0 ?

@beeradmoore
Copy link

@arpit-nagar, .NET Core 2.0 is not LTS (Long Term Support) so as far as they have said elsewhere it won't suddenly get added.

As to my previous comment wiht beanstalk getting .NET Core 2.0 so can we have it now, normj has a response over here regarding that.

I feel this should now be closed.

@FrederikNygaardSvendsen

I really need to know if support for .net core 2.0 is in development, and if not, if support is even planned... This is a huge deal

@beeradmoore
Copy link

@FrederikNygaardSvendsen , aws-lambda only supports LTS versions of dotnetcore, so you need to go ask the dotnetcore people when 2.0 is going to become LTS, nothing is happening here until then.

@normj
Copy link
Member

normj commented Oct 17, 2017

@FrederikNygaardSvendsen I can't give any timing or details but I will say we know the a new .NET Core Lambda runtime is critical to the community and we are working hard on the next version.

@FrederikNygaardSvendsen

@normj Thanks for letting me know

@Kralizek
Copy link

@normj maybe you should add this news in the ReadMe considering how many requests you are getting :P

@normj
Copy link
Member

normj commented Dec 12, 2017

Closing this in favor of tracking the upcoming .NET Core 2.0 support with issue #149

@normj normj closed this as completed Dec 12, 2017
@diehlaws diehlaws added feature-request A feature should be added or improved. and removed Enhancement labels Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

7 participants