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 40 million developers.
Sign up- Eindhoven, the Netherlands
- Sign in to view email
Popular repositories
-
-
-
Forked from dotnet/samples
Sample code and snippets used in the .NET documentation (repo under construction)
C#
-
Forked from dotnet/dotnet-api-docs
.NET API reference documentation (.NET Framework, .NET Core, .NET Standard and Xamarin)
Shell
-
Forked from dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
C#
-
Forked from dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
C#
827 contributions in the last year
Contribution activity
September 2019
Created a pull request in dotnet/docs that received 4 comments
C# 8.0: unmanaged constructed types
Fixes #14101 Supported by dotnet/samples#1411
- Mention the null-forgiving operator in the language reference
- Revised nullable (value) types articles
- Removed preview-related note
- Fix the ! operator name
- Remove preview language from What's new in C# 8.0
- C# 8.0: stackalloc in nested expressions
- Fix typo
- Specify type support for indices and ranges
- C# 8.0: added the index and range operators to reference
- C# 8.0: null-coalescing assignment
- Minor style and grammar fixes
- C# 8.0: enhancement of interpolated verbatim strings
- 1581086 update image filenames part two 09 21
- Remove preview-related note
- remove RC language from what's new
- update metadata for C# specs
- Specify type support for indices and ranges
- C# 8.0: added the index and range operators to reference
- Publish the remaining specifications for C# 8
- fix: Replace bold Note with alert style [!NOTE]
- New topic: Creating localized exception messages
- JSON Serialization docs
- US 1583733 Add missing language IDs - 06
- C# 8.0: enhancement of interpolated verbatim strings
Created an issue in dotnet/docs that received 2 comments
Indices and ranges: supported sequence types
Not only the mentioned array and Span types support indices and ranges. https://github.com/dotnet/csharplang/blob/master/proposals/csharp-8.0/index…