для таких зависимостей, как Litedb и Tiktokensharp.
Код: Выделить всё
error CS0246: The type or namespace name 'LiteDB' could not be found (are you missing a using directive or an assembly reference?)
error CS0246: The type or namespace name 'TiktokenSharp' could not be found (are you missing a using directive or an assembly reference?)
warning MSB3106: Assembly strong name "...LiteDB.dll" is either a path which could not be found or it is a full assembly name which is badly formed.
< /code>
Я обнаружил, что процесс восстановления помещает DLL на пути, такие как: < /p>
packages/litedb/5.0.16/lib\netstandard2.0\LiteDB.dll
Код: Выделить всё
\Код: Выделить всё
/Я пытался: < /p>
[*] Проверенные ссылки на упаковку < /p>
подтвердили, что Litedb и tiktokensharp перечислены и разрешаются. /> Очистить все < /p>
Код: Выделить всё
dotnet clean
dotnet nuget locals all --clear
- NuGet HTTP cache
- Local packages folder
- Temp cache
- Plugin cache
- All bin/ and obj/ папки
восстановить успешно, но сборка все еще не удалась с одинаковыми ошибками. Сохраняется с обратной задачей на пути: < /p>
Код: Выделить всё
lib\netstandard2.0\LiteDB.dll
Подробнее здесь: https://stackoverflow.com/questions/797 ... ted-during
Мобильная версия