#Rider NuGet not resolving D.NET dependencies

1 messages · Page 1 of 1 (latest)

soft trench
#

try running

dotnet add package discord.net
dotnet restore --force
dotnet build --force --restore

in your project directory to refresh packages

#

(I'm not sure if thats included in 'cleared the build')

raven meadow
#

first 2 commands work

#

but it doesn't build

soft trench
#

ok, can you check your csproj files for references to discord.net?

raven meadow
soft trench
#

can you manually add entries for Discord.Net.Core and Discord.Net.Rest and Webook/Commands/Interactions if you use them?

#

then rerun the second two commands

raven meadow
#

Didn't work

soft trench
#

can you show the output from a build attempt?

raven meadow
#

The errors are in Spanish, basically it says that there's using directives missing

#

but there's not

soft trench
#

thats really weird

raven meadow
#

I know

soft trench
#

I don't know what the issue is

#

try restarting your computer???

raven meadow
#

I'll try it I guess

#

I don't have anything else more to try