Hello! I just watched a video by the dotnet team on the new
dotnet 10 file-based apps▾
. This seems like a perfect option for Pulumi. Create a simple single file, import your modules from another project, and bam! I realize this is new territory, but I was wondering if the Pulumi team had any considerations on it.
e
echoing-dinner-19531
11/15/2025, 9:17 PM
I hadn't seen this yet, so thanks for raising it. I could see this being useful for smaller projects, will have a look next week if it's easy for us to tweak the startup code to make use of this.
b
billowy-hydrogen-16048
11/17/2025, 2:07 PM
Cool, thanks!
My thought was a full fledged solution/project where we would stuff our business logic and custom resource components and then have a bunch of these file apps that referenced the csproj alongside a Pulumi project file and dev/stage/prod stack files. I think this would give a lot of flexibility to maintain MyApp1, SuperCoolApp2, etc., while the core bits are the same.