Cédric Luthi

Results 226 comments of Cédric Luthi

I think we don't have a test covering a non default NuGet packages directory.

I just got this exception when executing a self-contained, trimmed executable with EF Core 6.0.0: ``` System.TypeInitializationException: The type initializer for 'Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerMathTranslator' threw an exception. ---> System.InvalidOperationException: Could not find...

It looks like the new `File` method that returns a `PushFileStreamResult` proposed above by @pranavkm has not yet been implemented. https://github.com/dotnet/aspnetcore/issues/39383#issuecomment-1009261849 Can we expect it for .NET 7 ? If...

Hey @dabeku, any interest in merging this pull request?

This most probably happens because [iOS 8 changed how MPMoviePlayerViewController is initialized](https://github.com/0xced/XCDYouTubeKit/blob/a03965c63e3a6a39c9de266625cb0633be6fbcba/XCDYouTubeKit/XCDYouTubeVideoPlayerViewController.m#L29-L45).

@odinserj Do you have any plan to merge this?

Freshly rebased onto master in case there's interest in merging this pull request.

I just rebased on master. Is there a chance to see this merged @odinserj or @pieceofsummer?