Sascha-L / WPF-MediaKit

Microsoft Public License
367 stars 117 forks source link

Using WPFMediaKit:MultimediaUtil.VideoInputDevices marks my EXE as Virus infected #95

Open rrvenki opened 5 years ago

rrvenki commented 5 years ago

In VS2019 Preview (16.4.0 Preview 6) while developing WPF windows application using VB.NET, the below XAML code in my EXE, the EXE is marked as "Virus infected" by "Symantec Endpoint Protection".

XAML Code:

<ComboBox
        x:Name="videoCapDevices"
        Grid.Row="0"
        Grid.Column="1"
        DisplayMemberPath="Name"
        ItemsSource="{Binding Source={x:Static WPFMediaKit:MultimediaUtil.VideoInputDevices}}" />

The part of code in MultimediaUtil.VideoInputDevices should be enumerating the video hardwares which is marked as Virus infection. Please advice.

xmedeko commented 5 years ago

Report to Symantec false positive and send them link to this issue.

rrvenki commented 4 years ago

Symantec false positive reporting done on 03-Dec-2019 12:40 PM India time.