❔ can't get cloned repo to build
hello. i usually use python, but i need to use this thing written in c sharp, and i'm having trouble getting it to build. does anyone know how to troubleshoot this issue?
here is the build script:
here is the error:
48 Replies
Did you install the .NET Core SDK from Microsoft
yeah
That looks like your nuget.config is not normal
i can post that
Also what Visual Studio version (year) are you using. 2022?
i will check
2022
Does "nuget restore" work?
Do the keys need to be unique? @mtreit
Duplicate key in the last 2 entries
Not sure but that definitely looks broken
Not sure what that hello kitty thing is anyway
thats the github profile that posted the repo
Try a standard nuget.config with just nuget.org
how do i do/get that
dotnet new nugetconfig
still errors
If you do "manage nuget packages" inside visual studio does it show nuget.org in the source dropdown and can you browse for packages?
heres more of the output, including some warnings
will open vs
Try upgrading that package reference to the latest version
how do i do that
Browse for the package in VS in the Manage Nuget Packages UI
Or go to nuget.org and look up the latest version of the package it's complaining about
which package is it complaining about
Read the error you posted
FreecraftCore.Serilizer.Compiler
Latest version: 4.1.62
Try that
sorry i have no idea how to install it
nevermind got it running
the numbers of errors increased in the new build attempt
heres an image, if its easier to read
I could probably fix this in a few minutes if I wasn't on my phone and not near a computer
right now does it seem like its just a matter of getting the exact version of this thng right?
You can probably switch to using 4.1.6 to fix at least some of the errors
The one about a cycle is interesting
Also the package it says it can't find at all, I would just try deleting that PackageReference entirely
here are some errors i found in downloading the package from before
Yeah that AppHost package sounds like some super old thing
Get rid of that reference
it says cycle detected^
heres more errors from trying to download the 4.1.6
so go back to the original package?
No, probably not
It seems to not exist
At least on the public NuGet repository
This feels like some old outdated project you are trying to build, when was it last updated?
4 months ago
Hmm
Its a protobuf serializer / deserializer for a WoW emulator
I would need to actually clone the repo and debug it probably. Not at a computer though.
It's rare for NuGet packages to get deleted. Typically they can be hidden from discovery but are left around to not break existing projects. There are exceptions like if there was a severe security vulnerability.
Owner probably republished it maybe. Looks like this is an old project using the library which is still maintained. I'm also on my phone or else I'd do that for ya
According to the Github the library first released 7 years ago
That'd dedication for a library with 1 contributor on it sheesh
i got rid of 1 error by trying the nuget.config from the repo again. not sure which error
tried downloading last commit for 4.1.61
errors, but no warnings or anything about versions:
<:PES_SadGe:814280618959568896>
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.