Skip Navigation
.NET Programming @lemmy.world sboulema @lemmy.world

Announcing .NET 8 Preview 5 - .NET Blog

devblogs.microsoft.com Announcing .NET 8 Preview 5 - .NET Blog

We're thrilled to announce .NET 8 Preview 5, featuring enhanced Metrics APIs, SourceLink integration, default Dynamic PGO, and Alpine ASP.NET Docker Composite Images.

2

You're viewing a single thread.

2 comments
  • I don't think I am a fan of the analyzer to prefer Count or Length checks over .Any(). The readability of any is much clearer in my opinion.

    • Agreed! Doesn't feel natural. The IsEmpty check feels acceptable though...