• dan@upvote.au
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    8 months ago

    I’m excited about the improved Native AoT support in .NET 8 since it’ll (in theory) let me deploy C# apps to servers without having to install the runtime. This existed in .NET 7 but was improved a lot in 8, including adding ASP .NET support.

    • Lmaydev@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      8 months ago

      AoT requires some big changes as the trimming step can massively break reflection.

      So they’ve had to put a lot of work into things like serialisation, DI, asp.net etc to remove the need for reflection.

      Luckily we have source generators to fill the hole left by reflection. But they can only be used when all information is available at compile time so doesn’t always fix the problem but in many cases it’s fine.

  • Link@programming.devB
    link
    fedilink
    arrow-up
    3
    ·
    8 months ago

    Here are some possibly related communities in the instance:

    Feel free to crosspost into them or post future content on this topic there if they are relevant.
    I am a bot and this was performed automatically 🤖 For any issues contact Ategon.