Simon
Simon
CC#
Created by Simon on 1/29/2024 in #help
Visual Studio Exception Settings
okay yeah it seems like its a handler from a library that i use which redirects everything somewhere else. i feel dumb for not considering that thank you very much 😅
16 replies
CC#
Created by Simon on 1/29/2024 in #help
Visual Studio Exception Settings
yeah youre right i think i have some kind of global handler that just catches all exceptions, i its a big project that i havent touched in years, ill have to take a look at that
16 replies
CC#
Created by Simon on 1/29/2024 in #help
Visual Studio Exception Settings
thats the problem, if I just uncheck them it wont break on unhandled exceptions, im not sure why
16 replies
CC#
Created by Simon on 8/4/2023 in #help
❔ StringSyntax attribute not available
that kinda makes sense, but it'd be still useless for me
9 replies
CC#
Created by Simon on 8/4/2023 in #help
❔ StringSyntax attribute not available
Oh it does work, it just stops working if you use variables with it or just a simple
new string[] { "hey" + "(test|non) .*" }
new string[] { "hey" + "(test|non) .*" }
9 replies
CC#
Created by Simon on 8/4/2023 in #help
❔ StringSyntax attribute not available
I just upgraded to .net 7, apparently that attribute doesn't even work on string arrays, well that's it i guess :P
9 replies