Stephen Cleary

Results 149 comments of Stephen Cleary

I love the span APIs but I can't take the netstandard bump. Can you change this PR to multitarget instead?

Note to self: compare this API with https://github.com/dotnet/runtime/issues/1530

.NET 8.0 just got span overloads for `List`: `InsertRange`, `AddRange`, `CopyTo`. https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-8/

Also should include `CollectionBuilder` in .NET 8.0.

I have a use case that I think will become more common in the next few years: for an IoT-based solution, I'd like to provide a realtime API that doesn't...

Yes, this library is fully compatible with net 8.0 and 9.0. it does not support trimming or AoT (yet), but it shouldn't cause ANRs on its own. Of course, if...

Neither trimming nor AoT is required for WinUI apps in the Windows Store. I believe the only platform that requires AoT is iPhone, and I'm not even 100% sure it's...

No, it's not abandoned. There isn't much to add, though. > aren't the features present here already available natively? Not yet. I've removed some parts of AsyncEx as they've been...