Bump to xamarin/monodroid/main@8c54ea6d - #7576
Merged
Merged
Conversation
Changes: https://github.com/xamarin/monodroid/compare/8f925e3346c8aea63f3481a26c811374915b8d18...8c54ea6df5dfdbe4a0db61445e5b7f2faf9810dd * xamarin/monodroid@8c54ea6df: Bump to xamarin/androidtools/main@df37cc76 (xamarin/monodroid#1275) * xamarin/monodroid@cd1e08ced: Enable CodeQL on Windows build job (xamarin/monodroid#1274) * xamarin/monodroid@1ff225b8d: Merge pull request xamarin/monodroid#1271 from xamarin/dev/msylvia/update-provisionator-bootstrap * xamarin/monodroid@fce261626: Update provisionator bootstrap * xamarin/monodroid@56cb29f17: Use .NET 7.0.x; Bump to xamarin/xamarin-android/main@ca2c6292 (xamarin/monodroid#1273) Of particular note is xamarin/monodroid@8c54ea6df, which fixes a `FormatException` from `AndroidDevice.RunShellCommandAsync()`: System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. at System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args) at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args) at System.String.Format(String format, Object[] args) at Mono.AndroidTools.AndroidLogger.LogError(String task, String format, Object[] args) in D:\a\_work\1\s\External\androidtools\Mono.AndroidTools\AndroidLogger.cs:line 63 at Mono.AndroidTools.AndroidDevice.<>c__DisplayClass118_0.<RunShellCommandAsync>b__0() in D:\a\_work\1\s\External\androidtools\Mono.AndroidTools\AndroidDevice.cs:line 1012 The IDE will need to be separately updated to fully fix this.
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Nov 23, 2022
* main: Bump to xamarin/monodroid/main@8c54ea6d (dotnet#7576)
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Nov 28, 2022
* main: LEGO: Merge pull request 7584 LEGO: Merge pull request 7582 [build] Pass NuGet.config when restoring (dotnet#7578) Bump to xamarin/monodroid/main@8c54ea6d (dotnet#7576)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: https://github.com/xamarin/monodroid/compare/8f925e3346c8aea63f3481a26c811374915b8d18...8c54ea6df5dfdbe4a0db61445e5b7f2faf9810dd
Of particular note is xamarin/monodroid@8c54ea6df, which fixes a
FormatExceptionfromAndroidDevice.RunShellCommandAsync():The IDE will need to be separately updated to fully fix this.