zacharylayne's Stars
SzymonHalucha/Minerals.StringCases
Optimized NuGet package with minimum memory allocation designed to help you convert strings to name cases such as Pascal, Camel, Kebab, Snake, Macro, Train and Title
binwan-dev/GenAssembly
Generate dynamic assembly for csharp
SzymonHalucha/RoadCreator
This is a simple tool for the Unity editor, allowing you to create the appearance of a road and the path that the created road will follow
SzymonHalucha/HexMapGenerator
Demonstration of using several algorithms to create a hexagonal map
SzymonHalucha/Minerals.CodeBuilder
Helper package dedicated to source generators that allows automatic tracking of code indentation
mazharenko/FluentAssertions.Eventual
The extension allows to wait for an assertion to pass
SzymonHalucha/Minerals.AutoMixins
Package for automatic mixin design pattern generation using an incremental source generator
x2bool/mockup
Zero-reflection, compile-time mocking library based on C# source generators
MedioAI/Chrome-Extension
A chrome extension to enhance experience of Udio.com (A.I. Music App Companion)
zacharylayne/ConstTypeArgs
Provides a framework for defining types that can be used to pass constant & static values as generic type arguments. These can be used in static contexts (such as static constructors & static methods), reduce the need to pass arguments through instance constructors, add compile-time validation, and more.
devlooped/moq
The most popular and friendly mocking framework for .NET
devlooped/nugetizer
A simple to understand packing model for authoring NuGet packages
itn3000/PooledStream
MemoryStream with ArrayPool
hadashiA/Unio
Unio (short for unity native I/O) is a small utility set of I/O using native memory areas.
Sergio0694/ReflectionToIL
A demonstration and benchmark of different approaches to load closure fields using reflection and dynamic code generation
naasking/Dynamics.NET
Extensions for runtime reflection and structural induction
koszeggy/KGySoft.Drawing.Tools
Debugger visualizers and image editor apps built on KGy SOFT Drawing Libraries
koszeggy/KGySoft.CoreLibraries
KGy SOFT Core Libraries features high-performance and handy general libraries.
koszeggy/KGySoft.Drawing
KGy SOFT Drawing is a library for advanced image, icon and graphics handling.
Cysharp/R3
The new future of dotnet/reactive and UniRx.
Andarium/ReflectionExtensions
davidfowl/Roslyn.Reflection
Reflection APIs over roslyn symbol APIs
soenneker/soenneker.utils.dotnet
A utility library for the dotnet executable
soenneker/soenneker.utils.file
A utility library encapsulating asynchronous file IO operations
SzymonHalucha/Minerals.AutoCommands
Package simplifies development of console tools in C# by automating command parsing
SzymonHalucha/Minerals.AutoInterfaces
Package for automatic interface generation using an incremental source generator
viacheslav-lozinskyi/MetaOutput
Work with output data / log files never been so simple!
YaccConstructor/QuickGraph
Generic Graph Data Structures and Algorithms for .NET
Cysharp/Utf8StreamReader
Utf8 based StreamReader for high performance text processing.
Cysharp/PrivateProxy
Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.