Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not support SortedDictionary? #94

Open
lizhihao132 opened this issue Mar 30, 2024 · 2 comments
Open

not support SortedDictionary? #94

lizhihao132 opened this issue Mar 30, 2024 · 2 comments

Comments

@lizhihao132
Copy link

H5 compiler cannot support SortedDictionary?

my h5.csproj is as follows:

netstandard2.1 7.2
<ItemGroup>
    <PackageReference Include="h5" Version="22.11.34330" />
    <PackageReference Include="h5.core" Version="22.11.34329" />
    <PackageReference Include="h5.Newtonsoft.Json" Version="22.11.34331" />
    <PackageReference Include="Tesserae" Version="2022.11.34246" />
</ItemGroup>
@lizhihao132
Copy link
Author

can anybody help me? thanks!

@theolivenbaum
Copy link
Collaborator

Hi @lizhihao132, SortedDictionary is not part of the h5 base library, but you can implement your own using the original source code. We would also accept a pull request adding it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants