Made Url Unshortening more robust

This commit is contained in:
XorogVEVO 2022-02-27 08:26:20 +01:00
parent 7902913880
commit 376253996e
2 changed files with 49 additions and 6 deletions

View file

@ -26,3 +26,6 @@ dotnet_diagnostic.IDE0047.severity = none
# DV2001: No Dependency Diagram linked
dotnet_diagnostic.DV2001.severity = none
# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = silent