home.social

#dotnet10 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dotnet10, aggregated by home.social.

fetched live
  1. Clean Architecture Project Setup From Scratch With .NET 10

    Building a clean, scalable application starts with a Clean Architecture!

    In this tutorial, I ditch boilerplate templates and set up the full Clean Architecture structure from a blank solution, tailored for modern .NET 10 development.

    youtube.com/watch?v=0phlmiI-1Kk

    #CleanArchitecture #DotNet10 #ProjectStructure #ASPNETCore #SoftwareArchitecture #DotNetTutorial #CodingFromScratch #Mediator #FluentValidation

  2. From the .NET blog...

    In case you missed it earlier...

    NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports
    devblogs.microsoft.com/dotnet/

  3. Migrating to #dotnet 10? Watch out for Microsoft.Testing.Platform breaking changes!

    MSTest now requires:
    ✅ EnableMSTestRunner=true
    ✅ TestingPlatformDotnetTestSupport=true
    ❌ --report-trx no longer works (it's now output verbosity!)

    Took hours to figure out. You're welcome.

    #dotnet10 #MSTest #DevOps