Skip to content

Conversation

@dellis1972
Copy link
Contributor

Fixes #7902

Commit 2726a38 introduced the ability to ignore certain file patterns when adding files to an apk. Unfortunately it had a bug in the code and the test. The code would log a warning that is was ignoring the file, but then add the file anyway. The test was looking for the wrong path in the apk , so it would always pass the test.

This commit fixes both of these issues.

Fixes dotnet#7902

Commit 2726a38 introduced the ability to ignore certain file patterns
when adding files to an apk. Unfortunately it had a bug in the code
and the test. The code would log a warning that is was ignoring the file,
but then add the file anyway. The test was looking for the wrong path
in the apk , so it would always pass the test.

This commit fixes both of these issues.
@dellis1972 dellis1972 merged commit f3c21a6 into dotnet:main Mar 21, 2023
@dellis1972 dellis1972 deleted the kotlinbug branch March 21, 2023 22:36
grendello added a commit to grendello/xamarin-android that referenced this pull request Mar 22, 2023
* main:
  [docs] how to get gc dumps w/ `dotnet-trace` (dotnet#7875)
  [Xamarin.Android.Build.Tasks] Fix AndroidPackagingOptionsExclude (dotnet#7903)
  Bump to dotnet/installer@c373093 8.0.100-preview.3.23170.5 (dotnet#7901)
  [Xamarin.Android.Build.Tasks] Updating NuGet packages does not update the app (dotnet#7892)
  [vs-workload] Remove @(MultiTargetPackNames) (dotnet#7894)
jonathanpeppers pushed a commit that referenced this pull request Jun 1, 2023
Fixes #7902

Commit 2726a38 introduced the ability to ignore certain file patterns
when adding files to an apk. Unfortunately it had a bug in the code
and the test. The code would log a warning that is was ignoring the file,
but then add the file anyway. The test was looking for the wrong path
in the apk , so it would always pass the test.

This commit fixes both of these issues.
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exclusion of Kotlin-related files (AndroidPackagingOptionsExclude) does not work

2 participants