Vogen icon indicating copy to clipboard operation
Vogen copied to clipboard

Code fix provider that converts the `Instance` attributes to static field in the value object

Open SteveDunn opened this issue 1 year ago • 0 comments

Describe the feature

We want to move away from using [Instance("Unspecified", -1")] in a value object to just public static readonly MyId Unspecified = new(-1)

Have an analyser that spots them, and have a code fix to convert them.

SteveDunn avatar May 25 '24 06:05 SteveDunn