'Asp Net Zero Power Tool Load Entity From Database PostgreSql Problem

I tried install Asp.net Zero Power Tools for my project.(https://docs.aspnetzero.com/en/common/latest/Rapid-Application-Development)

The Tool installed but when I try load entity from database and then connect to my postgresql database,I give an error.

This error is;

enter image description here

For this error, I installed "System Threading Channels 5.0.0" with Nuget Package Manager. But I still give the error.

Also, They says .NET Core 2.2 Runtime as a pre requirements on the site https://docs.aspnetzero.com/en/common/latest/Rapid-Application-Development. But when I try install .NET Core 2.2 Runtime, they says .NET Core 2.2 Runtime "This release has reached end of life, meaning it is no longer supported". Can you help me?

My Versions are;

  • .NET 5.0 Runtime
  • .NET Core 2.1 Runtime
  • Visual Studio 2022

Thank you.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source