mfkl

Results 31 issues of mfkl

Hi, Are you planning to support NetStandard in the future? I've created a new project in a fork that targets NetStandard 1.4 and after a few .NET API changes needed...

## Steps to Reproduce 1. Clone https://github.com/mfkl/mac-multitarget-net5-cs9 on macOS 2. Build with `msbuild` 3. See error ### Current Behavior There are errors when building a multitarget solution with the MSBuildExtra...

### Description of Change ### Add WinUI support to LVS 3 ### Issues Resolved ### - fixes https://code.videolan.org/videolan/LibVLCSharp/-/issues/347 ### Platforms Affected ### - UWP ### PR Checklist ### - [x]...

### Description of Change ### libvlc_media_player_get_media increments the ref count of the media, which may easily cause a memory leak, as this is very unusual behavior for C# property getter...

### Description of Change ### Refactoring the libvlc loading for both Xamarin.Mac (cocoa) and netcore on mac targets to allow loading a libvlc dynamic build, as opposed to the current...

just checking the build

Bit annoying because the libvlcsharp-unity-uwp dll has to be netstandard2.0 to work with unity.

Rebased and iterated on https://github.com/G-Research/consuldotnet/pull/73 Few points to discuss: - Bundled a few needed ConfigurationAwait(false) in the initial commit. - which version of Text.Json do we want? [This comment](https://github.com/G-Research/consuldotnet/pull/73#discussion_r585898732) is...