forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into no-ndk-lib-stubs
* main: (112 commits) [ci] Remove classic Mono.Android-Tests runs (dotnet#7778) $(AndroidPackVersionSuffix)=preview.2; net8 is 34.0.0-preview.2 (dotnet#7761) Localized file check-in by OneLocBuild Task (dotnet#7758) Bump to dotnet/installer@dec1209 8.0.100-alpha.1.23080.11 (dotnet#7755) LEGO: Merge pull request 7756 Localized file check-in by OneLocBuild (dotnet#7752) [Xamarin.Android.Build.Tasks] Fix issue where app will not install (dotnet#7719) Bump to dotnet/installer@779a644 8.0.100-alpha.1.23070.23 (dotnet#7728) LEGO: Merge pull request 7751 [Mono.Android] Wrap connection exceptions in HttpRequestException (dotnet#7661) [Mono.Android] Fix View.SystemUiVisibility enumification (dotnet#7730) Bump r8 from 3.3.75 to 4.0.48 (dotnet#7700) [monodroid] Prevent overlapped decompression of embedded assemblies (dotnet#7732) [xaprepare] Support arm64 emulator components (dotnet#7743) Bump SQLite to 3.40.1 (dotnet#7733) Bump to xamarin/xamarin-android-binutils/L_15.0.7-5.0.3@6721af4b (dotnet#7742) [monodroid] Replace `exit()` with `abort()` in native code (dotnet#7734) Bump to xamarin/Java.Interop/main@8a1ae57 (dotnet#7738) [build] bump `$(AndroidNet7Version)` (dotnet#7737) Bump to xamarin/Java.Interop/main@1366d99 (dotnet#7718) ...
- Loading branch information
Showing
264 changed files
with
7,238 additions
and
1,876 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
xamarin/monodroid:main@8f925e3346c8aea63f3481a26c811374915b8d18 | ||
mono/mono:2020-02@a96bde9730e4c2244536ce5f4250e5e4f4e6780a | ||
xamarin/monodroid:main@50faac94c6a0c27864564829ac83f3988c82f8ef | ||
mono/mono:2020-02@6dd9def57ce969ca04a0ecd9ef72c0a8f069112d |
Validating CODEOWNERS rules …
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Notify release branch change | ||
|
||
on: | ||
# trigger for main and release branches. | ||
push: | ||
branches: | ||
- main | ||
- 'release/**' | ||
|
||
jobs: | ||
pingRemote: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Parse commit | ||
shell: pwsh | ||
id: commit_title | ||
run: | | ||
Write-Host "Commit message is $Env:COMMIT_MESSAGE" | ||
$title = ($Env:COMMIT_MESSAGE -split '\n')[0] | ||
"COMMIT_TITLE=$title" >> $env:GITHUB_OUTPUT | ||
env: | ||
COMMIT_MESSAGE: "${{ github.event.head_commit.message }}" | ||
|
||
- name: 'Update remote repository' | ||
uses: peter-evans/repository-dispatch@v2 | ||
with: | ||
token: ${{ secrets.SERVICEACCOUNT_PAT }} | ||
event-type: 'sdk_insertion' | ||
repository: 'xamarin/sdk-insertions' | ||
client-payload: '{"repository": "xamarin/xamarin-android", "branch": "${{ github.ref_name }}", "commit": "${{ github.sha }}", "commit_message": "${{ steps.commit_title.outputs.COMMIT_TITLE }}"}' | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
|
||
<!-- NuGet Package Versions --> | ||
<ItemGroup> | ||
<PackageReference Update="Microsoft.Win32.Registry" Version="5.0.0" /> | ||
<PackageReference Update="System.CodeDom" Version="6.0.0" /> | ||
<PackageReference Update="Irony" Version="1.1.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Xamarin.Android error XA1031 | ||
description: XA1031 error code | ||
ms.date: 10/10/2022 | ||
--- | ||
# Xamarin.Android error XA1031 | ||
|
||
## Example messages | ||
|
||
``` | ||
The 'AndroidHttpClientHandlerType' property value 'Foo.Bar.HttpHander, MyApp' must derive from 'System.Net.Http.HttpMessageHandler'. | ||
Please change the value to an assembly-qualifed type name which inherits from '{1}' or remove the property completely. | ||
``` | ||
|
||
## Solution | ||
|
||
Edit your csproj directly and change the 'AndroidHttpClientHandlerType' to | ||
a valid value. | ||
|
||
Valid values can be found at `~/android/deploy-test/building-apps/build-properties.md#AndroidHttpClientHandlerType`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Xamarin.Android error XA1032 | ||
description: XA1032 error code | ||
ms.date: 10/10/2022 | ||
--- | ||
# Xamarin.Android error XA1032 | ||
|
||
## Example messages | ||
|
||
``` | ||
Failed to resolve '{0}' from '{1}'. Please check your `AndroidHttpClientHandlerType` setting. | ||
``` | ||
|
||
## Solution | ||
|
||
Edit your csproj directly and change the 'AndroidHttpClientHandlerType' to | ||
a valid value. | ||
|
||
Valid values can be found at `~/android/deploy-test/building-apps/build-properties.md#AndroidHttpClientHandlerType`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Xamarin.Android error XA1033 | ||
description: XA1033 error code | ||
ms.date: 10/10/2022 | ||
--- | ||
# Xamarin.Android error XA1033 | ||
|
||
## Example messages | ||
|
||
``` | ||
Could not resolve '{0}'. Please check your `AndroidHttpClientHandlerType` setting. | ||
``` | ||
|
||
## Solution | ||
|
||
Edit your csproj directly and change the 'AndroidHttpClientHandlerType' to | ||
a valid value. | ||
|
||
Valid values can be found at `~/android/deploy-test/building-apps/build-properties.md#AndroidHttpClientHandlerType`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Xamarin.Android error XA1034 | ||
description: XA1034 error code | ||
ms.date: 13/12/2022 | ||
--- | ||
# Xamarin.Android error XA1034 | ||
|
||
## Example messages | ||
|
||
``` | ||
Your project references 'Foo.dll' which uses the `_Microsoft.Android.Resource.Designer` assembly, but you do not have this feature enabled. Please set the `AndroidUseDesignerAssembly` MSBuild property to `true` in your project file. | ||
``` | ||
|
||
## Solution | ||
|
||
Edit your csproj directly and change the 'AndroidUseDesignerAssembly' to `True`. |
This file contains 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
Oops, something went wrong.