dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.06k stars 4.04k forks source link

Windows Defender false positive causes CI failures #49519

Open sharwell opened 3 years ago

sharwell commented 3 years ago

This is a tracking issue for builds that fail due to Windows Defender false positive. Messages are similar to the following:

System.BadImageFormatException : Operation did not complete successfully because the file contains a virus or potentially unwanted software. (0x800700E1)

Build Kind Start Time
1501321 Rolling 2021-07-12
vatsalyaagrawal commented 3 years ago

This issue was hit once. We will take this up if it starts popping up more frequently.

vatsalyaagrawal commented 3 years ago

This issue has not been hit again since 16-08. Closing.

dibarbet commented 2 years ago

Just hit in https://runfo.azurewebsites.net/view/build/?number=1501321

AraHaan commented 2 years ago

I hit this locally with an locally built copy of vbc.

AraHaan commented 2 years ago

@allisonchou should the milestone on this one be changed to 17.2 or newer due to it still happening?

image