Skip to content
Snippets Groups Projects
  1. Mar 29, 2021
  2. Mar 16, 2021
    • Martin Finkel's avatar
      CI: Remove hotfix Xamarin.Mac build · 1065614f
      Martin Finkel authored
      Build is failing again with
      
       /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets(433,3): error MSB4018: The "Mmp" task failed unexpectedly. [/Users/runner/work/1/s/samples/Forms/LibVLCSharp.Forms.Sample.Mac/LibVLCSharp.Forms.Sample.Mac.csproj]
      /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets(433,3): error MSB4018: System.MissingMethodException: Method not found: string Xamarin.Localization.MSBuild.MSBStrings.get_E0088() [/Users/runner/work/1/s/samples/Forms/LibVLCSharp.Forms.Sample.Mac/LibVLCSharp.Forms.Sample.Mac.csproj]
      /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets(433,3): error MSB4018:   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <43ebad1e929b480db69b82ce34de96b7>:0  [/Users/runner/work/1/s/samples/Forms/LibVLCSharp.Forms.Sample.Mac/LibVLCSharp.Forms.Sample.Mac.csproj]
      /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/Xamarin.Mac.Common.targets(433,3): error MSB4018:   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002a9] in <43ebad1e929b480db69b82ce34de96b7>:0  [/Users/runner/work/1/s/samples/Forms/LibVLCSharp.Forms.Sample.Mac/LibVLCSharp.Forms.Sample.Mac.csproj]
      1065614f
  3. Mar 01, 2021
  4. Feb 09, 2021
    • Martin Finkel's avatar
      CI: rework template · d1b54d05
      Martin Finkel authored
      Remain on 3.0.11 for test as there are some intermittent failures
      
      [000001daf2fce560] prefetch stream error: unimplemented query (264) in control
      [000001daf2f86370] mmdevice audio output error: cannot get default device (error 0x80070490)
      [000001daf2f86370] mmdevice audio output error: cannot get device identifier (error 0x80070490)
      [000001daf35879f0] http stream error: local stream 3 error: Cancellation (0x8)
      [000001daf22d6850] main tls client error: connection error: Interrupted function call
      [000001daf3586df0] prefetch stream error: cannot seek (to offset 114182661)
      [000001daf35879f0] http stream error: local stream 1 error: Cancellation (0x8)
      [000001daf2f853d0] mmdevice audio output error: cannot get default device (error 0x80070490)
      [000001daf2f853d0] mmdevice audio output error: cannot get device identifier (error 0x80070490)
      [000001daf2f9e870] imem demux error: Invalid get/release function pointers
      [000001daf3b7b4b0] prefetch stream error: unimplemented query (264) in control
      [000001daf2f9e5d0] imem demux error: Invalid get/release function pointers
      [000001daf3b30df0] imem_access stream error: open error
      [000001daf3b30df0] imem stream error: Invalid get/r
      d1b54d05
  5. Feb 08, 2021
  6. Feb 02, 2021
  7. Jan 25, 2021
  8. Jan 04, 2021
  9. Dec 28, 2020
  10. Dec 21, 2020
  11. Dec 14, 2020
  12. Nov 17, 2020
  13. Nov 16, 2020
  14. Nov 12, 2020
  15. Nov 11, 2020
  16. Nov 09, 2020
  17. Nov 04, 2020
  18. Oct 27, 2020
  19. Oct 21, 2020
    • Martin Finkel's avatar
      core: Add logging helper to libvlc constructor · 8e275d64
      Martin Finkel authored
      So many times people are not aware of the --verbose option, because exposing
      only an array of stringsmeans you need to go check the vlc cli page for
      information.
      Having an enum explicitly for this makes it discoverable from the VS
      intellisense. It may be good to have it enabled by default.
      8e275d64
  20. Sep 29, 2020
Loading