Maksym Koshovyi

Results 74 comments of Maksym Koshovyi

> Duplicate of #6389 I thought that issus was about displaying TabbedPage as one of Shell's tabbs, not about opening a TabbedPage from within Shell application (see first comment in...

Oh, I thought I've provided a repro, sorry. - Minimal repro was provided here https://github.com/dotnet/maui/issues/7615#issuecomment-1141520905 (not mine, so not sure if it works) - And here's more complete one: https://github.com/maxkoshevoi/NureTimetable/blob/84c646ef0bc697712a0be974eb23e6db90152460/NureTimetable/UI/ViewModels/Entities/ManageEntities/ManageEntitiesViewModel.cs#L26...

@PureWeen Oh, sorry, was a bit busy last couple of weeks (Ukraine, blackouts, and all that fun stuff) and `needs-info` pressured to respond in order for issue not get closed...

> 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 been applied, but...

@ErikEJ @aboryczko Thank you! This should work as a workaround. I'd still like to keep this issue open until a more straight forward way is added into the EF Core

@bricelam can warning fail CI pipeline?

How can I achieve this UI with current MAUI limitations? https://user-images.githubusercontent.com/6609929/196552013-4bdabf91-1c71-4e1d-894e-87222db221f8.mp4 This issue (https://github.com/dotnet/maui/issues/7615) has been blocking me from migrating for six months now

Try executing `dotnet tool install -g Microsoft.dotnet-httprepl` from a different folder (one that doesn't have `nuget.config`) in it

> not sure what the status or migration path there would be How about XHarness? https://github.com/TheAlmightyBob/Calendars/issues/78#issuecomment-899021375

> you can have a single project that targets all the platforms now > Is that really a MAUI-specific thing though, or just a .NET 6 thing? Yes! That's one...