Skip to content

Arch Forum 2026-02-12

Participants: Backend devs, Victor

Agenda

  • .NET10 deployment next week
  • be-platform news
  • Source Generation

Summary

.NET10 deployment next week

I plan to merge platform .NET10 upgrade very soon, and then script PRs for the rest of backend. The goal is to update all repos during next week.

There will be a guessing game for if the cpu usage reduces and if so how much on slack, posted shortly. This DD notebook contains the number to guess (total cpu usage current week compared to 2 weeks back). E.g. Sum the mCore usage of the first full week on .NET10 and compare that against the last full week on .NET8. What is the % change?

be-platform news

  • Shakib added improved SQL timeouts in #343
  • Mesut added support for overriding configs during runtime for tests in #345

Both useful features. (A warning for a limitation of the config override, it currently does not support running in parallel or updating config for deep chains like Test->Api->Service).

Source Generation

Presentation Source Generation