xamarin-macios/msbuild/Xamarin.MacDev.Tasks.Core
Rolf Bjarne Kvinge fe6a06dbca
[msbuild] Improve error reporting when an external tool fails to print some of stderr. (#14993)
Improve error reporting when an external tool fails to print some of stderr (up to 1024 characters).

Before:

    error : clang exited with code 1

After:

    error : clang exited with code 1:
    error : [...]/xamarin-macios/tests/dotnet/MyInterpretedApp/iOS/obj/Debug/net6.0-ios/iossimulator-x64/linker-cache/main.x86_64.mm:58:25: error: use of undeclared identifier 'MONO_AOT_MODE_INTERP_ONLY'; did you mean 'MONO_AOT_MODE_INTERP'?
    error :         mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP_ONLY);
    error :                                ^~~~~~~~~~~~~~~~~~~~~~~~~
    error :                                MONO_AOT_MODE_INTERP
    error : [...]/xamarin-macios/builds/downloads/dotnet-sdk-6.0.301-rtm.22254.17-osx-x64/packs/Microsoft.iOS.Runtime.iossimulator-x64/15.4.16-ci.x64-interpreter-only/runtimes/iossimulator-x64/native/xamarin/mono-runtime.h:452:2: note: 'MONO_AOT_MODE_INTERP' declared here
    error :         MONO_AOT_MODE_INTERP,
    error :         ^
2022-05-13 09:14:10 +02:00
..
Extensions [msbuild] Save/restore all the NativeReference metadata. 2022-03-22 16:14:07 +01:00
MsBuildTasks Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Properties [msbuild] Sign Xamarin.iOS.Tasks.dll and Xamarin.Mac.Tasks.dll. Fixes #9835. (#12831) 2021-09-28 17:31:35 +02:00
Tasks [msbuild] Improve error reporting when an external tool fails to print some of stderr. (#14993) 2022-05-13 09:14:10 +02:00
AssetPackUtils.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
BundleResource.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
CommandLineArgumentBuilder.cs [msbuild] Call the generator using a response file. (#12756) 2021-09-20 07:40:57 +02:00
DataConverter.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
ErrorHelper.msbuild.cs [msbuild] Use the same prefix in ErrorHelper as we do in other MSBuild code. 2021-06-24 11:40:07 +02:00
LinkTarget.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
LinkerOptions.cs [msbuild] Add support for computing linker arguments for native references that are dynamic libraries. 2021-12-22 10:17:34 +01:00
LoggingExtensions.cs [msbuild] Fix a few paths to have consistently macOS paths. (#14354) 2022-03-09 21:53:14 -05:00
NativeReferenceKind.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
PlatformFramework.cs [tests] Add tests for CompileAppManifest and ReadAppManifest. 2021-08-24 14:41:20 +02:00
PlatformUtils.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Sdks.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
StringParserService.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
TargetArchitecture.cs [msbuild] Add a TargetArchitectures argument to the LinkNativeCode task. (#9945) 2020-10-23 09:12:34 +02:00
VerbosityUtils.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Xamarin.MacDev.Tasks.Core.csproj [msbuild] Enable nullability for the CompileAppManifest task. (#14670) 2022-04-06 22:57:10 +02:00