Add .NET 8.0 C# port of OpenV2G EXI codec
- Port core EXI encoding/decoding functionality to C# - Implement V2G protocol parsing and analysis - Add simplified decoder/encoder for roundtrip testing - Create comprehensive error handling with EXI exceptions - Support both byte array and file stream operations - Include packet structure analysis for V2GTP data - Successfully builds and runs basic functionality tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
23
csharp/dotnet/bin/Debug/net6.0/V2GDecoderNet.deps.json
Normal file
23
csharp/dotnet/bin/Debug/net6.0/V2GDecoderNet.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v6.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v6.0": {
|
||||
"V2GDecoderNet/1.0.0": {
|
||||
"runtime": {
|
||||
"V2GDecoderNet.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"V2GDecoderNet/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
csharp/dotnet/bin/Debug/net6.0/V2GDecoderNet.dll
Normal file
BIN
csharp/dotnet/bin/Debug/net6.0/V2GDecoderNet.dll
Normal file
Binary file not shown.
BIN
csharp/dotnet/bin/Debug/net6.0/V2GDecoderNet.exe
Normal file
BIN
csharp/dotnet/bin/Debug/net6.0/V2GDecoderNet.exe
Normal file
Binary file not shown.
BIN
csharp/dotnet/bin/Debug/net6.0/V2GDecoderNet.pdb
Normal file
BIN
csharp/dotnet/bin/Debug/net6.0/V2GDecoderNet.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
23
csharp/dotnet/bin/Debug/net8.0/V2GDecoderNet.deps.json
Normal file
23
csharp/dotnet/bin/Debug/net8.0/V2GDecoderNet.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"V2GDecoderNet/1.0.0": {
|
||||
"runtime": {
|
||||
"V2GDecoderNet.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"V2GDecoderNet/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
csharp/dotnet/bin/Debug/net8.0/V2GDecoderNet.dll
Normal file
BIN
csharp/dotnet/bin/Debug/net8.0/V2GDecoderNet.dll
Normal file
Binary file not shown.
BIN
csharp/dotnet/bin/Debug/net8.0/V2GDecoderNet.exe
Normal file
BIN
csharp/dotnet/bin/Debug/net8.0/V2GDecoderNet.exe
Normal file
Binary file not shown.
BIN
csharp/dotnet/bin/Debug/net8.0/V2GDecoderNet.pdb
Normal file
BIN
csharp/dotnet/bin/Debug/net8.0/V2GDecoderNet.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user