6 references to AddCustomAttribute
Aspire.Dashboard.Tests (6)
AssemblyExtensionsTests.cs (6)
25
assembly.
AddCustomAttribute
(new AssemblyInformationalVersionAttribute(attributeValue));
26
assembly.
AddCustomAttribute
(new AssemblyFileVersionAttribute("This should never be used"));
27
assembly.
AddCustomAttribute
(new AssemblyVersionAttribute("1.1.1.1"));
46
assembly.
AddCustomAttribute
(new AssemblyFileVersionAttribute(attributeValue));
47
assembly.
AddCustomAttribute
(new AssemblyVersionAttribute("1.1.1.1"));
66
assembly.
AddCustomAttribute
(new AssemblyVersionAttribute(attributeValue));