xamarin-macios/msbuild/Xamarin.MacDev.Tasks.Core
Sebastien Pouliot cd7f7596ba
[msbuild] Fix localization when the error code is shared with mtouch/mmp (#10799)
Code shared between msbuild and mtouch/mmp needs to share the
localization strings, otherwise the exception being thrown is of no help
to solve the issue.

THis happened if a wrong path was given for an `.xcframework` and
`FileCopier` reported an `MT1022` error.

Reference (not a fix for) https://github.com/xamarin/xamarin-macios/issues/10774
2021-03-08 09:04:57 -05:00
..
MsBuildTasks [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
Properties [msbuild] Add support for `.xcframework` (#10046) 2020-11-30 13:44:03 -05:00
Tasks [tests] Add unit tests for building Mac Catalyst for ARM64. (#10768) 2021-03-04 17:44:55 +01:00
AssetPackUtils.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
BundleResource.cs [msbuild] Move PathUtils.cs to tools/common so that other code can use it too. (#9801) 2020-10-09 08:32:10 +02:00
CommandLineArgumentBuilder.cs [msbuild] Re-use existing code to launch processes. (#9858) 2020-10-14 19:15:53 +02:00
DataConverter.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
LinkTarget.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
LoggingExtensions.cs [msbuild] Use the proper MM vs MT error code prefix (#3360) 2018-01-31 09:56:45 -05:00
NativeReferenceKind.cs [msbuild] Remove duplicate NativeReferenceKind enum. (#8812) 2020-06-10 09:09:53 +02:00
PlatformFramework.cs [msbuild] Use localized strings in a few more places. (#10613) 2021-02-11 15:57:40 +01:00
PlatformUtils.cs [msbuild] Apple uses 'macosx' as the platform identifier for catalyst in their toolchain. 2020-12-03 10:42:26 +01:00
Sdks.cs [msbuild] Use the macOS SDK to build Mac Catalyst apps instead of the iOS SDK (#10644) 2021-02-17 17:25:36 +01:00
StringParserService.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
TargetArchitecture.cs [msbuild] Add a TargetArchitectures argument to the LinkNativeCode task. (#9945) 2020-10-23 09:12:34 +02:00
VerbosityUtils.cs [msbuild] Default to verbose logs for mmp/mtouch if creating a binary log. (#10147) 2020-11-25 15:09:21 +01:00
Xamarin.MacDev.Tasks.Core.csproj [msbuild] Fix localization when the error code is shared with mtouch/mmp (#10799) 2021-03-08 09:04:57 -05:00