You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application will not longer run with the error
Severity Code Description Project File Line Suppression State
Error NU1202 Package Microsoft.Extensions.Hosting.Abstractions 2.1.1 is not compatible with netcoreapp3.1
(.NETCoreApp,Version=v3.1). Package Microsoft.Extensions.Hosting.Abstractions 2.1.1 does not support any target
frameworks. SimplCommerce.Module.Catalog C:\Users\Tatarpro\source\repos\SimplCommerce\src
\Modules\SimplCommerce.Module.Catalog\SimplCommerce.Module.Catalog.csproj 1
This is not an issue with this package but with cloudscribe.Web.Pagination Version=2.1.11 When i commented the package out and removed its usage in the application, the application runs smoothly.
This is just one of the errors it displays. It complains for all packages. I downloaded the net5 version also and completed the above procedure but still got the same error. I tried upgrading the app manually to net5 but as soon as I added the package, the issue arises.
Recommendation
A new pagination strategy should be developed preferably an inbuilt one than depending on external minute dependencies like such to avoid such a problem in future where a dependency is no longer compatible because the developer has stopped updating it.
The text was updated successfully, but these errors were encountered:
Procedure To reproduce
Observation
The application will not longer run with the error
This is not an issue with this package but with
cloudscribe.Web.Pagination Version=2.1.11
When i commented the package out and removed its usage in the application, the application runs smoothly.This is just one of the errors it displays. It complains for all packages. I downloaded the
net5
version also and completed the above procedure but still got the same error. I tried upgrading the app manually tonet5
but as soon as I added the package, the issue arises.Recommendation
A new pagination strategy should be developed preferably an inbuilt one than depending on external minute dependencies like such to avoid such a problem in future where a dependency is no longer compatible because the developer has stopped updating it.
The text was updated successfully, but these errors were encountered: