👋
Hi there 🔭 I’m currently working on Funcky- 👨🏼💻 I enjoy coding in C# and Rust
😄 Pronouns: he/him
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse## Resources
### [Additional MSBuild SDKs](https://github.com/microsoft/MSBuildSdks)
* [Microsoft.Build.NoTargets](https://github.com/microsoft/MSBuildSdks/tree/master/src/NoTargets)
for building a project that produces no assembly
A non-destructive parser for INI files compatible with `GetPrivateProfileString`
A source generator that generates Match methods for all your discriminated unions needs.
C# 4
IEnumerable
extensions
Option.None<T>
Option.None<T>
Func<TSource, Either<L, R>>
EnumerableCompatibility
internal
GetOrElse
to GetOrDefault
.NET 6 introduced Single/First/LastOrDefault
overloads that accept a defaultValue
. See one Example.
These methods originally only had overloads tha…