Howdy, all!
I wanted to get some feedback on the current state of .NET within the
OpenWhisk ecosystem.
Right now, we support .NET Core 2.2 (not LTS and no longer supported)
and .NET Core 3.1 (LTS).
.NET 5.0 was recently released, but I would like to skip supporting this
version as it is not an LTS release.
I think it would make more sense to wait for .NET 6.0, which will be an
LTS release.
Once that is out, we can add support for it and then deprecate .NET 2.2.
The .NET Core 3.1 runtime supports running .NET Core 2.2 binaries (we
have a unit test to support this).
Thoughts? Concerns?
Thanks!!
Shawn