- Madrid, Spain
- http://rolfkvinge.blogspot.com
Popular repositories Loading
-
-
-
-
-
fix-binding-library
fix-binding-library PublicFixes binding libraries to work around breaking change (https://developer.xamarin.com/releases/ios/xamarin.ios_11/xamarin.ios_11.10/#More_information_about_3832)
C# 6
-
fruitstrap
fruitstrap PublicForked from 10p-freddo/fruitstrap
Install and debug iPhone apps from the command line, without using Xcode
3,535 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 66 commits in 6 repositories
Created a pull request in dotnet/macios that received 144 comments
Initial work on closing GC holes in bindings
Generate GC.KeepAlive where necessary in bgen Add analyzer to flag missing GC.KeepAlive calls Update manual bindings to fix errors from the analyzer
+2,582
−489
lines changed
•
144
comments
Opened 108 other pull requests in 2 repositories
dotnet/macios
13
open
90
merged
3
closed
-
[CoreFoundation] Fix all availability attributes in this framework.
This contribution was made on Mar 25
-
[net10.0] Merge main into net10.0.
This contribution was made on Mar 25
-
[xcode16.3] Merge main into xcode16.3.
This contribution was made on Mar 25
-
[src] Import xml docs for members, part 9.
This contribution was made on Mar 25
-
[AppKit/UIKit] Implement up to Xcode 16.3 beta 3.
This contribution was made on Mar 25
-
[BrowserKit] Ignore this framework.
This contribution was made on Mar 25
-
[xcode16.3] Bump to the RC.
This contribution was made on Mar 25
-
[net10.0] Merge main into net10.0.
This contribution was made on Mar 24
-
[CoreMidi] Implement some of the missing CoreMIDI APIs.
This contribution was made on Mar 24
-
[xcode16.3] Merge main into xcode16.3.
This contribution was made on Mar 24
-
[tests] Add a few more 5xx errors to the list of reasons a test may fail due to network hiccups on CI.
This contribution was made on Mar 24
-
[CoreBluetooth] Fix all availability attributes in this framework.
This contribution was made on Mar 21
-
[CarPlay] Keep ignoring on Mac Catalyst.
This contribution was made on Mar 21
-
[BackgroundAssets] Implement up to Xcode 16.3 beta 3.
This contribution was made on Mar 21
-
[net10.0] [dotnet] Disable Metrics support when Optimize=true.
This contribution was made on Mar 21
-
[AuthenticationServices] Implement up to Xcode 16.3 beta 3.
This contribution was made on Mar 21
-
[TranslationUIProvider] Ignore this framework.
This contribution was made on Mar 21
-
[SecurityUI] Add this framework, introduced in Xcode 16.3.
This contribution was made on Mar 21
-
[ShazamKit] Implement up to Xcode 16.3 beta 3.
This contribution was made on Mar 20
-
[ScreenTime] Implement up to Xcode 16.3 beta 3.
This contribution was made on Mar 20
-
[Security] Implement up to Xcode 16.3 beta 3.
This contribution was made on Mar 20
-
[CFNetwork] Fix all availability attributes in this framework.
This contribution was made on Mar 20
-
[NetworkExtension] Implement up to Xcode 16.3 beta 3.
This contribution was made on Mar 20
-
[PassKit] Implement up to Xcode 16.3 beta 3.
This contribution was made on Mar 20
-
[src] Fix dependencies for our main rsp files.
This contribution was made on Mar 20
- Some pull requests not shown.
dotnet/macios-devtools
2
merged
-
Create dependabot.yml to update GitHub actions automatically
This contribution was made on Mar 5
-
Add a Code of Conduct.
This contribution was made on Mar 5
Reviewed 78 pull requests in 5 repositories
dotnet/macios
25 pull requests
-
[BGen] Fix GC.Collect issues in the CIImage setters.
This contribution was made on Mar 25
-
Use CDN URL for dotnet-install script
This contribution was made on Mar 25
-
[dotnet] Set HttpActivityPropagationSupport=false for optimized builds
This contribution was made on Mar 25
-
[BGen] Fix argument tests for generic types.
This contribution was made on Mar 25
-
[RGen] Fix an issue with the GC.KeepAlive analyzer.
This contribution was made on Mar 25
-
[BGen] Ensure that Handlers of ref parameters are not GC collected.
This contribution was made on Mar 25
-
[Main] Fix main by moving the xml to its correct element.
This contribution was made on Mar 24
-
[Bgen] Fix bug in trampolines related to GC.KeepAlive issues.
This contribution was made on Mar 21
-
[Bgen] Ensure that GC.KeepAlive is called in extension methods.
This contribution was made on Mar 20
-
[net10.0] Update dependencies from dotnet/sdk
This contribution was made on Mar 19
-
[msbuild/dotnet] Build binding projects on Windows instead of remotely. Fixes #16244.
This contribution was made on Mar 19
-
[main] Update dependencies from dotnet/sdk
This contribution was made on Mar 18
-
[net10.0] Update dependencies from dotnet/sdk
This contribution was made on Mar 18
-
[main] Update dependencies from dotnet/xharness
This contribution was made on Mar 18
-
[Rgen] Add support for the ForcedType in both the generator and transformer.
This contribution was made on Mar 18
-
[main] Update dependencies from dotnet/arcade
This contribution was made on Mar 17
-
[RGen] Add a flag to know if a type represents a Objc protocol.
This contribution was made on Mar 17
-
[Rgen] Move most of the naming logic to the Nomenclator.
This contribution was made on Mar 17
-
Initial work on closing GC holes in bindings
This contribution was made on Mar 17
-
[RGen] Generate code for the return type of a trampoline delegate.
This contribution was made on Mar 17
-
[Rgen] Generalize NSArray.FromNSObject to later use it for other code generation.
This contribution was made on Mar 14
-
[Bgen] Use GetHandle in the trampoline NSArray code.
This contribution was made on Mar 14
-
[Rgen] Add TypeInfo to the DelegateInfo.
This contribution was made on Mar 14
-
[dev/filipnavara/handle-gchole] Fix analyzer tests, replace Runtime.ThrowOnNull
This contribution was made on Mar 14
-
[Rgen] Move the DelegateInfo struct as part of the type info.
This contribution was made on Mar 13
- Some pull request reviews not shown.
dotnet/runtimelab
2 pull requests
-
[Swift Bindings] Project value types with heap-allocated properties as C# classes
This contribution was made on Mar 18
-
[swift] Use TBD files to retrieve symbols missing from abi.json
This contribution was made on Mar 14
dotnet/designs
1 pull request
-
First draft: caller unsafe
This contribution was made on Mar 19
dotnet/core
1 pull request
-
MAUI in 10 preview 2
This contribution was made on Mar 18
xamarin/apple-api-docs
1 pull request
-
Use new ms.topic value
This contribution was made on Mar 5
Created an issue in microsoft/onnxruntime-genai that received 3 comments
Symlinks not preserved when packaging xcframework into xcframework.zip
Describe the bug Symlinks not preserved when packaging xcframework into xcframework.zip To Reproduce Steps to reproduce the behavior: Download and…
3
comments
Opened 6 other issues in 6 repositories
dotnet/roslyn-analyzers
1
open
microsoft/vscode-dotnettools
1
open
-
[SUGGESTION] Add support for additional mlaunch arguments
This contribution was made on Mar 10
sublimehq/Packages
1
closed
-
[C#] Space after a null-conditional element access operator causes rendering issues
This contribution was made on Mar 10
dotnet/macios
1
open
-
Add additional generated trampoline test cases once dotnet/runtime#112850 is fixed
This contribution was made on Mar 5
cli/cli
1
closed
-
List all issues and pull requests across all repositories
This contribution was made on Mar 3
dotnet/arcade
1
open
-
Secure Supply Chain Analysis reports NuGet.config with multiple feeds
This contribution was made on Mar 3
28
contributions
in private repositories
Mar 3 – Mar 25