You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot construct instance of `wtf.metio.devcontainer.Devcontainer`: cannot deserialize from Object value (no delegate- or property-based Creator): this appears to be a native image, in which case you may need to configure reflection for the class that is to be deserialized
at [Source: (File); line: 2, column: 3]
To Reproduce
Steps to reproduce the behavior:
ilo devcontainer
See error
Expected behavior
Deserialization should work fine for native images as well
Additional context
This did work in the past before extracting the devcontainer model in its own library.
The text was updated successfully, but these errors were encountered:
Describe the bug
Call
ilo devcontainer
and see:To Reproduce
Steps to reproduce the behavior:
ilo devcontainer
Expected behavior
Deserialization should work fine for native images as well
Additional context
This did work in the past before extracting the devcontainer model in its own library.
The text was updated successfully, but these errors were encountered: