xamarin-macios/msbuild/Xamarin.iOS.Tasks.Core/Tasks
Rolf Bjarne Kvinge a40c21cd88
[msbuild] Don't use exceptions as control flow in CollectITunesArtworkTaskBase. (#9837)
* It's slow (because exceptions are way slower than just returning a value).
* It's annoying when debugging with breakpoints on exceptions.
2020-10-13 09:14:40 +02:00
..
ACToolTaskBase.cs [msbuild] Add a GetMinimumOSVersion target that reads the app manifest and outputs the MinimumOSVersion. (#8858) 2020-06-16 17:40:04 +02:00
ALToolUploadTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
ALToolValidateTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
ArchiveTaskBase.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
CodesignVerifyTaskBase.cs [msbuild] Don't manually quote, instead rely on CommandLineArgumentBuilder's logic. (#7749) 2020-01-24 08:53:13 +01:00
CollectAssetPacksTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
CollectITunesArtworkTaskBase.cs [msbuild] Don't use exceptions as control flow in CollectITunesArtworkTaskBase. (#9837) 2020-10-13 09:14:40 +02:00
CollectITunesSourceFilesTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
CompileAppManifestTaskCore.cs [msbuild] Unify the CompileAppManifest target. (#8875) 2020-06-18 15:46:45 +02:00
CompileEntitlementsTaskCore.cs [msbuild] Share the _CompileEntitlements target. (#9323) 2020-08-10 13:55:54 +02:00
CompileITunesMetadataTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
CompileSceneKitAssetsTaskBase.cs [msbuild] Provide the correct value for the operating system for tvOS and watchOS to a few tasks. Fixes #6200. (#7226) 2019-10-16 22:14:11 +02:00
CreateAssetPackTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00
CreateDebugConfigurationTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
CreateDebugSettingsTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
DetectDebugNetworkConfigurationTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
DetectSdkLocationsTaskBase.cs [msbuild] Share the _DetectSdkLocations target. (#8755) 2020-06-05 17:08:02 +02:00
DetectSigningIdentityTaskCore.cs [msbuild] Share the _DetectSigningIdentity target. (#8785) 2020-06-08 08:58:59 +02:00
EmbedMobileProvisionTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
FindWatchOS2AppBundleTaskBase.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
GetDirectoriesTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
GetFilesTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
GetFullPathTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
GetMlaunchArgumentsTaskBase.cs [dotnet] Add support for 'dotnet build -t:run'. (#9823) 2020-10-09 13:01:13 +02:00
GetPropertyValueTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
IBToolTaskBase.cs [msbuild] Add a GetMinimumOSVersion target that reads the app manifest and outputs the MinimumOSVersion. (#8858) 2020-06-16 17:40:04 +02:00
MTouchTaskBase.cs [dotnet/msbuild] Add support for compiling and embedding entitlements to .NET apps. (#9489) 2020-08-25 19:25:32 +02:00
MetalLibTaskBase.cs [xcode11] Fix several issues to make the mtouch tests pass. Fixes #6259. (#6332) 2019-06-19 07:20:02 +02:00
MetalTaskBase.cs [msbuild] Add a GetMinimumOSVersion target that reads the app manifest and outputs the MinimumOSVersion. (#8858) 2020-06-16 17:40:04 +02:00
OptimizeImageTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
ParseDeviceSpecificBuildInformationTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
ResolveNativeWatchAppTaskBase.cs [msbuild] Inherit from Xamarin[Tool]Task instead of [Tool]Task in a most tasks. (#8582) 2020-05-13 15:44:59 +02:00
ScnToolTaskBase.cs [msbuild] Provide the correct value for the operating system for tvOS and watchOS to a few tasks. Fixes #6200. (#7226) 2019-10-16 22:14:11 +02:00
ValidateAppBundleTaskBase.cs [msbuild] Remove some watchOS 1 code. (#9797) 2020-10-09 14:11:04 +02:00
WriteAssetPackManifestTaskBase.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02:00