Sher
Restoring packages takes way too long
I use dotnet 8 and JetBrains Rider.
Recently after creating a new project I noticed that restoring packages takes at least 10 minutes. Every time I rebuild a project or install net nuget packages I have to wait.
The project is new and I only have a few nuget packages installed.
12 replies
❔ Read files from a library
I created a simle library using .NET 7. I have
.json
and .css
files in this lib which I need to access during runtime. I tried to use
But files get copied to the library output directory, so the main project can't read them.
I can access files using full path to them, but this way I will need to know the ralative path all the time, which I don't really like.
How can fix the issue?8 replies