Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
MSB8058:
-fsanitize=address(Enable Address Sanitizer) not supported by platform 'platform-name'
This error occurs when you use a platform target that's incompatible with /fsanitize=address. Current support is limited to x86 and x64 on Windows 10 or later.
To resolve this issue, remove the incompatible platform targets from the build instructions for the instrumented code.