File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
src/BenchmarkDotNet.TestAdapter/entrypoints Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
- using BenchmarkDotNet . Running ;
1
+ // <auto-generated>
2
+ // Exclude this file from StyleCop analysis. This file isn't generated but is added to projects.
3
+ // </auto-generated>
4
+
5
+ using BenchmarkDotNet . Running ;
2
6
using System . Reflection ;
3
7
4
8
public class __AutoGeneratedEntryPointClass
Original file line number Diff line number Diff line change 1
- module __ AutoGeneratedEntryPointClass
1
+ // <auto-generated>
2
+ // Exclude this file from StyleCop analysis. This file isn't generated but is added to projects.
3
+ // </auto-generated>
4
+
5
+ module __ AutoGeneratedEntryPointClass
2
6
open System.Reflection ;
3
7
open BenchmarkDotNet.Running
4
8
Original file line number Diff line number Diff line change 1
- Imports System.Reflection
1
+ REM < auto -generated>
2
+ REM Exclude this file from StyleCop analysis. This file isn 't generated but is added to projects.
3
+ REM </ auto -generated>
4
+
5
+ Imports System.Reflection
2
6
Imports BenchmarkDotNet.Running
3
7
4
8
Namespace Global
You can’t perform that action at this time.
0 commit comments