PIbd-12_Smolin_D.S. LabWork07 Simple #7 #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab7"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -112,3 +108,3 @@
if (_storages.Count == 0)
{
return false;
throw new Exception("В хранилище отсутствуют коллекции для сохранения");
Требовалось заменить класс Exception на его более подходящих наследников
@ -15,1 +31,3 @@
}
var configuration = new ConfigurationBuilder()
.SetBasePath(Directory.GetCurrentDirectory())
.AddJsonFile(path: "C:\\Users\\danil\\Source\\Repos\\PIbd-12_Smolin_D.S._Simple\\ProjectCleaningCar\\ProjectCleaningCar\\appSetting.json", optional: false, reloadOnChange: true)
Путь до файла конфигурации не должен быть абсолютным
Pull request closed