Hey there, I was thinking about to
# contributing
a
Hey there, I was thinking about to contribute to the project as I have been learning C#. I do not know if you can help me with this problem. When I am building the source code in rider, It shows multiple errors but same thing is able to run in VS code . Partial method 'Regex MethodName()' must have an implementation part because it has accessibility modifiers' is the error that I have been getting almost everywhere. Little digging helped to found out that this was solved in the EAP but the latest EAP has been released. The version of dotnet is 10. Can somebody help me with this? Thank you.
s
No problem here in Rider, so I'm assuming your Rider install isn't following along. Make sure you're on version 2025.3.* - which version are you on now? An AI says you could try: 1. Invalidate Rider's cache: File → Invalidate Caches → Invalidate and Restart 2. Ensure Rider uses the correct SDK: File → Settings → Build, Execution, Deployment → Toolset and Build → Use MSBuild version: ".NET SDK" 3. Enable source generators: File → Settings → Build, Execution, Deployment → Build Tools → Enable source generators 4. Rebuild solution: Right-click solution → Clean Solution, then Rebuild Solution
If any of these actions lead to changes that appear in git then there's something wrong, we are plenty of people running the source with Rider so we should not need anything new in the git repository to "support" Rider.