Open thiago-tota opened 3 years ago
Fluent theme and DataGrid seems to be affected. Worst part is that this also marks published apps as trojans. For example https://vhdplus.com/docs/getstarted#install-vhdplus-ide is unusable on windows right now
When will it correct?
Do we know the Avalonia dll's haven't had code injected? It can happen if the nuget package build computer is compromised.
We are building on Azure Pipelines. I suspect that some trojan app is using Avalonia, so we are getting marked as a virus as well.
We are building on Azure Pipelines. I suspect that some trojan app is using Avalonia, so we are getting marked as a virus as well.
If it were so one would expect that more AVs would flag Avalonia for example as soon as you cleared other DLLs Avalonia.Dialogs got flagged at least according to the latest definitions (virustotal results). Also tested on my computer (with latest definitions) and this paritcular DLL is being flagged now.
I've compared Avalonia.Dialogs.dll from nuget to one built on my machine and they are of the same size and are mostly identical except some small 1-20 byte long chunks and some entry in RSDS segment which seems to be a PDB.
ilspycmd produces identical output for both assemblies.
So I don't believe that any code was injected during the build.
The hash in @bcssov's screenshot is not flagged anymore at least... https://www.virustotal.com/gui/file/1ddd21b514e84b385ff32143db3e11dfb01e13a3f8f3b1d6cffeee98e091a6bb/detection
Neither is Avalonia.Themes.Fluent.dll (from Avalonia v0.10.5): https://www.virustotal.com/gui/file/c50bf9e568710c8429f516833ca7fddce08014c972b8bdd96de52f2128872b73/detection or Avalonia.Controls.DataGrid.dll (from Avalonia.Controls.Datagrid v0.10.5): https://www.virustotal.com/gui/file/a23bfd44cd5addaf9f2ee3453f0b5515e459f79436e16cf2b16bdf298c234de3/detection
Trying to run the application and got the following exception:
Screenshots If applicable, add screenshots to help explain your problem.