Highlights
- 2 discussions answered
Popular repositories
-
-
-
azure-content Public
Forked from joostdenijs/azure-content
Repository containing the Articles on azure.microsoft.com Documentation Center
-
-
-
corefx Public
Forked from dotnet/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
C#
1,230 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 12 commits in 5 repositories
Created 1 repository
Created a pull request in dotnet/runtime that received 9 comments
DotNetHost packages are not created during source-build
The subset host.pkg is not producing the DotNetHost* NuGet packages. This is because the "Pack" target is getting invoked on the pkgprojs, but pkgp…
+1
−1
•
9
comments
Opened 14 other pull requests in 5 repositories
dotnet/runtime
5
merged
1
open
- [release/6.0] Update NetFramework.ReferenceAssemblies version to 1.0.2
- Eliminate pre-built assets during source-build
- [release/6.0] Eliminate pre-built assets during source-build
- Check BackgroundService.ExecuteTask for null
- Remove SkipOn NetFramework attributes in System.Reflection.Emit tests
- Consume PosixSignal in Hosting.Systemd's SystemdLifetime
dotnet/installer
4
merged
dotnet/sdk
1
open
1
merged
apache/arrow
1
closed
dotnet/aspnetcore
1
merged
Reviewed 45 pull requests in 11 repositories
dotnet/runtime
23 pull requests
- Reduce time for Regex tests
- Several tweaks to RegexGenerator (the tool, not the emitted code)
- Add RegexOptions.NonBacktracking
- Add limited support for backtracking Regex single char loops to simplified code gen
-
Do not throw StackOverflow exception from
ChangeToken.OnChange - Consume PosixSignal in Hosting.Systemd's SystemdLifetime
- [release/6.0] Eliminate pre-built assets during source-build
- Update Package Validation dependency and update Suppression files
-
[Group 3] Enable nullable annotations for
Microsoft.Extensions.Configuration - Check BackgroundService.ExecuteTask for null
- [release/6.0] Regression Fix - Update HostFactoryResolver, set the app name via an argument
- Move more pipelines to scheduled rather than rolling
-
[Group 2] Enable nullable annotations for
Microsoft.Extensions.Configuration.Abstractions - Regression Fix - Update HostFactoryResolver, set the app name via an argument
-
Fix: Incorrect order of checks for TypeBuilder
GetConstructorandGetFieldmethod - Improve regex reductions and code gen for some alternations
-
[Group 1] Enable nullable annotations for
Microsoft.Extensions.FileSystemGlobbing - Remove use of Unsafe in regex source generator
- DependencyContextWriter.WritePortableTarget(): write the duplicate key name when duplicate keys are detected
- Update Regex source generator to use new GetBestTypeByMetadataName method
- Annotate methods that get MethodBase from a stackwalk as RUC
- More tweaks to regex source generator code
- Remove 3 active issues
dotnet/machinelearning
5 pull requests
dotnet/installer
4 pull requests
dotnet/roslyn
3 pull requests
dotnet/source-build-reference-packages
2 pull requests
dotnet/sdk
2 pull requests
dotnet/aspnetcore
2 pull requests
apache/arrow
1 pull request
aspnet/AspLabs
1 pull request
dotnet/source-build
1 pull request
reactiveui/refit
1 pull request
Created an issue in dotnet/source-build that received 12 comments
Native assemblies built in source-build are way too large
In Microsoft distributions on linux, libcoreclr.so is roughly 7-8 MBs in size, and libclrjit.so is about 3-4 MBs.
When building .NET 6 in source-bu…
12
comments
Opened 16 other issues in 4 repositories
dotnet/source-build
1
open
7
closed
- dotnet/sdk needs to build for net472 during source-build
- Add Microsoft.NET.Sdk.IL,6.0.0-rc.1.21415.6 to SBRP
- Add Microsoft.Build.(NoTargets|Traversal) to SBRP
- Need to build more Roslyn packages in source-build
- Build microsoft/MSBuildLocator during source-build
- Build dotnet/format during source-build
- Add System.Data.SqlClient,4.8.2 to SBRP
- Create Microsoft.DotNet.Compatibility NuGet during source-build
dotnet/runtime
3
open
2
closed
- Microsoft.Windows.Compatibility should reference the latest System.Data.SqlClient
- Remove shipping code from runtime-assets
- Do we need to ship Microsoft.NETCore.TestHost?
- System.Tests.TimeZoneInfoTests.TestWindowsNlsDisplayNames failed on release coreclr windows x86 Debug
- System.Drawing.Common.Tests SIGABRT on release mono OSX x64 Debug