We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa04087 commit 4219239Copy full SHA for 4219239
UnitTests/Configuration/ConfigurationMangerTests.cs
@@ -189,7 +189,7 @@ public void Load_Raises_Updated ()
189
Updated += ConfigurationManager_Updated;
190
var fired = false;
191
192
- void ConfigurationManager_Updated (object? sender, ConfigurationManagerEventArgs obj)
+ void ConfigurationManager_Updated (object sender, ConfigurationManagerEventArgs obj)
193
{
194
fired = true;
195
}
@@ -285,7 +285,7 @@ public void Reset_Raises_Updated ()
285
286
287
288
289
290
291
0 commit comments