lith пре 4 година
родитељ
комит
096e8a0e2a

+ 0 - 12
dotnet/Doc/PublishFile/SersPublish/Demo/Did.SersLoader.Demo.runtimeconfig.json

@@ -1,12 +0,0 @@
-{
-  "runtimeOptions": {
-    "tfm": "netcoreapp2.1",
-    "framework": {
-      "name": "Microsoft.NETCore.App",
-      "version": "2.1.0"
-    },
-   "configProperties": {
-      "System.Globalization.Invariant": true
-    }
-  }
-}

+ 0 - 12
dotnet/Doc/PublishFile/SersPublish/Gateway/App.Gateway.runtimeconfig.json

@@ -1,12 +0,0 @@
-{
-  "runtimeOptions": {
-    "tfm": "netcoreapp2.1",
-    "framework": {
-      "name": "Microsoft.NETCore.App",
-      "version": "2.1.0"
-    },
-   "configProperties": {
-      "System.Globalization.Invariant": true
-    }
-  }
-}

+ 0 - 12
dotnet/Doc/PublishFile/SersPublish/Gover/App.Gover.Gateway.runtimeconfig.json

@@ -1,12 +0,0 @@
-{
-  "runtimeOptions": {
-    "tfm": "netcoreapp2.1",
-    "framework": {
-      "name": "Microsoft.NETCore.App",
-      "version": "2.1.0"
-    },
-   "configProperties": {
-      "System.Globalization.Invariant": true
-    }
-  }
-}

+ 0 - 12
dotnet/Doc/PublishFile/SersPublish/Robot/App.Robot.Station.runtimeconfig.json

@@ -1,12 +0,0 @@
-{
-  "runtimeOptions": {
-    "tfm": "netcoreapp2.1",
-    "framework": {
-      "name": "Microsoft.NETCore.App",
-      "version": "2.1.0"
-    },
-   "configProperties": {
-      "System.Globalization.Invariant": true
-    }
-  }
-}

+ 0 - 12
dotnet/Doc/PublishFile/SersPublish/ServiceCenter/App.ServiceCenter.runtimeconfig.json

@@ -1,12 +0,0 @@
-{
-  "runtimeOptions": {
-    "tfm": "netcoreapp2.1",
-    "framework": {
-      "name": "Microsoft.NETCore.App",
-      "version": "2.1.0"
-    },
-   "configProperties": {
-      "System.Globalization.Invariant": true
-    }
-  }
-}

+ 2 - 2
dotnet/ServiceCenter/Sers.ServiceCenter/Sers.ServiceCenter/Entity/ApiService.cs

@@ -23,9 +23,9 @@ namespace Sers.ServiceCenter.Entity
 
         #region counter    
         [JsonIgnore]
-        private Counter _counter;
+        //private Counter _counter;
         [JsonProperty]
-        public Counter counter { get => (_counter ?? (_counter = new Counter())); set => _counter = value; }
+        public Counter counter = new Counter();
         #endregion
 
         public void AddApiNode(ApiNode apiNode)

+ 3 - 2
readme.md

@@ -36,8 +36,9 @@ i7-7700K(4.2GHZ) 4核8线程
 win10  ApiClientAsync 8/8	      140万 
 
 
-CentOs8(2x24核) ApiClient      4/4           6-9万(6%)
-CentOs8(2x24核) ApiClientAsync 16/32	     24-36万(12%)   
+ 
+CentOs8(2x24核)
+.net5 ApiClientAsync 12/12	     130-200万(13%)