You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use a single point of truth (CmdLineExtensions.GetCommandLineFields) to determine which fields are used: non-static, no [Ignore] attribute, and ordered by base type first
* Static field in Test1.cs no longer needs [Ignore] because of that
* Some more minor code cleanup
rep.Error($"The type of {lastField.DeclaringType.FullName}.{lastField.Name} necessitates that it is the last one in the class.","class "+commandLineType.Name,field.Name);
rep.Error($"{field.FieldType.FullName}.{enumField.Name} (used by {commandLineType.FullName}.{field.Name}): Enum value must have an [Option] attribute with at least one option name (unless it is the field's default value and the field is optional).","enum "+field.FieldType.Name,enumField.Name);
0 commit comments