Pavel Stefanov
Pavel Stefanov
@shockey I want to fix this issue. But I don't know how to do. There are two cases: 1. ``` yaml schema: type: array items: oneOf: - type: string -...
@DustinOgan this is just two different case for oneOf attribute, for array and for object, and example like I can do.
Guys it is really necessary to change
Hey! I found workaround, mb it'll be useful for somebody. You can use ` migration list` command with `--json` parameter. ``` dotnet ef migrations list --json ``` It gives you...
> > It gives you structed list of migrations with `applied` property. You can use it to find pending migrations > > The issue here is not that migration hasn't...