Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 88d6b468 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix validation testcase

parent 66931e27
Branches
Tags
No related merge requests found
......@@ -135,7 +135,7 @@ namespace TUGraz.VectoCommon.Utils
//if (m is FieldInfo field) {
attributes =
attributes.Concat(
field.GetCustomAttributes(typeof(T)).Cast<T>().Concat(obj.GetInterfaces().SelectMany(m.GetAttributes<T>)));
field.GetCustomAttributes(typeof(T)).Cast<T>().Concat(obj.GetInterfaces().SelectMany(m.GetAttributes<T>))).Distinct();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment