Closed danya201272 closed 5 years ago
How fix?
Hover over the red squigglies, they will literally tell you what's wrong. Make sure you have the most up to date code from the github, I have no issues in my projects currently so it must be something to do with your IDE or you haven't setup references properly.
Hover over the red squigglies, they will literally tell you what's wrong. Make sure you have the most up to date code from the github, I have no issues in my projects currently so it must be something to do with your IDE or you haven't setup references properly.
I settings references how you settings project and i download all project in code 5hours ago.Enter your references
Then it must be some issue with your IDE, because there's no issues with the project itself.
Then it must be some issue with your IDE, because there's no issues with the project itself.
I download and run project in Jetbrains Rider with ReSharper .And wrote errors the same as on visual studio with resharper
Jetbrains 2019.2 and resharper 2019.2.1
I don't now what to tell you, I just made a fresh clone of the repo and it opened just fine in Jetbrains, MonoDevelop and Visual Studio Again, hover over those red squiggly lines, and it'll literally tell you the problem and how to fix it.
MonoDevelop Need to connect to visual studio?
Please say all plugins connect to jetbrains
What is version c# in your project?
I install visual studio 2019 and write message Error MSB3073: exit command "rm -rf Assembly Smod .pdb Unity GamemodeManager.dll" with code 9009. (1, 1)
Then remove that postbuildevent from the csproj file of the gamemodes that have it in there.. This isn't really rocket science.
This?
just the
Okey
Yeah
And other mistake Error CS0246: the type or namespace name 'Smod2' Could not be found (possibly missing a using Directive or Assembly reference). (6, 7)
I don know how fix(((
the type or namespace name 'Smod2' Could not be found (possibly missing a using Directive or Assembly reference)
ITS LITERALLY TELLING YOU THE PROBLEM. FIX THE REFERENCES.
If you just learned to read the errors, you'd know how to fix them. It's not very difficult, but if you cant' manage it for some reason or another, you don't really have any business building them or making edits anyways, so if you cant' figure out how to read an error and solve it ((which, i'm still unsure why you get these errors, I even loaded up an old ass laptop I never use that I've never used for programming, installed Jetbrains, clones the repo, and was immediately able to build with 0 issues), then just be patient and wait for the next release, I don't have time to baby sit you and work on things at the same time.
I recompile your plugins and write a mistakes