social.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
social.lol is a lighthearted social hangout for the omg.lol community.

Administered by:

Server stats:

838
active users

#dotnet

132 posts71 participants30 posts today

Are you using Testcontainers in your tests?

Use Testcontainers in ASP NET Core testing to get better coverage -- because you'll be using *real* dependencies.

Learn how to simulate your prod dependencies, test in parallel, and the opportunity to integrate with CI/CD tools.

A great addition to your granular unit tests are larger scale tests working with real systems!

Check out the article:
devleader.ca/2024/02/20/testco

Just pushed another batch of 224 nuget packages totalling ~6 GB to NuGet with native libraries for ONNX Runtime 1.21.0, CUDA 12.8.1, cuDNN, TensorRT etc. in my "NtvLibs" project for better fine granular distribution of these while handling splitting large dlls into multiple packages to be able to host on nuget.org.

NVidia downloads getting crazy, for every new GPU arch size increase ~1.5x, that's the true exponential development of nvidia. 😅

Continued thread

Thinking about it, I'm even more tempted to prototype a C# source generator that would create SPIR-V (compute shader) code directly from C#. There are some challenges with supporting generics but it seems doable thanks to the nice extension mechanism in SPIR-V

C# code would be easier to support than IL, as it maps more naturally to SPIR-V CFG.

More generally expressing Tensor/ML workloads straight from C# would be so cool 😎

Ok, I think I have found my next pet project for April 😅