xamarin-macios/msbuild/Xamarin.MacDev.Tasks
Rolf Bjarne Kvinge de762d67cc
[dotnet] Point app extensions to any frameworks in the root app bundle. Fixes #17876. (#18913)
Put any frameworks in app extensions in the Frameworks directory in the
containing app bundle. This saves a lot of space if the same framework is used
in both an app extension and the containing project (or multiple app
extensions).

Fixes https://github.com/xamarin/xamarin-macios/issues/17876.
Fixes https://github.com/xamarin/xamarin-macios/issues/17679.
2023-09-11 09:52:54 +02:00
..
Extensions [dotnet][xma] Ensure we don't use DOTNET_ROOT and DOTNET_HOST_PATH in… (#18567) 2023-07-26 20:01:42 -04:00
MsBuildTasks Update Xamarin.Messaging to 1.9.17 (#17501) 2023-02-10 22:40:08 +01:00
Properties Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Tasks [dotnet] Point app extensions to any frameworks in the root app bundle. Fixes #17876. (#18913) 2023-09-11 09:52:54 +02:00
.gitignore [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
AssetPackUtils.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
BundleResource.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
CommandLineArgumentBuilder.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
DataConverter.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Decompress.cs [msbuild] Dispose a few streams when done with them in the unzip/decompress logic. (#18410) 2023-06-08 16:51:10 +02:00
ErrorHelper.msbuild.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
LinkTarget.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
LinkerOptions.cs [msbuild/dotnet] Handle dylibs that don't start with 'lib' better. Fixes #15044. (#18496) 2023-06-27 07:55:04 +02:00
LoggingExtensions.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
NativeReferenceKind.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
PlatformFramework.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
PlatformUtils.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
PublishFolderType.cs [msbuild] Extract the PublishFolderType enum into its own file. (#17715) 2023-03-07 16:24:40 +01:00
Sdks.cs [msbuild] Remove the Xamarin.*.Task.Core assemblies. (#15768) 2022-08-29 11:59:28 +02:00
StringParserService.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
TargetArchitecture.cs Use Enum.GetValues<T> instead of Enum.GetValues in numerous places for .NET. (#18382) 2023-06-07 08:47:55 +02:00
VerbosityUtils.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
Xamarin.MacDev.Tasks.csproj [dotnet] Integrate class handle rewriting into static registrar process. (#18456) 2023-06-23 10:12:35 -04:00