Highlights
- 34 discussions answered
Block or Report
Block or report stephentoub
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
dotnet/runtime Public
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
2,597 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2022
Created 14 commits in 1 repository
Created a pull request in dotnet/runtime that received 20 comments
Opened 10 other pull requests in 1 repository
dotnet/runtime
8
merged
2
open
- Disable ClientAndServer_OneOrBothUseDefault_Ok test
- Allow getting code coverage for the unit test project itself
- Use "..."u8 in dotnet/runtime
- Rewrite RegexPrefixAnalyzer.FindFirstCharClass
- Remove _caseInsensitive field from RegexInterpreter
- Refactor CharSetSolver and friends to avoid unbounded caching
- Add more StringSyntaxAttribute syntaxes
- Re-enable a few Regex source generator tests
- Change Regex UnicodeCategoryRanges to use spans
- Add {ReadOnly}Span ctor (internal for now) that takes a ref and no length
Reviewed 30 pull requests in 4 repositories
dotnet/runtime
25 pull requests
- Vectorize IndexOf for OrdinalIgnoreCase
- Updating generic math to support user-defined checked operators
- Refactor CharSetSolver and friends to avoid unbounded caching
- Re-adding some tests that were commented out now that IgnoreCase work is done
- Enable IDE0060 (Remove unused parameter) analyzer
- Clean-up CacheEntry
- Project file hygiene
- Allow access to child providers in ChainedConfigurationProvider
- Fix unsupported type detection when serializing polymorphic System.Type instances
- [LibraryImportGenerator] Add/use CustomTypeMarshaller implementations for string marshalling
- Delete dead code
- Disable System.Net.Quic.Tests.QuicStreamTests.WriteAsync_LocalAbort_Throws
- Add more StringSyntaxAttribute syntaxes
- Use SystemNative_GetTimestamp to calculate BootTime
- Changing the logic for how we deal with RegexOptions.IgnoreCase matching.
- Change Regex UnicodeCategoryRanges to use spans
- Manually update C# compiler version to a more recent preview
- Updated branch name, from master to main.
- Improve handling of common Regex sets
- Removed JIT (uint) cast workaround to elide bound-checks in CoreLib
- Avoid pre-allocating large arrays in some scenarios for Enumerable.Chunk
- Add {ReadOnly}Span ctor (internal for now) that takes a ref and no length
- Update System.Runtime.InteropServices.cs
- [main] Update dependencies from dotnet/roslyn-analyzers
- Fix a thread pool test
- Some pull request reviews not shown.
dotnet/roslyn
1 pull request
dotnet/diagnostics
1 pull request
dotnet/roslyn-analyzers
1 pull request
Created an issue in dotnet/runtime that received 12 comments
[API Proposal]: {ReadOnly}Span(ref T) constructor
Background and motivation As part of the C# 11 work to enable ref fields, it will be safe to create a {ReadOnly}Span from a ref (with an implicit l…
12
comments
Opened 7 other issues in 2 repositories
dotnet/roslyn
4
open
Answered 1 discussion in 1 repository
dotnet/runtime
dotnet/runtime