Skip to content

About .NET 7.0 Support #87

@daramkun

Description

@daramkun

Hello. I am currently developing an application using .NET 7.0 because of Native AOT.

While trying to optimize string garbage using ZString, it worked fine in the debug environment, but crashed when built with Native AOT.

After receiving the ZString source code and building it myself, I checked the warning message and it said that using Enum.GetValues() is not compatible with Native AOT.

I think you should use Enum.GetValuesAsUnderlyingType() (added in .NET 7.0) or just use ToString().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions