I use the starter projects that can be downloaded from Create new .NET 8 project - ServiceStack to try out new releases but I have to spend quite a bit of time fixing issues that I wouldn’t expect them to have.
For example I recently downloaded a react project using the mixes selected in the link below. I found that Ormlie.sqlite packages were referenced instead of SqlServer, RabbitMq package not referenced, and the DB Migrations fail because of missing columns.
Sqlite will always be referenced since that’s what all except empty templates are configured with by default, the mix configurations are only additive, i.e. they can only add/overwrite configurations not remove them. Also note that Request Logs uses the new SQLite Request Logs feature so SQLite is always required.
I’ve just tried downloading the link and I can see ServiceStack.RabbitMq was referenced
I’ve just re-downloaded the same project from scratch with a blank entry form and the references are there as you say @mythz. I don’t know what to say because my packages look very different…