PIbd-22. Stroev V.M. Lab Work 07 #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab07"
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?
Зачтено с понижением балла(ов)
@ -83,3 +83,3 @@
if (!File.Exists(filename))
{
return false;
throw new Exception("Файл не найден");
Требовалось заменить класс Exception на его более подходящих наследников
@ -15,0 +23,4 @@
string logFolderPath = Path.Combine(AppContext.BaseDirectory, "Logs");
string logFilePath = Path.Combine(logFolderPath, "monoraillog-{Date}.log");
Log.Logger = new LoggerConfiguration()
Настройку логера следует выносить в отдельный конфигурационный файл, чтобы ее можно было менять без пересборки проекта
Pull request closed