Created
February 28, 2019 15:26
-
-
Save TheBrambleShark/735e0e8669191ecdcbcc22549653f433 to your computer and use it in GitHub Desktop.
CoreCLR Test Errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 59>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(321,5): error MSB3491: Could not write lines to file "PInvoke_SafeHandle_MarshalAs_Interface.dir\Debug\PInvoke_.A2DBD5FD.tlog\PInvoke_SafeHandle_MarshalAs_Interface.lastbuildstate". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. [C:\Users\Foxtrek_64\Documents\Projects\Microsoft\coreclr\bin\tests\obj\Windows_NT.x64.Debug\Native\src\Interop\PInvoke\SafeHandles\Interface\PInvoke_SafeHandle_MarshalAs_Interface.vcxproj] | |
| 68>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(321,5): error MSB3491: Could not write lines to file "ReversePInvokePassingByRefNative.dir\Debug\ReverseP.824D51CD.tlog\ReversePInvokePassingByRefNative.lastbuildstate". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. [C:\Users\Foxtrek_64\Documents\Projects\Microsoft\coreclr\bin\tests\obj\Windows_NT.x64.Debug\Native\src\Interop\PInvoke\SizeParamIndex\ReversePInvoke\PassingByRef\ReversePInvokePassingByRefNative.vcxproj] | |
| 33>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(321,5): error MSB3491: Could not write lines to file "IjwNativeCallingManagedDll.dir\Debug\IjwNativ.7F9F1830.tlog\IjwNativeCallingManagedDll.lastbuildstate". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. [C:\Users\Foxtrek_64\Documents\Projects\Microsoft\coreclr\bin\tests\obj\Windows_NT.x64.Debug\Native\src\Interop\IJW\NativeCallingManaged\IjwNativeCallingManagedDll\IjwNativeCallingManagedDll.vcxproj] | |
| 42>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(321,5): error MSB3491: Could not write lines to file "MarshalArrayByValArrayNative.dir\Debug\MarshalA.3522A793.tlog\MarshalArrayByValArrayNative.lastbuildstate". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. [C:\Users\Foxtrek_64\Documents\Projects\Microsoft\coreclr\bin\tests\obj\Windows_NT.x64.Debug\Native\src\Interop\PInvoke\Array\MarshalArrayAsField\LPArrayNative\MarshalArrayByValArrayNative.vcxproj] | |
| 67>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(321,5): error MSB3491: Could not write lines to file "ReversePInvokePassingByOutNative.dir\Debug\ReverseP.5115FCC6.tlog\ReversePInvokePassingByOutNative.lastbuildstate". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. [C:\Users\Foxtrek_64\Documents\Projects\Microsoft\coreclr\bin\tests\obj\Windows_NT.x64.Debug\Native\src\Interop\PInvoke\SizeParamIndex\ReversePInvoke\PassingByOut\ReversePInvokePassingByOutNative.vcxproj] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 28>LINK : warning LNK4232: name DllImportPath_U?n?i?c?o?d?e.dll contains non-ASCII characters, DLL may not load on system with ANSI codepage other than 1252 [C:\Users\Foxtrek_64\Documents\Projects\Microsoft\coreclr\bin\tests\obj\Windows_NT.x64.Debug\Native\src\Interop\PInvoke\DllImportPath\DllImportPath_U?n?i?c?o?d?e.vcxproj] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment