Tig пре 10 месеци
родитељ
комит
82ba4af51a

+ 1 - 1
NativeAot/Properties/launchSettings.json

@@ -3,7 +3,7 @@
     "NativeAot": {
       "commandName": "Project"
     },
-    "WSL : UICatalog": {
+    "WSL : NativeAot": {
       "commandName": "Executable",
       "executablePath": "wsl",
       "commandLineArgs": "dotnet NativeAot.dll",

+ 0 - 3
Terminal.Gui/Configuration/SettingsScope.cs

@@ -1,12 +1,9 @@
 #nullable enable
 using System.Diagnostics;
 using System.Diagnostics.CodeAnalysis;
-using System.IO;
-using System.Net.Security;
 using System.Reflection;
 using System.Text.Json;
 using System.Text.Json.Serialization;
-using static Terminal.Gui.SpinnerStyle;
 
 namespace Terminal.Gui;
 

+ 2 - 2
UnitTests/Configuration/SerializableConfigurationPropertyTests.cs

@@ -46,8 +46,8 @@ public class SerializableConfigurationPropertyTests
 
         // Ensure no property has the generic JsonStringEnumConverter<>
         EnsureNoSpecifiedConverters (properties, new [] { typeof (JsonStringEnumConverter<>) });
-        /// Ensure no property has the type RuneJsonConverter
-        //EnsureNoSpecifiedConverters (properties, new [] { typeof (RuneJsonConverter) });
+        // Ensure no property has the type RuneJsonConverter
+        EnsureNoSpecifiedConverters (properties, new [] { typeof (RuneJsonConverter) });
         // Ensure no property has the type KeyJsonConverter
         EnsureNoSpecifiedConverters (properties, new [] { typeof (KeyJsonConverter) });