Added logging to module framework
Implemented logging to Adafruit and changed database loading behavior.
This commit is contained in:
BIN
Props/shops/Microsoft.Extensions.Logging.Abstractions.dll
Normal file
BIN
Props/shops/Microsoft.Extensions.Logging.Abstractions.dll
Normal file
Binary file not shown.
@@ -10,8 +10,7 @@
|
||||
"dependencies": {
|
||||
"FuzzySharp": "2.0.2",
|
||||
"Newtonsoft.Json": "13.0.1",
|
||||
"Props.Shop.Framework": "1.0.0",
|
||||
"System.Linq.Async": "5.0.0"
|
||||
"Props.Shop.Framework": "1.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Props.Shop.Adafruit.dll": {}
|
||||
@@ -25,6 +24,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Logging.Abstractions/5.0.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
||||
@@ -33,15 +40,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Linq.Async/5.0.0": {
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.1/System.Linq.Async.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.0.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Props.Shop.Framework/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Logging.Abstractions": "5.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Props.Shop.Framework.dll": {}
|
||||
}
|
||||
@@ -61,6 +63,13 @@
|
||||
"path": "fuzzysharp/2.0.2",
|
||||
"hashPath": "fuzzysharp.2.0.2.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Logging.Abstractions/5.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
|
||||
"path": "microsoft.extensions.logging.abstractions/5.0.0",
|
||||
"hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -68,13 +77,6 @@
|
||||
"path": "newtonsoft.json/13.0.1",
|
||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
||||
},
|
||||
"System.Linq.Async/5.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==",
|
||||
"path": "system.linq.async/5.0.0",
|
||||
"hashPath": "system.linq.async.5.0.0.nupkg.sha512"
|
||||
},
|
||||
"Props.Shop.Framework/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
|
Binary file not shown.
BIN
Props/shops/Props.Shop.Framework.dll
Normal file
BIN
Props/shops/Props.Shop.Framework.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user