Allister Beharry

Results 10 comments of Allister Beharry

Sure, this is a high priority task. Track in #7

Hi thanks for trying it out. On 64-bit machines jemalloc aligns floats and other values on a minimum 16-byte boundary. This is the recommendation of the C11 standard and is...

Added in 88c3c2b73430b6ba910512f5776c387bd2b0dd45. e.g for validating the array multiply benchmark: ``` int index = GM.Rng.Next(0, ArraySize); SafeArray nativeArray = GetValue("nativeArray"); T[] managedArray = GetValue("managedArray"); T mul = GetValue("mul"); T fill...

Hi @jacobwvandijk-work DevAudit supports the new style .csproj format. The MSBuild .target files have the same syntax as the .csproj so using a .targets file as the parameter should work....

@markusschaber Could you try the build for VS 2019? Just unzip and double-click. [NugetAuditor.VSIX.zip](https://github.com/OSSIndex/audit.net/files/3816840/NugetAuditor.VSIX.zip)

@markusschaber I'm really sorry it took me so long to get back to you. Could you try this version on your VS 2017 instance: [NugetAuditor.VSIX.zip](https://github.com/OSSIndex/audit.net/files/3936561/NugetAuditor.VSIX.zip)

Hi sorry for taking so long to respond. I'm going to look at this issue today.

I've attached a build that should partially resolve the issue (just remove the .zip extension.) The problem basically is with new-style .NET projects which don't specify their packages in a...

Hi really sorry I took so long to get back to you. It seems this is a current limitation of audit,net with adding new projects to a new solution without...