Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] demo test net6 BuildActions CI Glide #1398

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

moljac
Copy link
Member

@moljac moljac commented Aug 2, 2022

No description provided.

@moljac
Copy link
Member Author

moljac commented Aug 2, 2022

find source -name "*.AssetFileDescriptorLocalUriFetcher.cs" 

result:

source/Xamarin.Android.Glide/obj/Release/net6.0-android/generated/src/Bumptech.Glide.Load.Data.AssetFileDescriptorLocalUriFetcher.cs
source/Xamarin.Android.Glide/obj/Release/monoandroid12.0/generated/src/Com.Bumptech.Glide.Load.Data.AssetFileDescriptorLocalUriFetcher.cs
source/Xamarin.Android.Glide/obj/Debug/net6.0-android/generated/src/Bumptech.Glide.Load.Data.AssetFileDescriptorLocalUriFetcher.cs
source/Xamarin.Android.Glide/obj/Debug/monoandroid12.0/generated/src/Com.Bumptech.Glide.Load.Data.AssetFileDescriptorLocalUriFetcher.cs

@moljac
Copy link
Member Author

moljac commented Aug 3, 2022

local test:

% zipinfo ./output/Xamarin.Android.Glide.4.13.2.nupkg 
Archive:  ./output/Xamarin.Android.Glide.4.13.2.nupkg
Zip file size: 1150139 bytes, number of entries: 14
?---------  2.0 unx      511 b- defN 22-Aug-03 09:31 _rels/.rels
?---------  2.0 unx     2640 b- defN 22-Aug-03 09:31 Xamarin.Android.Glide.nuspec
?---------  2.0 unx  1070592 b- defN 22-Aug-03 07:31 lib/monoandroid12.0/Xamarin.Android.Glide.dll
?---------  2.0 unx      138 b- defN 22-Aug-03 07:31 lib/monoandroid12.0/Xamarin.Android.Glide.xml
?---------  2.0 unx  1070592 b- defN 22-Aug-03 07:31 lib/net6.0-android31.0/Xamarin.Android.Glide.dll
?---------  2.0 unx      138 b- defN 22-Aug-03 07:31 lib/net6.0-android31.0/Xamarin.Android.Glide.xml
?---------  2.0 unx   707270 b- defN 22-Aug-02 09:49 aar/glide.aar
?---------  2.0 unx      229 b- defN 21-Sep-16 15:59 build/monoandroid12.0/Xamarin.Android.Glide.targets
?---------  2.0 unx      229 b- defN 21-Sep-16 15:59 build/net6.0-android31.0/Xamarin.Android.Glide.targets
?---------  2.0 unx      229 b- defN 21-Sep-16 15:59 buildTransitive/monoandroid12.0/Xamarin.Android.Glide.targets
?---------  2.0 unx      229 b- defN 21-Sep-16 15:59 buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets
?---------  2.0 unx     5363 b- defN 21-May-10 15:42 THIRD-PARTY-NOTICES.txt
?---------  2.0 unx      711 b- defN 22-Aug-03 09:31 [Content_Types].xml
?---------  2.0 unx      637 b- defN 22-Aug-03 09:31 package/services/metadata/core-properties/284f211fb5f84dbdbacccea110c1bb02.psmdcp
14 files, 2859508 bytes uncompressed, 1147871 bytes compressed:  59.9%

CI nuget with old CI settings:

% zipinfo $HOME/Downloads/Xamarin.Android.Glide.4.13.2.nupkg 
Archive:  /Users/moljac/Downloads/Xamarin.Android.Glide.4.13.2.nupkg
Zip file size: 1148143 bytes, number of entries: 14
-rw----     2.0 fat      515 b- defN 22-Aug-03 07:38 _rels/.rels
-rw----     2.0 fat     2826 b- defN 22-Aug-03 07:38 Xamarin.Android.Glide.nuspec
-rw----     2.0 fat  1070592 b- defN 22-Aug-03 07:38 lib/monoandroid12.0/Xamarin.Android.Glide.dll
-rw----     2.0 fat      146 b- defN 22-Aug-03 07:38 lib/monoandroid12.0/Xamarin.Android.Glide.xml
-rw----     2.0 fat  1070592 b- defN 22-Aug-03 07:38 lib/net6.0-android31.0/Xamarin.Android.Glide.dll
-rw----     2.0 fat      146 b- defN 22-Aug-03 07:38 lib/net6.0-android31.0/Xamarin.Android.Glide.xml
-rw----     2.0 fat   707270 b- defN 22-Aug-03 07:37 aar/glide.aar
-rw----     2.0 fat      235 b- defN 22-Aug-03 07:34 build/monoandroid12.0/Xamarin.Android.Glide.targets
-rw----     2.0 fat      235 b- defN 22-Aug-03 07:34 build/net6.0-android31.0/Xamarin.Android.Glide.targets
-rw----     2.0 fat      235 b- defN 22-Aug-03 07:34 buildTransitive/monoandroid12.0/Xamarin.Android.Glide.targets
-rw----     2.0 fat      235 b- defN 22-Aug-03 07:34 buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets
-rw----     2.0 fat     5468 b- defN 22-Aug-03 07:34 THIRD-PARTY-NOTICES.txt
-rw----     2.0 fat      721 b- defN 22-Aug-03 07:38 [Content_Types].xml
-rw----     2.0 fat      645 b- defN 22-Aug-03 07:38 package/services/metadata/core-properties/9f8dc41210a04b3fabaae22f0dc19710.psmdcp
14 files, 2859861 bytes uncompressed, 1145875 bytes compressed:  60.0%

CI nuget with new CI settings:

% zipinfo $HOME/Downloads/Xamarin.Android.Glide.4.13.2.nupkg 
Archive:  /Users/moljac/Downloads/Xamarin.Android.Glide.4.13.2.nupkg
Zip file size: 1148134 bytes, number of entries: 14
-rw----     2.0 fat      515 b- defN 22-Aug-03 08:12 _rels/.rels
-rw----     2.0 fat     2826 b- defN 22-Aug-03 08:12 Xamarin.Android.Glide.nuspec
-rw----     2.0 fat  1070592 b- defN 22-Aug-03 08:11 lib/monoandroid12.0/Xamarin.Android.Glide.dll
-rw----     2.0 fat      146 b- defN 22-Aug-03 08:11 lib/monoandroid12.0/Xamarin.Android.Glide.xml
-rw----     2.0 fat  1070592 b- defN 22-Aug-03 08:11 lib/net6.0-android31.0/Xamarin.Android.Glide.dll
-rw----     2.0 fat      146 b- defN 22-Aug-03 08:11 lib/net6.0-android31.0/Xamarin.Android.Glide.xml
-rw----     2.0 fat   707270 b- defN 22-Aug-03 08:10 aar/glide.aar
-rw----     2.0 fat      235 b- defN 22-Aug-03 08:04 build/monoandroid12.0/Xamarin.Android.Glide.targets
-rw----     2.0 fat      235 b- defN 22-Aug-03 08:04 build/net6.0-android31.0/Xamarin.Android.Glide.targets
-rw----     2.0 fat      235 b- defN 22-Aug-03 08:04 buildTransitive/monoandroid12.0/Xamarin.Android.Glide.targets
-rw----     2.0 fat      235 b- defN 22-Aug-03 08:04 buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets
-rw----     2.0 fat     5468 b- defN 22-Aug-03 08:04 THIRD-PARTY-NOTICES.txt
-rw----     2.0 fat      721 b- defN 22-Aug-03 08:12 [Content_Types].xml
-rw----     2.0 fat      645 b- defN 22-Aug-03 08:12 package/services/metadata/core-properties/727efe7cb60a42f282a6b3bc3880c36a.psmdcp
14 files, 2859861 bytes uncompressed, 1145866 bytes compressed:  60.0%

@moljac moljac self-assigned this Aug 3, 2022
@moljac moljac added do-not-merge needs-review Review requested on code changes in-test labels Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge in-test needs-review Review requested on code changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants