-
Notifications
You must be signed in to change notification settings - Fork 565
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.
Description
Android application type
.NET Android (net7.0-android, etc.)
Affected platform version
All
Description
I have noticed that when I update nugets in my maui app, the dll updates do not reach the final device.
Steps to Reproduce
I have a GitHub Action here with a test case script:
- source: https://github.com/mattleibow/maui-bug-repros/blob/repro-android-not-updating/.github/workflows/dotnet.yml
- run: https://github.com/mattleibow/maui-bug-repros/actions/runs/4440605792/jobs/7794616600#step:5:153
- dotnet new maui
- dotnet build -f net8.0-android /bl:build-1-initial.binlog
- dotnet add package Newtonsoft.Json --version 13.0.1
- dotnet build -f net8.0-android /bl:build-1-after-json.binlog
- dotnet add package Newtonsoft.Json --version 13.0.3
- dotnet build -f net8.0-android /bl:build-1-after-update.binlog
- (Get-Item obj\Debug\net8.0-android\android\assets\Newtonsoft.Json.dll).VersionInfo
The output of 7. is still 13.0.1
Did you find any workaround?
Rebuild
Relevant log output
https://github.com/mattleibow/maui-bug-repros/actions/runs/4440605792/jobs/7794616600#step:5:153Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.