Max Bradley

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Max Bradley created a post, Merge into pattern confusion
I have the following code: public static string GetDescription<T>(this T value) where T : Enum{ var enumAttributes = typeof(T).GetField(value.ToString())?.GetCustomAttributes(typeof(DescriptionA... -
-
Max Bradley created a post, Resharper command line tools inspectcode will not respect .editorconfig
I have a .editorconfig file and wish to run the inspectcode command line tool against my .NET solution. The .editorconfig file is in the root dir of my repository - the same folder as the .sln file...