home.social

#dotnet10 — Public Fediverse posts

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

fetched live
  1. You can now add operators to classes you didn't write.

    Want to "add" two Workshop objects or combine Paths with a +? Use static extension operators in .NET 10.

    #SoftwareEngineering #DotNet10 #DotNet

  2. 📡 New post: Modernizing .NET – Part 11
    Migrate from WebClient and RestSharp to HttpClientFactory.
    Full code, DI setup, and performance boost.

    Read → medium.com/@michael.kopt/c3a74
    #DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Linux #RestShart #WebClient #DepedencyInjection

  3. Haha 🤣 sure …
    .net9 with #xcode 26.0 is running again. Fine.

    Now I upgraded my app a libraries to #dotnet10 and #maui10 and yes it compiles. But running the iOS debug versions - you guessed it - expects XCode 26.2 - because … why not

    So another Download, another 8GB simulator installation …

    And now I will need to switch Xcode between 26.0 and .2 when I develop (.net10) or update/fix (.net9) Apps. Cool 😒

  4. I made a program for #Steam on #Linux that creates a by-name folder for the compatdata folders of steam games. Basically instead of looking up what a game's AppID is, you can go to compatdata/by-name/My Summer Car/ instead!

    github.com/Krutonium/SteamByNa

    Oh and it has a #Flake for #Nix and #NixOS users.

    #MIT License. #Linuxgaming to cover all my bases.

    #PR 's Welcome!

    #CSharp #DotNet #DotNet10

  5. I just completed all 25 days of Advent of Code 2024! #AdventOfCode adventofcode.com/

    finished, and re-did it, this year with the new #file-based-app in mind and #dotnet10 and threw in some #spectreconsole to spice it up (I won't tell how long it took but at least, it was fun to play around). let's see If I got time for the 2025 version this year or it will have to wait until 2026.

  6. #dotNET trying to upgrade projects from #dotnet8 to #dotnet10.
    Well: all failed, and will take work.