- Mar 29, 2021
-
-
Martin Finkel authored
-
Fixes videolan/LibVLCSharp#453
-
- Mar 16, 2021
-
-
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]
-
- Mar 01, 2021
-
-
-
Martin Finkel authored
-
- Feb 09, 2021
-
-
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
-
- Feb 08, 2021
-
-
Martin Finkel authored
-
Martin Finkel authored
-
Martin Finkel authored
The new cake release broke the build with the existing bootstrapper script. Using the dotnet tool seems like the new recommended way.
-
- Feb 02, 2021
-
-
Martin Finkel authored
-
- Jan 25, 2021
-
-
Martin Finkel authored
-
- Jan 04, 2021
-
-
Martin Finkel authored
-
- Dec 28, 2020
-
-
Johannes Kauffmann authored
-
- Dec 21, 2020
-
-
Martin Finkel authored
AWindow gets special treatment as C# autogen glue code is not yet nullable compliant. Tests also (no need for XML doc checks)
-
Martin Finkel authored
https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5128 https://github.com/nuget/home/issues/8583 Cannot repro locally. C:\hostedtoolcache\windows\dotnet\sdk\5.0.101\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(207,5): error NU5128: Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below: [D:\a\1\s\src\LibVLCSharp\LibVLCSharp.csproj] C:\hostedtoolcache\windows\dotnet\sdk\5.0.101\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(207,5): error NU5128: - Add a dependency group for UAP10.0 to the nuspec [D:\a\1\s\src\LibVLCSharp\LibVLCSharp.csproj]
-
Martin Finkel authored
This works around a macOS-only error in Android sample projects which involves a javac error. This workaround is only needed when using ProjectReference, not PackageReference, so users should not be affected. https://github.com/dotnet/msbuild/issues/3232
-
Martin Finkel authored
-
Martin Finkel authored
-
- Dec 14, 2020
-
-
The project URL to SeeSharpCameraViewer leads to a dead link. I could not find the project on github either.
-
- Nov 17, 2020
-
-
- Nov 16, 2020
-
-
Martin Finkel authored
The CD modifies version suffixes, override if there is an existing one, So that CD works even for current pre-release packages.
-
Martin Finkel authored
-
Martin Finkel authored
-
Martin Finkel authored
-
-
- Nov 12, 2020
-
-
Martin Finkel authored
-
Martin Finkel authored
-
WPF: When a ForegroundWindow is closed, event subscriptions hooked up in the constructor are now unsubscribed, preventing further unwanted/accidental behaviour.
-
WPF: The Loaded event may fire multiple times, whereas the Background_Loaded is performing one-time initialization. Adding a guard to ensure this method is only called the first time the ForegroundWindow is loaded.
-
Martin Finkel authored
In unusual configurations, the source result may be null. #384
-
Martin Finkel authored
In some cases, like with docking frameworks (#384), Show() is an invalid call, so surface that info in the VLCException
-
- Nov 11, 2020
-
-
Jérémy VIGNELLES authored
-
- Nov 09, 2020
-
-
-
-
-
These are the same changes as https://github.com/ZeBobo5/Vlc.DotNet/pull/648 Also increased the buffer size to match the libvlc buffer size.
-
- Nov 04, 2020
-
-
Martin Finkel authored
-
- Oct 27, 2020
-
-
Martin Finkel authored
-
- Oct 21, 2020
-
-
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.
-
- Sep 29, 2020
-
-
Martin Finkel authored
-