dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.16k stars 794 forks source link

dotnet6 future donet7 support #1729

Closed Mjaco0815 closed 10 months ago

Mjaco0815 commented 10 months ago

Maybe I missed an AWS announcement to end support of dotnetX As far as I know the support online of .net 7 is deprecated but not of the lts .net 6 reason for the for .net 7 is that Microsoft is end of support of the interims version 7. .net 8 will be released as new lts version in November this year by Microsoft. So, my question, why is serverless offline no more supporting dotnet6?

Reason is there are dotnet application that we want to move to aws, what is currently in On prem and mostly small adaptable microservices, that are based on dotnet and could be adapted to lambda.

dnalborczyk commented 10 months ago

I don't think serverless-offline has ever supported .NET nor .NET core. PRs welcome.