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

BindableCache: stringify certain inbuilt types #382

Closed
g105b opened this issue Oct 14, 2022 · 2 comments
Closed

BindableCache: stringify certain inbuilt types #382

g105b opened this issue Oct 14, 2022 · 2 comments

Comments

@g105b
Copy link
Member

g105b commented Oct 14, 2022

It would be useful to have public readonly DateTime properties on certain objects, but a DateTime isn't stringable by default, but it's super useful to bind an object with a datetime property without having to mangle it manually.

@g105b
Copy link
Member Author

g105b commented Oct 14, 2022

It would be nice to use an Attribute for this - if it's a DateTime, the attribute can describe the format used when stringifying.

@g105b
Copy link
Member Author

g105b commented Oct 17, 2022

This is tracked in #383

@g105b g105b closed this as completed Oct 17, 2022
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

1 participant