Problem Statement
H5 currently only supports .NET Standard 2.0 APIs for transpilation to JavaScript. DataProvider uses modern .NET 9.0 with dependencies that require .NET 6.0+ APIs. We need to determine if H5 can be upgraded to support .NET Standard 2.1 APIs.
Current State
- H5 version: 24.11.53878
- Latest H5 version: 26.2.64289
- H5 transpilation: DISABLED due to React hooks + API incompatibility
- Dashboard.Web targets netstandard2.1 but H5 only transpiles netstandard2.0 APIs
Investigation Tasks
Success Criteria
- Clear answer: Can H5 transpile netstandard2.1 APIs? Yes/No
- If YES: This is the preferred path (no need to downgrade DataProvider)
- If NO: Must use Path B (downgrade DataProvider to ns2.0 APIs)
Mutually Exclusive With
- Path B (Issue to be created): Downgrade DataProvider to .NET Standard 2.0 APIs
Problem Statement
H5 currently only supports .NET Standard 2.0 APIs for transpilation to JavaScript. DataProvider uses modern .NET 9.0 with dependencies that require .NET 6.0+ APIs. We need to determine if H5 can be upgraded to support .NET Standard 2.1 APIs.
Current State
Investigation Tasks
Success Criteria
Mutually Exclusive With