PIbd-11 Tarasov V.D. LabWork 7 Simple #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_7"
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?
Имеются конфликты пула
Проверено
@ -15,0 +32,4 @@
.AddLogging(option => option.AddSerilog(dispose: true));
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug().WriteTo.File("C:\\Ó÷åáà\\PIbd-11_Tarasov_V.D._Simple\\ProjectMonorail\\log.txt").CreateLogger();
Настройку логера следует выносить в отдельный конфигурационный файл, чтобы ее можно было менять без пересборки проекта
@ -110,3 +110,3 @@
if (_storages.Count == 0)
{
return false;
throw new Exception("Storage is empty");
Требовалось заменить класс Exception на его более подходящих наследников
Pull request closed