Hello! I just watched a video by the dotnet team o...
# general
b
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
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
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.
e