Fixed CM bugs. Added unit tests. Trying to figure out why TryGet is not working properly

This commit is contained in:
Tig
2024-11-22 11:03:02 -07:00
parent 655118738b
commit c2c5a37ca7
27 changed files with 376 additions and 140 deletions

View File

@@ -15,7 +15,7 @@ public class AppScopeTests
};
[Fact]
[AutoInitShutdown (configLocation: ConfigLocations.DefaultOnly)]
[AutoInitShutdown (configLocation: ConfigLocations.Default)]
public void Apply_ShouldApplyUpdatedProperties ()
{
Reset ();