This commit is contained in:
2026-02-02 10:00:26 +07:00
commit b9b2c6ef79
617 changed files with 133854 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,57 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"SickBlazorApp/1.0.0": {
"dependencies": {
"Peak.PCANBasic.NET": "4.10.1.968",
"SocketCANSharp": "0.13.0"
},
"runtime": {
"SickBlazorApp.dll": {}
}
},
"Peak.PCANBasic.NET/4.10.1.968": {
"runtime": {
"lib/netstandard2.0/PCANBasic.NET.dll": {
"assemblyVersion": "4.10.1.968",
"fileVersion": "4.10.1.968"
}
}
},
"SocketCANSharp/0.13.0": {
"runtime": {
"lib/netstandard2.0/SocketCANSharp.dll": {
"assemblyVersion": "0.13.0.0",
"fileVersion": "0.13.0.0"
}
}
}
}
},
"libraries": {
"SickBlazorApp/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Peak.PCANBasic.NET/4.10.1.968": {
"type": "package",
"serviceable": true,
"sha512": "sha512-sUxW8dhaIB+x7XFcpepad1DaD1N5a9l6qB2cyOgDCv7M+SmF87hOIK/EsT42Th92exA02PfCr6+ilnZ0XYeyrg==",
"path": "peak.pcanbasic.net/4.10.1.968",
"hashPath": "peak.pcanbasic.net.4.10.1.968.nupkg.sha512"
},
"SocketCANSharp/0.13.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-71mLS40IMpnyWeKf0zeWKGlgO6lkll36DdhKmsJ9z/SGnENcq/8XhOYFgLKJ8Wbs2a4WaFelmlz8cKBU82lWyA==",
"path": "socketcansharp/0.13.0",
"hashPath": "socketcansharp.0.13.0.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,21 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException": true
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"CanBus": {
"Backend": "PCAN",
"PositionBaseCobId": "0x180",
"Channel": "PCAN_USBBUS1",
"PositionScale": 0.01403808593
}
}

View File

@@ -0,0 +1,58 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0/linux-x64",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {},
".NETCoreApp,Version=v10.0/linux-x64": {
"SickBlazorApp/1.0.0": {
"dependencies": {
"Peak.PCANBasic.NET": "4.10.1.968",
"SocketCANSharp": "0.13.0"
},
"runtime": {
"SickBlazorApp.dll": {}
}
},
"Peak.PCANBasic.NET/4.10.1.968": {
"runtime": {
"lib/netstandard2.0/PCANBasic.NET.dll": {
"assemblyVersion": "4.10.1.968",
"fileVersion": "4.10.1.968"
}
}
},
"SocketCANSharp/0.13.0": {
"runtime": {
"lib/netstandard2.0/SocketCANSharp.dll": {
"assemblyVersion": "0.13.0.0",
"fileVersion": "0.13.0.0"
}
}
}
}
},
"libraries": {
"SickBlazorApp/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Peak.PCANBasic.NET/4.10.1.968": {
"type": "package",
"serviceable": true,
"sha512": "sha512-sUxW8dhaIB+x7XFcpepad1DaD1N5a9l6qB2cyOgDCv7M+SmF87hOIK/EsT42Th92exA02PfCr6+ilnZ0XYeyrg==",
"path": "peak.pcanbasic.net/4.10.1.968",
"hashPath": "peak.pcanbasic.net.4.10.1.968.nupkg.sha512"
},
"SocketCANSharp/0.13.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-71mLS40IMpnyWeKf0zeWKGlgO6lkll36DdhKmsJ9z/SGnENcq/8XhOYFgLKJ8Wbs2a4WaFelmlz8cKBU82lWyA==",
"path": "socketcansharp/0.13.0",
"hashPath": "socketcansharp.0.13.0.nupkg.sha512"
}
}
}

View File

@@ -0,0 +1,21 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException": true
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"CanBus": {
"Backend": "PCAN",
"PositionBaseCobId": "0x180",
"Channel": "PCAN_USBBUS1",
"PositionScale": 0.01403808593
}
}