xamarin-macios/msbuild/Xamarin.MacDev.Tasks
Rolf Bjarne Kvinge 335f8c9d90
[dotnet/msbuild] Don't bundle *.xml files that match any assemblies. Fixes #14939 and fixes #15897. (#17908)
This fixes a warning when documentation is enabled for a project:

> The file '~/.nuget/packages/fsharp.core/6.0.0/contentFiles/any/netstandard2.1/FSharp.Core.xml' does not specify a 'PublishFolderType' metadata, and a default value could not be calculated. The file will not be copied to the app bundle.

This doesn't change any behavior (as the warning says, the file wasn't copied
to the app bundle before either), but it makes the behavior explicitly
documented and silences the warning.

Fixes https://github.com/xamarin/xamarin-macios/issues/14939.
Fixes https://github.com/xamarin/xamarin-macios/issues/15897.
2023-03-30 07:24:00 +02:00
..
Extensions Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02: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/msbuild] Don't bundle *.xml files that match any assemblies. Fixes #14939 and fixes #15897. (#17908) 2023-03-30 07:24:00 +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 Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
DataConverter.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
ErrorHelper.msbuild.cs [msbuild] Remove the Xamarin.*.Task.Core assemblies. (#15768) 2022-08-29 11:59:28 +02:00
LinkTarget.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
LinkerOptions.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
LoggingExtensions.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +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 [msbuild] Remove the Xamarin.*.Task.Core assemblies. (#15768) 2022-08-29 11:59:28 +02:00
VerbosityUtils.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
Xamarin.MacDev.Tasks.csproj [msbuild] Fix a compile warning about file being added twice. (#17097) 2023-01-12 07:09:17 +01:00