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
Popular repositories
2,017 contributions in the last year
Activity overview
Contributed to
terrafx/terrafx.interop.windows,
dotnet/runtime,
terrafx/terrafx
and 5 other
repositories
Contribution activity
August 2020
- Ensure we exit if the first build pass fails
- Updating the ci workflow to dual publish packages
- Updating to use the new NuGet Feed URL
- Move the NUGET_AUTH_TOKEN environment variable so dotnet can access it.
- Fix the casing of the artifacts path
- Fixing GitHub Actions CI
- Configure GitHub Actions
- Regenerate the bindings for automatic UUID attribute handling
- Regenerate bindings so macro definition records are automatically handled
- Add windows.graphics.holographics.interop
- Add D3D12 multisampling sample
- Add console APIs
- Add Core Audio APIs
- Add windows.graphics.effects.interop.h
- Add windows.ui.composition.interop.h
- Add back additional types to CoreWindow.h
- Add windows.graphics.directx.direct3d11.interop.h
- Add windows.graphics.imaging.interop.h
- Add windows.media.core.interop.h
Created an issue in dotnet/runtime that received 7 comments
Consider eliding a fixed statement if the thing being pinned is a local
C# disallows taking the address of an already fixed expression. This means that logic such as the following will result in CS0213: int x = 0; fixed (…
7
comments

