Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rrvenki opened this issue Nov 29, 2019 · 2 comments

Comments

@rrvenki
Copy link

rrvenki commented Nov 29, 2019

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
Copy link
Collaborator

xmedeko commented Nov 29, 2019

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

@rrvenki
Copy link
Author

rrvenki commented Dec 3, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants