Resolving warnings and treating warnings as errors in WinUI project. (#824)
This commit is contained in:
@@ -89,7 +89,7 @@ public class ImapSynchronizerCalDavConfigurationTests
|
||||
|
||||
private static ImapSynchronizer CreateSynchronizer(string appDataFolder,
|
||||
CustomServerInformation serverInformation,
|
||||
IAutoDiscoveryService autoDiscoveryService = null)
|
||||
IAutoDiscoveryService? autoDiscoveryService = null)
|
||||
{
|
||||
var account = new MailAccount
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user