Closed Systemdir closed 2 years ago
@Systemdir Please post a small, runnable project/solution or complete code listing that demonstrates this behavior.
EF Team Triage: Closing this issue as the requested additional details have not been provided and we have been unable to reproduce it.
BTW this is a canned response and may have info or details that do not directly apply to this particular issue. While we'd like to spend the time to uniquely address every incoming issue, we get a lot traffic on the EF projects and that is not practical. To ensure we maximize the time we have to work on fixing bugs, implementing new features, etc. we use canned responses for common triage decisions.
When mapping a Querytype View, it seems like HasBaseType((string)null) is ignored.
Steps to reproduce
dotnet ef migrations add InitialCreate
throwsFurther technical details
EF Core version: 2.2.0 Database Provider: Npgsql.EntityFrameworkCore.PostgreSQL Operating system: Windows IDE: (Rider 2019.1.3)