Popular repositories Loading
-
-
-
-
RazorBlade
RazorBlade PublicForked from ltrzesniewski/RazorBlade
Compile Razor templates at build-time without a dependency on ASP.NET.
C#
-
GitReader
GitReader PublicForked from kekyo/GitReader
Lightweight Git local repository traversal library for .NET/.NET Core/.NET Framework.
C#
-
stride-docs
stride-docs PublicForked from stride3d/stride-docs
This repository hosts the source code for the Stride documentation. Contributors can follow the build instructions provided to run the website locally.
PowerShell
933 contributions in the last year
Day of Week | 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 |
Contribution activity
March 2025
Created 39 commits in 3 repositories
Created 2 repositories
-
filzrev/ZLinq
C#
This contribution was made on Mar 15
-
filzrev/xunit.issue3210
C#
This contribution was made on Mar 6
Created a pull request in Cysharp/ZLinq that received 7 comments
chore: Add perf benchmarks
This PR add perf benchmarks that based on following dotnet/performance
repository code.
https://github.com/dotnet/performance/blob/main/src/benchma…
Opened 22 other pull requests in 3 repositories
Cysharp/ZLinq
13
merged
2
closed
-
chore: Add codecov coverage settings
This contribution was made on Mar 30
-
chore: Modify System.Linq.Tests projects to execute ZLinq and System.Linq tests
This contribution was made on Mar 30
-
chore: Add System.Linq compatibility tests base codes
This contribution was made on Mar 25
-
chore: Add custom benchmark configs
This contribution was made on Mar 23
-
chore: cleanup source code format & modify
AssemblyOriginatorKeyFile
settingThis contribution was made on Mar 22 -
chore: Add consume extensions for ValueEnumerable
This contribution was made on Mar 22
-
chore: Add .NET 6 target for netstandard2.1 tests & update xUnit.v3 package version to 2.0.0
This contribution was made on Mar 21
-
chore: Fix mixed line endings of source generated files
This contribution was made on Mar 21
-
chore: Add support for multiple target frameworks
This contribution was made on Mar 20
-
chore: Add benchmark workflow and refactor benchmark projects
This contribution was made on Mar 19
-
chore: Update LinqPerfBenchmarks
This contribution was made on Mar 19
-
chore: add editorconfig and apply formatter
This contribution was made on Mar 17
-
chore: Add MSBuild settings for VS build acceleration
This contribution was made on Mar 16
-
chore: Add .editorconfig settings and apply
dotnet format
This contribution was made on Mar 16 -
chore: Add files for code coverage HTML report
This contribution was made on Mar 16
dotnet/docfx
5
merged
1
open
-
chore: Update Dependabot related settings
This contribution was made on Mar 18
-
fix: TOC items order issue
This contribution was made on Mar 11
-
build(deps): bump PdfPig from 0.1.9 to 0.1.10
This contribution was made on Mar 10
-
chore: Reduce suggestion analyzer message
This contribution was made on Mar 8
-
chore: Update roslyn package versions to 4.13.0
This contribution was made on Mar 7
-
chore: Fix seed assembly project build failure
This contribution was made on Mar 7
Cysharp/ConsoleAppFramework
1
open
-
feat: Add HiddenAttribute to hide specific command/parameter
This contribution was made on Mar 10
Reviewed 2 pull requests in 1 repository
dotnet/docfx
2 pull requests
-
fix: TOC items order issue
This contribution was made on Mar 28
-
build(deps): bump dorny/test-reporter from 1.9.1 to 2.0.0
This contribution was made on Mar 13
Created an issue in Cysharp/ZLinq that received 6 comments
SelectMany's source enumerator is not disposed
Following DisposeAfterEnumeration
tests failed when running with ZLinq.
ZLinq/tests/System.Linq.Tests/LinqTests/SelectManyTests.cs Lines 403 t…
Opened 42 other issues in 3 repositories
Cysharp/ZLinq
1
open
36
closed
-
Nested
.Concat
operation result can't assign to same variable.This contribution was made on Mar 30 -
Add Last/LastOrDefault optimization path for IEnumerable data source
This contribution was made on Mar 30
-
.Concat()
operation don't check length overflowThis contribution was made on Mar 30 -
IEnumerable<T>::Min()
optimization that containsNaN
This contribution was made on Mar 29 -
Optimize
.Take()
method forIEnumerable
This contribution was made on Mar 29 -
CreateOrderedEnumerable
method is not supported by ZLinqThis contribution was made on Mar 28 -
Compatibility issue of
Lookup
instance that returned by ToLookup()This contribution was made on Mar 28 -
Compatibility issue of ILookup instance that returned by ToLookup
This contribution was made on Mar 28
-
[Feature Request] Add support for overload that using tuple
This contribution was made on Mar 28
-
OrderByExtremeComparer
test failed when running tests with ZLinqThis contribution was made on Mar 26 -
.Count()
behavior differences between ZLinq and System.LinqThis contribution was made on Mar 26 -
Min/Max operation for Int128/UInt128 throw NotSupportedException
This contribution was made on Mar 26
-
Some LINQ operators dispose inner enumerator twice
This contribution was made on Mar 26
-
ArgumentNullException's paramName is not matched with actual param name
This contribution was made on Mar 25
-
[Feature Request] Add Average() support that returns non-double types.
This contribution was made on Mar 25
-
Named tuple information is not available when using
Drop-in replacement
feature.This contribution was made on Mar 25 -
Take() methods returns wrong results when used with int.MaxValue and
fromEnd:true
This contribution was made on Mar 25 -
Behavior differences of
IEnumerator.Current
when MoveNext() return falseThis contribution was made on Mar 25 -
Nullable parameters signature issue of
ZLinq.DropInGenerator
generated codeThis contribution was made on Mar 25 -
[Feature Request] Add null parameter checks for
ZLinq.DropInGenerator
This contribution was made on Mar 25 -
.Take(0..0).LastOrDefault()
throw ArgumentOutOfRangeExceptionThis contribution was made on Mar 24 -
.Take(1).Last()
method wrong value when source isList<T>
This contribution was made on Mar 24 -
Take()
methods returns wrong values when specific condition metThis contribution was made on Mar 24 -
Wrong value is returned by
ElementAtOrDefault
withTakeLast
This contribution was made on Mar 24 -
Behavior difference of
.Sum()
method return type for nullable type.This contribution was made on Mar 24 - Some issues not shown.
xunit/xunit
2
open
2
closed
-
Feature Request: Add DocSearch to xUnit.net documentation site
This contribution was made on Mar 8
-
Randomizer.Random instance is not thread-safe
This contribution was made on Mar 7
-
Feature Request: Allow TheoryData internal data access from derived class
This contribution was made on Mar 5
-
CS0121 error occurred when using TheoryData<T>.Add on xUnit.v3
This contribution was made on Mar 1
dotnet/BenchmarkDotNet
1
closed
-
Error occurred when using
ThreadingDiagnoser
on .NET 10 (withInProcessEmitToolchain
)This contribution was made on Mar 23
Started 1 discussion in 1 repository
AwesomeAssertions/AwesomeAssertions
-
Search functionality of the documentation site does not seem to work
This contribution was made on Mar 12