AddUserSecrets, RenameByDateTaken and BlurHash
This commit is contained in:
@ -46,6 +46,13 @@ public class UnitTestIsEnvironment
|
||||
_ConfigurationRoot = configurationRoot;
|
||||
}
|
||||
|
||||
private static void NonThrowTryCatch()
|
||||
{
|
||||
try
|
||||
{ throw new Exception(); }
|
||||
catch (Exception) { }
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestMethodNull()
|
||||
{
|
||||
|
Reference in New Issue
Block a user