File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Light.GuardClauses.Performance/FrameworkExtensions
Light.GuardClauses/FrameworkExtensions Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11using System ;
22using BenchmarkDotNet . Attributes ;
33
4- namespace Light . GuardClauses . Performance . StringAssertions
4+ namespace Light . GuardClauses . FrameworkExtensions . Performance . StringAssertions
55{
66 public class ContainsOrdinalBenchmark
77 {
Original file line number Diff line number Diff line change 33using JetBrains . Annotations ;
44using NotNullAttribute = System . Diagnostics . CodeAnalysis . NotNullAttribute ;
55
6- namespace Light . GuardClauses ;
6+ namespace Light . GuardClauses . FrameworkExtensions ;
77
8- public static partial class Check
8+ public static partial class StringExtensions
99{
1010 /// <summary>
1111 /// Checks if the string contains the specified value using the given comparison type.
Original file line number Diff line number Diff line change 1+ namespace Light . GuardClauses . FrameworkExtensions ;
2+
3+ /// <summary>
4+ /// Provides extension methods for the <see cref="string" /> class.
5+ /// </summary>
6+ // ReSharper disable once RedundantTypeDeclarationBody -- required for Source Code Transformation
7+ public static partial class StringExtensions { }
You can’t perform that action at this time.
0 commit comments