Major architectural refactoring to achieve 1:1 structural compatibility: 🏗️ **VC2022 Structure Replication** - Iso1EXIDocument: 1:1 replica of VC2022 iso1EXIDocument struct - DinEXIDocument: 1:1 replica of VC2022 dinEXIDocument struct - Iso2EXIDocument: 1:1 replica of VC2022 iso2EXIDocument struct - All _isUsed flags and Initialize() methods exactly matching VC2022 🔄 **VC2022 Function Porting** - ParseXmlToIso1(): Exact port of VC2022 parse_xml_to_iso1() - EncodeIso1ExiDocument(): Exact port of VC2022 encode_iso1ExiDocument() - Choice 76 (V2G_Message) encoding with identical logic - BulkChargingComplete ignore behavior preserved ⚡ **Call Sequence Alignment** - Old: EncodeV2GMessage() → direct EXI encoding - New: EncodeV2GMessage() → Iso1EXIDocument → EncodeIso1ExiDocument() - Exact VC2022 call chain: init → parse → encode → finish 🔍 **1:1 Debug Comparison Ready** - C# exiDoc.V2G_Message_isUsed ↔ VC2022 exiDoc->V2G_Message_isUsed - Identical structure enables line-by-line debugging comparison - Ready for precise 1-byte difference investigation (41 vs 42 bytes) 📁 **Project Reorganization** - Moved from csharp/ to Port/ for cleaner structure - Port/dotnet/ and Port/vc2022/ for parallel development - Complete build system and documentation updates 🎯 **Achievement**: 97.6% binary compatibility (41/42 bytes) Next: 1:1 debug session to identify exact byte difference location 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
2.7 KiB
Plaintext
10 lines
2.7 KiB
Plaintext
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\EXI\EXITypesExact.cs(181,16): warning CS8618: null을 허용하지 않는 속성 'Body'은(는) 생성자를 종료할 때 null이 아닌 값을 포함해야 합니다. 'required' 한정자를 추가하거나 속성을(를) nullable로 선언하는 것이 좋습니다. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2G\V2GMessageProcessor.cs(13,23): warning CS8618: null을 허용하지 않는 속성 'XmlOutput'은(는) 생성자를 종료할 때 null이 아닌 값을 포함해야 합니다. 'required' 한정자를 추가하거나 속성을(를) nullable로 선언하는 것이 좋습니다. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2G\V2GMessageProcessor.cs(14,23): warning CS8618: null을 허용하지 않는 속성 'AnalysisOutput'은(는) 생성자를 종료할 때 null이 아닌 값을 포함해야 합니다. 'required' 한정자를 추가하거나 속성을(를) nullable로 선언하는 것이 좋습니다. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2G\V2GMessageProcessor.cs(15,23): warning CS8618: null을 허용하지 않는 속성 'ErrorMessage'은(는) 생성자를 종료할 때 null이 아닌 값을 포함해야 합니다. 'required' 한정자를 추가하거나 속성을(를) nullable로 선언하는 것이 좋습니다. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\Program.cs(27,31): warning CS8600: null 리터럴 또는 가능한 null 값을 null을 허용하지 않는 형식으로 변환하는 중입니다. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2G\EXIDecoder.cs(128,18): warning CS0219: 'documentStarted' 할당되었지만 사용되지 않았습니다. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2G\V2GMessageProcessor.cs(75,30): warning CS8602: null 가능 참조에 대한 역참조입니다. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\EXI\BitStreamExact.cs(314,33): warning CS0675: 부호 확장 피연산자에 비트 OR 연산자를 사용했습니다. 더 작은 부호 없는 형식으로 먼저 캐스팅하세요. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2G\V2GMessageProcessor.cs(218,30): warning CS8602: null 가능 참조에 대한 역참조입니다. [S:\Source\SYSDOC\V2GDecoderC\Port\dotnet\V2GDecoderNet.csproj]
|
||
<EFBFBD><EFBFBD>P<><50>P<>2 |