Gabriel Michaud

Results 10 comments of Gabriel Michaud

I also noticed that .NET Standard 2.0 is listed on the page; it probably explains why it compiles fine. I'm getting a FileLoadException when the system tries to call RuntimeInformation.IsOSPlatform....

@govert i clicked the 'Frown' button 2 weeks ago and wrote feedback... I can also confirm that with the most current Excel build this is still happening.

@govert we were running on 1.5.0rc1 and my first idea was to check if a more recent build is available; I see 1.5 final is published by the file is...

@govert everyone at Velixo reported it already using this link. We have also documented how to whitelist the file for now here https://help.velixo.com/en/articles/5718835-error-a-problem-occurred-while-the-add-in-was-creating-an-isolated-application-domain

@lafritay we have updated our instructions for customers, the problem shows up under current threats only while the message box is visible in Excel. That’s probably because the file gets...

As of this morning, Windows Defender is no longer considering ExcelDna.Integration as malware: https://www.virustotal.com/gui/file/02f05760666bda9018b95e442486c504cb67f02f5603406be55effc6dbf5c592/detection

Are contributions from the community welcome regarding .NET Core support? Is there anything in particular where we could help @govert and @augustoproiete?

If you want to have a single file XLL and don't want to have to ship the native DLLs separately, you should consider using [Costura](https://github.com/Fody/Costura) to embed the native libraries...

I tried using HTTP Basic auth using https://user:[email protected]/path/ without luck - is it supported by Google Docs?

We have been using Fody Costura (https://github.com/Fody/Costura) for that purpose, instead of the built-in packing mechanism. All our dependant libraries are packed into a single DLL prior to embedding into...