Jon P Smith

Results 5 issues of Jon P Smith

The [AuthP AzureAD handler](https://github.com/JonPSmith/AuthPermissions.AspNetCore/blob/main/AuthPermissions.AspNetCore/OpenIdCode/AzureAdOpenIdExtension.cs) can add a new AuthP user if the user isn't already in the AuthP user list if the `AddNewUserIfNotPresent` setting is set to true. But the...

enhancement

Sorry for all the people who are following this GitHub repo, but I had a problem with the repo and the easiest way to fix it was to rename this...

Hi all, I have been shut off writing the book [Entity Framework Core in Action](http://bit.ly/2m8KRAZ), but in doing so I have learn a lot! Now I am back programming and...

In EF Core 6 there wasn't metadata to compare Table-per-Type classes. EF Core 7 also added Table-per-Class classes. When I have time I should ask about the metadata - see...

I have updated from `Npgsql.EntityFrameworkCore.PostgreSQL` 8.0.0-rc.2 to 8.0.0 and I now have a error when I use the `EnsureDeleted` method. NOTE: The the 8.0.0-rc.2 version does not have this problem....