SmartAnnotations
SmartAnnotations copied to clipboard
A library for .NET that uses source generators to automatically generate data annotations for your models.
Results
2
SmartAnnotations issues
Sort by
recently updated
recently updated
newest added
Absolutely no code is generated. Followed the instructions. I have an EditViewModel: ``` public partial class EditViewModel { [Reactive] public string Email { get; set; } = string.Empty; [Reactive] public...
In this project, we have a bit more complex scenario. We're not generating some simple "static" content. Just looking at the source code is not enough for us. We have...
enhancement
help wanted