These are notes based on my experience getting the Qt C# Bridge (0.3 Beta) to run on Rider on Fedora 44 (to the point you can run the default project). It's possible not all steps / packages are necessary - these are just the steps I did.
I opted for creating the /qt6bridge_prefix directory here to ensure I didn't break anything else whilst putting files where the build expects to find them.
sudo dnf install dotnet-sdk-10.0 qt6-qtdeclarative-devel qt6-qttools-devel qt-creator ninja
dotnet new install QtGroup.Qt.Bridge.CSharp.Templates
sudo mkdir -p /qt6bridge_prefix/{bin,lib}
cd /qt6bridge_prefix/lib
sudo ln -s /usr/lib64/cmake cmake