Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,621 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 10 commits in 3 repositories
Created 1 repository
Created a pull request in xamarin/xamarin-android that received 2 comments
[One .NET] <FilterAssemblies/> can skip over @(FrameworkReference)
In .NET 6, I noticed many of the PerformanceTest tests are about
150ms-300ms slower than in "legacy" Xamarin.Android.
PerformanceTest.Build_No_Changes
Opened 9 other pull requests in 2 repositories
xamarin/xamarin-android
2
open
5
merged
- [Xamarin.Android.Build.Tasks] ignore .csproj.user file in $(MSBuildAllProjects)
- [One .NET] fix Release builds with AndroidLinkMode=None
- [One .NET] better logic for deduplication of architecture-specific assemblies
- Bump to .NET 6.0.100-alpha.1.20562.2
- [One .NET] fix linker output if $(AppendRuntimeIdentifierToOutputPath) is false
- [docs] update instructions for using .NET 6 builds
- Bump to xamarin/monodroid/master@0eef8891
xamarin/net6-samples
1
open
1
merged
Reviewed 10 pull requests in 3 repositories
xamarin/xamarin-android 8 pull requests
- [Xamarin.Android.Build.Tasks] Add XA1025 error for Hybrid AOT on armeabi-v7a
- [illink] Add StripEmbeddedLibraries step
- [illink] Set TrimMode of support assemblies
- [l10n] Use Arcade to generate resource properties
- [tests] Move Mono.Android-Tests to top tests dir
- [One .NET] Add Microsoft.Android-Tests unit tests
- Bump to .NET 6.0.100-alpha.1.20562.2
- [One .NET] Create Host OS specific SDK packs
xamarin/java.interop 1 pull request
dotnet/msbuild 1 pull request
Created an issue in xamarin/xamarin-android that received 6 comments
[illink] System.Collections.Concurrent.dll linked away causes test to fail
This test fails for Release builds:
xamarin-android/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs Lines 31 to 61 in 7bf2216
T…