Code fix provider that converts the Instance
attributes to static field in the value object
#602
Labels
enhancement
New feature or request
Describe the feature
We want to move away from using
[Instance("Unspecified", -1")]
in a value object to justpublic static readonly MyId Unspecified = new(-1)
Have an analyser that spots them, and have a code fix to convert them.
The text was updated successfully, but these errors were encountered: