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
internal sealed class SetsRequiredMembersAttribute : global::System.Attribute
17
15
{
18
16
}
17
+
#pragma warning restore CS0436 // Type conflicts with imported type
19
18
}
20
19
#endif
21
20
22
-
// the namespace name must be in sync with WindowsDisassembler.BuildArguments
21
+
// the namespace name must be in sync with DisassemblyDiagnoser.BuildClrMdArgs
23
22
namespace BenchmarkDotNet.Autogenerated
24
23
{
25
24
public class UniqueProgramName // we need different name than typical "Program" to avoid problems with referencing "Program" types from benchmarked code, #691
0 commit comments