cannot compile?
meanjellybean1 opened this issue · 5 comments
meanjellybean1 commented
have this error: System.IndexOutOfRangeException: 'Index was outside the bounds of the array.'
mehdibelhajamor commented
same
anyway to fix this? @matterpreter
matterpreter commented
This sounds like a runtime error, not an error during compilation. Could you please provide the full stack trace?
nothing4free commented
Hi! I'm having the same error on my side. Compiled using Visual Studio 2022, the full stack trace I'm getting is the following:
.\DefenderCheck.exe
System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' at DefenderCheck.Program.Main(String[] args) at C:\Users\n4f\Desktop\DefenderCheck-master\DefenderCheck\DefenderCheck\Program.cs:line 21
nothing4free commented
ah, nevermind, you need to specify the file you want to analyze or else you'll get that out of bounds error @meanjellybean1 @matterpreter :)
matterpreter commented
Fixed in 27616de