JonPSmith / AuthPermissions.AspNetCore

This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
https://www.thereformedprogrammer.net/finally-a-library-that-improves-role-authorization-in-asp-net-core/
MIT License
764 stars 155 forks source link

.NET 8 Support #96

Closed akema-trebla closed 7 months ago

JonPSmith commented 7 months ago

Hi @akema-trebla,

Your PR won't work as I have to update three of my libraries used by AuthP to .NET 8 first. I'm currently waiting for the Npgsql.EntityFrameworkCore.PostgreSQL NuGet to get to .NET 8.

akema-trebla commented 7 months ago

Hi @JonPSmith

Duly noted. I used the pre-release version of Npgsql.EntityFrameworkCore.PostgreSQL at the time and worked fine for me.

Version 8 is out now though: https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL

JonPSmith commented 7 months ago

See issue #95 for this.