Disable Rider Unity Assembly-Csharp Generation
How to disable the creation process of Assembly-Csharp in Rider? All my code is in Assembly References, Visual Studio didn't generate it, but Rider keeps creating Assembly-Csharp, which is annoying
Please sign in to leave a comment.
Hello Stroibot ,
Thank you for reaching Rider Forum.
Rider creates the Assembly-CSharp file because it includes assets found via `AssetDatabase.GetAllAssetPaths()` that aren't directly associated with your projects. While Visual Studio might not generate this file, Rider includes these assets to maintain features like Goto File functionality. Omitting these assets would effectively remove them from your solution. A workaround involves modifying the Rider package, a modified version might be available (see the provided Github link).
Hope my reply helps.