- Cape Town, South Africa
- http://dotnetdevaddict.co.za
Highlights
- Pro
- 2 discussions answered
Block or Report
Block or report mattleibow
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
mono/SkiaSharp Public
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop model…
-
square-bindings Public
Xamarin.Android and Xamarin.iOS binding for https://github.com/square
-
mono/skia Public
Forked from google/skia
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
2,676 contributions in the last year
Activity overview
Contribution activity
February 2022
Created 27 commits in 2 repositories
Created a pull request in dotnet/maui that received 13 comments
Initial work to get unpackaged WinUI apps
Description of Change This PR gets the very basic in place to allow the Maui sample app to launch as an unpackaged app. Partially implements #3166 N…
Opened 14 other pull requests in 2 repositories
dotnet/maui
10
merged
1
closed
1
open
- Make sure to use the correct p/invoke for 32-bit
- Remove all GetAssemblies() implementations
- Right now the UseDotNet step is crashing the build
- Moved IPlatformServices.GetNamedSize into a separate service
- Make Device.Idiom and Device.RuntimePlatform use Essentials
- Delete the extra UAP project
- Remove Device.GetNamedColor
- Add microsoft.net.workload.mono.toolchain back into the rollback.json
-
Remove
IPlatformInvalidateandDevice.Invalidate() - Remove Device.Flags/SetFlags()
- Refactor DeviceInfo to use an interface
- Remove ambiguity in updates in WinUI
mono/SkiaSharp
2
merged
Reviewed 24 pull requests in 2 repositories
dotnet/maui
23 pull requests
- Make sure to use the correct p/invoke for 32-bit
- [ci] Agent-Cleanser: Ensure .NET cleansing is turned on
- Moved IPlatformServices.GetNamedSize into a separate service
- Initial work to get unpackaged WinUI apps
- Refactored Map to an interface
- Allow to create custom layouts using Layout<View>
- Make Device.Idiom and Device.RuntimePlatform use Essentials
- Remove MS.Extensions.Hosting from Maui (#4505)
- [ci] Push .NET artifacts to blob storage
- Remove unsupported targets in Device class
- Contacts Refactored to Singleton/Interface
- refactored Geocoding to an interface
- Refactor FlashLight to use an Interface
- [build] don't edit global.json during the build
- Refactor AppInfo into interface
- Refactor PhoneDialer into interface
- EvaluateJavaScriptAsync with CommandMapper
- Ensure that using the AndExpand Grid hack doesn't null out BindingContext
- Don't force a min size of zero for controls
- Fix Path for MacCatalyst/macOS apps
- Fix INativeViewHandler to return more expected NativeView
- [loc]Add Microsoft.TemplateEngine.Tasks reference
- Backport preview 13 fixes
xamarin/GoogleApisForiOSComponents
1 pull request
Created an issue in microsoft/WindowsAppSDK that received 4 comments
WinUI 3 Single Project MSIX crashes when built for x86
Describe the bug
I have a single project app that crashes on launch with a BadImageFormatException:
System.BadImageFormatException: 'An attempt was…