28 Replies
Install .net core
it is installed
please share
dotnet --info
also, I assume this is from VSC? if you use VS you will have an easier time
yes
can you share your
.csproj
?should I just copy paste the content of file here so you don't have to download it?
have you restarted VSC since you installed .NET 8?
um... I used that command outside IDE (in cmd)
should I do it inside IDE?
no. what I'm asking is have you had VSC running since before you installed .NET 8? because if you have not closed VSC since you did that install, it may just need to be restarted
(try restarting VSC)
nope. I had VSC closed while installing
well crap. I'm not seeing the issue then. is the code open source? if yes link it please.
if not, because I don't see the issue yet.... my best advice would be to install VS
it is only on my computer. I'm sure there's no issue with code cuz it works when I don't use --sc switch
but if you wish i can send code here
i might be wrong idk
I was able to run the command on my end and it worked even with
--sc
. sorry I don't see the issue yet. Hopefully someone else will spot the issue or have advice.
As mentioned, if you install VS that will probably fix your issue.ok I will try to build it on vs. Thanks for trying. have nice day
good luck
the same error in vs
did you install the
.NET desktop develpoment
workload?when you installed VS?
you can add it by launching the Visual Studio Installer and clicking "modify" on your installed version of VS
and still error?
dang... not sure. sorry. hopefully someone else will chime in
maybe it about these
Have you checked the possible solutions for that error code?
https://learn.microsoft.com/en-gb/nuget/reference/errors-and-warnings/nu1100
NuGet Error NU1100
NU1100 error code
I solved the problem nvm.
I just touched something that I didn't understood and that was the issue