-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Pull requests: CodeMazeBlog/CodeMazeGuides
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Convert a stream to a byte array: retarget net10.0, add ReadExactly, CopyTo and the reverse direction
#2219
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Counting char occurrences: retarget net10.0, fix IndexOf undercount, Regex.Count
#2218
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
ConcurrentBag in C#: retarget net10.0, List<int> instead of ArrayList, Clear test
#2217
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Convert byte array to hex: retarget net10.0, ToHexStringLower, namespace fix
#2216
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
First letter to upper case: retarget net10.0, source-generated regex, tests that can fail
#2215
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Comma-separated string from a list: retarget net10.0, add generic and char-separator overloads
#2214
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
TimeSpan in C#: retarget to net10.0, MSTest 4.4.0, readable constructor values, four new tests
#2212
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Convert string to bool: retarget net10.0, MSTest 4.4.0, typed catches, ToBoolOrNull helper
#2211
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
How to clone a list: retarget net10.0, collection expression and GetRange, remove broken ToppingsList clone
#2210
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Task.CompletedTask vs Task.FromResult vs return: retarget to net10.0 and drop the redundant async
#2208
opened Sep 15, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Update AddValuesToArray sample: net10.0, append methods, grow benchmark
#2207
opened Sep 14, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Update CaseInsensitiveSubstringSearch sample to .NET 10
#2206
opened Sep 14, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Hide endpoint in Swagger: retarget net10.0, Swashbuckle 10.2.3, add built-in OpenAPI companion
#2205
opened Sep 14, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Method overriding: retarget net10.0, add hiding and abstract samples, new tests
#2204
opened Sep 14, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
MemoryStream in C#: net10.0 retarget, xunit 2.9.3, Person as a record, Assert.Equal
#2203
opened Sep 14, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Selecting XML nodes with XPath: retarget net10.0, drop null-forgiving operators, add LINQ to XML XPath method
#2199
opened Sep 14, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Wolverine in .NET: bump WolverineFx from 6.25.5 to 6.36.0
#2195
opened Sep 13, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
Span vs Memory: add the buffer read benchmark and move BenchmarkDotNet to 0.15.4
#2193
opened Sep 13, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
ArrayList vs List: add the boxing benchmark that produced the article's figures
#2192
opened Sep 13, 2026 by
vladimir-pecanac-main
Collaborator
Loading…
CM-1079 How to Synchronize Concurrent Operations With a Barrier in C#
#2005
opened May 22, 2024 by
imariom
Contributor
Loading…
CM-1038: Passing by Value vs Passing by Reference in C#
#1972
opened Apr 20, 2024 by
mahmoudmahm00d
Loading…
ProTip!
Exclude everything labeled
bug with -label:bug.