Update exception handle comment

This commit is contained in:
crobibero 2020-11-17 09:57:08 -07:00
parent 7bf647bb94
commit 5b62f70bc0
2 changed files with 4 additions and 2 deletions

View File

@ -43,7 +43,8 @@ namespace MediaBrowser.Common.Json.Converters
} }
catch (FormatException) catch (FormatException)
{ {
// TODO log when upgraded to .Net5 // TODO log when upgraded to .Net6
// https://github.com/dotnet/runtime/issues/42975
// _logger.LogWarning(e, "Error converting value."); // _logger.LogWarning(e, "Error converting value.");
} }
} }

View File

@ -43,7 +43,8 @@ namespace MediaBrowser.Common.Json.Converters
} }
catch (FormatException) catch (FormatException)
{ {
// TODO log when upgraded to .Net5 // TODO log when upgraded to .Net6
// https://github.com/dotnet/runtime/issues/42975
// _logger.LogWarning(e, "Error converting value."); // _logger.LogWarning(e, "Error converting value.");
} }
} }