Made Url Unshortening more robust
This commit is contained in:
parent
7902913880
commit
376253996e
2 changed files with 49 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue