Pass Atributes
to generated public property is not working
#524
Labels
fixed in main 🏎️
An issue/feature that has already been fixed/added in main
mvvm-toolkit 🧰
Issues/PRs for the MVVM Toolkit
Describe the bug
I having a class, where some properties should not be serialized. For instance, the
Timer
property.Before switching to this nuget, the code looked like.
There, I just was able to set
[JsonIgnore, XmlIgnore]
to the public property as well.How do I achieve this here?
Regression
No response
Steps to reproduce
Expected behavior
Public, generated proeprty should get the attribute passed.
Screenshots
No response
IDE and version
VS 2022 Preview
IDE version
17.5.0 Preview 1.0
Nuget packages
Nuget package version(s)
8.0.0
Additional context
No response
Help us help you
No, just wanted to report this
The text was updated successfully, but these errors were encountered: