Skip to content

Conversation

@deepchoudhery
Copy link
Member

@deepchoudhery deepchoudhery commented Aug 1, 2022

DbContext model's full name was not being checked. For example:

DbContext class : 

namespace blah 
{
    public class TestDbContext : DbContext 
    {}
}

Now, when we pass it to dotnet-aspnet-codegenerator, we can pass it as blah.TestDbContext or TestDbContext. Before this check, passing blah.TestDbContext would create an additional TestDbContext as it would not find the one we are looking for.

@deepchoudhery deepchoudhery self-assigned this Aug 1, 2022
@deepchoudhery deepchoudhery merged commit a2cd3c7 into main Aug 2, 2022
@deepchoudhery deepchoudhery deleted the dev/decho/fix-extra-identity-db branch August 2, 2022 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants