xamarin / AndroidX

AndroidX bindings for .NET for Android
MIT License
173 stars 42 forks source link

Weekly stable updates 20240627 #915

Closed moljac closed 2 days ago

moljac commented 2 days ago

Does this change any of the generated binding API's?

Describe your contribution

Updated:

moljac commented 2 days ago

Build error Xamarin.AndroidX.Car.App.App.1.4.0

Error: System.AggregateException: One or more errors occurred. (api-tools exited with error code 1 (/Users/Shared/Projects/d/X/AX/wsu-20240627/output/Xamarin.AndroidX.Car.App.App.1.4.0.nupkg).)
 ---> System.Exception: api-tools exited with error code 1 (/Users/Shared/Projects/d/X/AX/wsu-20240627/output/Xamarin.AndroidX.Car.App.App.1.4.0.nupkg).
   at Submission#0.<<Initialize>>b__0_0(FilePath nupkg)
   at System.Threading.Tasks.Parallel.<>c__DisplayClass43_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
   at System.Threading.Tasks.Parallel.<>c__DisplayClass43_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
   at System.Threading.Tasks.TaskReplicator.Replica.Execute()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
   at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
--- End of stack trace from previous location ---
   at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
   at Submission#0.<<Initialize>>d__0.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken)
   at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken)
   at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in D:\a\1\s\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206
   at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in D:\a\1\s\src\Cake.Core\Scripting\ScriptRunner.cs:line 172
   at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in D:\a\1\s\src\Cake\Features\Building\BuildFeature.cs:line 99
   at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in D:\a\1\s\src\Cake\Features\Building\BuildFeature.cs:line 49
   at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in D:\a\1\s\src\Cake\Commands\DefaultCommand.cs:line 76
X/AX
api-tools \
    nuget-diff \
        "/Users/Shared/Projects/d/X/AX/wsu-20240627/output/Xamarin.AndroidX.Car.App.App.1.4.0.nupkg" \
        --latest \
        --prerelease \
        --prefer-released \
        --group-ids \
        --ignore-unchanged \
        --compare-nuget-structure \
        --output \
            "/Users/Shared/Projects/d/X/AX/wsu-20240627/output/api-diff" \
        --cache "/Users/Shared/Projects/d/X/AX/wsu-20240627/externals/api-diff/package-cache"
moljac commented 2 days ago

Downgrading Xamarin.AndroidX.Car.App.App.1.4.0 for now, so updates are not blocked.