Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ public UInt32 SampleCount
private UInt32 _sampleCount = 0;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -679,4 +679,3 @@ private void WriteSampleSetObject(PerformanceCounterSampleSet set, bool firstSet
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ protected override void EndProcessing()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -1465,4 +1465,3 @@ protected override void BeginProcessing()

#endregion RemoveEventLogCommand
}

Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ protected override void EndProcessing()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,3 @@ private string GetClassNameFromQuery(string query)
#endregion Command code
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ protected override void EndProcessing()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,3 @@ protected override void EndProcessing()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@ protected override void EndProcessing()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,3 @@ private void ProcessSid(SecurityIdentifier groupSid)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,3 @@ private bool CheckShouldProcess(string target)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,3 @@ private bool CheckShouldProcess(string target)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,3 @@ private void ProcessSids()
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,3 @@ private IEnumerable<LocalPrincipal> ProcessSid(SecurityIdentifier groupSid)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,3 @@ private void ProcessSids()
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,3 @@ private bool CheckShouldProcess(string target)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,3 @@ private bool CheckShouldProcess(string target)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,3 @@ private bool CheckShouldProcess(string target)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,3 @@ private void ProcessSid(SecurityIdentifier groupSid)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,3 @@ private bool CheckShouldProcess(string target)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,3 @@ private bool CheckShouldProcess(string groupName, string newName)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,3 @@ private bool CheckShouldProcess(string userName, string newName)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,3 @@ private bool CheckShouldProcess(string target)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,3 @@ private bool CheckShouldProcess(string target)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -2237,4 +2237,3 @@ public string Value
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -10108,4 +10108,3 @@ public override System.Xml.Serialization.XmlSerializer GetSerializer(System.Type
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -1434,4 +1434,3 @@ internal PSDriveInfo CurrentDrive
}

#pragma warning restore 56500

Original file line number Diff line number Diff line change
Expand Up @@ -1375,4 +1375,3 @@ private object InvokeDefaultActionDynamicParameters(
}

#pragma warning restore 56500

Original file line number Diff line number Diff line change
Expand Up @@ -1748,4 +1748,3 @@ private object MoveItemDynamicParameters(
}

#pragma warning restore 56500

Original file line number Diff line number Diff line change
Expand Up @@ -1116,4 +1116,3 @@ private object ClearPropertyDynamicParameters(
}

#pragma warning restore 56500

Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,3 @@ private void ValidateTransactionOrEnlist()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -706,4 +706,3 @@ public void Dispose(bool disposing)
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ protected virtual void Dispose(bool disposing)
#endregion IDisposable Members
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -1984,4 +1984,3 @@ public void WriteError(ErrorRecord errorRecord)
}

#pragma warning restore 56506

Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ public override object Transform(EngineIntrinsics engineIntrinsics, object input
}

#pragma warning restore 56506

1 change: 0 additions & 1 deletion src/TypeCatalogGen/TypeCatalogGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,3 @@ internal TypeMetadata(string assemblyName, bool isTypeObsolete)
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public static int ToExitCode(this IEnumerable<Summary> summaries)
return 0;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public IEnumerable<ValidationError> Validate(ValidationParameters validationPara
$"{benchmarkId} does not belong to one of the mandatory categories: {string.Join(", ", _mandatoryCategories)}. Use [BenchmarkCategory(Categories.$)]")
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ public bool Predicate(BenchmarkCase benchmarkCase)

return _counter++ % _partitionsCount.Value == _partitionIndex.Value; // will return true only for benchmarks that belong to it’s partition
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public IEnumerable<ValidationError> Validate(ValidationParameters validationPara
benchmarkCase: group.First()));
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ private static Guid GenerateRandomGuid(Random random)
return new Guid(bytes);
}
}
}
}
2 changes: 1 addition & 1 deletion test/perf/dotnet-tools/Reporting/Counter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ public class Counter

public IList<double> Results { get; set; }
}
}
}
2 changes: 1 addition & 1 deletion test/perf/dotnet-tools/Reporting/Os.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ public class Os

public string Name { get; set; }
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ public static IEnumerable<Example> Examples
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ public class BdnResult
public HostEnvironmentInfo HostEnvironmentInfo { get; set; }
public List<Benchmark> Benchmarks { get; set; }
}
}
}
Loading