OwlCore icon indicating copy to clipboard operation
OwlCore copied to clipboard

Have you ever seen an Owl do a barrel roll? Me neither. Essential supplemental tooling for .NET development.

Results 2 OwlCore issues
Sort by recently updated
recently updated
newest added

## Overview Introduce a source generator to facilitate compile-time dynamic behavior injection. This generator will produce "plugin" implementations for classes or interfaces, allowing for behavior extension and customization without altering...

high difficulty
needs research

# Background This PR is a first-pass implementation of the proposal at https://github.com/CommunityToolkit/dotnet/issues/133 for a PartitionedStream. # Motivation Streams are an easy way to store/read a chunk of data from...

enhancement