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
Copy file name to clipboardExpand all lines: Tests/Approval.Tests/ApprovedApi/FluentAssertions/net47.verified.txt
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,12 @@ namespace FluentAssertions
64
64
public static FluentAssertions.Collections.GenericCollectionAssertions<System.Data.DataRow> Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Data.DataRowCollection actualValue) { }
65
65
public static FluentAssertions.Collections.GenericCollectionAssertions<System.Data.DataTable> Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Data.DataTableCollection actualValue) { }
66
66
public static FluentAssertions.Primitives.DateTimeAssertions Should(this System.DateTime actualValue) { }
67
-
public static FluentAssertions.Primitives.NullableDateTimeAssertions Should(this System.DateTime? actualValue) { }
67
+
public static FluentAssertions.Primitives.NullableDateTimeAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.DateTime? actualValue) { }
68
68
public static FluentAssertions.Primitives.DateTimeOffsetAssertions Should(this System.DateTimeOffset actualValue) { }
69
-
public static FluentAssertions.Primitives.NullableDateTimeOffsetAssertions Should(this System.DateTimeOffset? actualValue) { }
69
+
public static FluentAssertions.Primitives.NullableDateTimeOffsetAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.DateTimeOffset? actualValue) { }
70
70
public static FluentAssertions.Specialized.NonGenericAsyncFunctionAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Func<System.Threading.Tasks.Task> action) { }
71
71
public static FluentAssertions.Primitives.GuidAssertions Should(this System.Guid actualValue) { }
72
-
public static FluentAssertions.Primitives.NullableGuidAssertions Should(this System.Guid? actualValue) { }
72
+
public static FluentAssertions.Primitives.NullableGuidAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Guid? actualValue) { }
73
73
public static FluentAssertions.Streams.BufferedStreamAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.IO.BufferedStream actualValue) { }
74
74
public static FluentAssertions.Streams.StreamAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.IO.Stream actualValue) { }
75
75
public static FluentAssertions.Primitives.HttpResponseMessageAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Net.Http.HttpResponseMessage actualValue) { }
@@ -78,37 +78,37 @@ namespace FluentAssertions
78
78
public static FluentAssertions.Types.MethodInfoAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Reflection.MethodInfo methodInfo) { }
79
79
public static FluentAssertions.Types.PropertyInfoAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Reflection.PropertyInfo propertyInfo) { }
80
80
public static FluentAssertions.Primitives.SimpleTimeSpanAssertions Should(this System.TimeSpan actualValue) { }
81
-
public static FluentAssertions.Primitives.NullableSimpleTimeSpanAssertions Should(this System.TimeSpan? actualValue) { }
81
+
public static FluentAssertions.Primitives.NullableSimpleTimeSpanAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.TimeSpan? actualValue) { }
82
82
public static FluentAssertions.Types.TypeAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Type subject) { }
83
83
public static FluentAssertions.Xml.XAttributeAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Xml.Linq.XAttribute actualValue) { }
84
84
public static FluentAssertions.Xml.XDocumentAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Xml.Linq.XDocument actualValue) { }
85
85
public static FluentAssertions.Xml.XElementAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this System.Xml.Linq.XElement actualValue) { }
86
86
public static FluentAssertions.Primitives.BooleanAssertions Should(this bool actualValue) { }
87
-
public static FluentAssertions.Primitives.NullableBooleanAssertions Should(this bool? actualValue) { }
87
+
public static FluentAssertions.Primitives.NullableBooleanAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this bool? actualValue) { }
88
88
public static FluentAssertions.Numeric.NumericAssertions<byte> Should(this byte actualValue) { }
89
-
public static FluentAssertions.Numeric.NullableNumericAssertions<byte> Should(this byte? actualValue) { }
89
+
public static FluentAssertions.Numeric.NullableNumericAssertions<byte> Should([System.Diagnostics.CodeAnalysis.NotNull] this byte? actualValue) { }
90
90
public static FluentAssertions.Numeric.NumericAssertions<decimal> Should(this decimal actualValue) { }
91
-
public static FluentAssertions.Numeric.NullableNumericAssertions<decimal> Should(this decimal? actualValue) { }
91
+
public static FluentAssertions.Numeric.NullableNumericAssertions<decimal> Should([System.Diagnostics.CodeAnalysis.NotNull] this decimal? actualValue) { }
92
92
public static FluentAssertions.Numeric.NumericAssertions<double> Should(this double actualValue) { }
93
-
public static FluentAssertions.Numeric.NullableNumericAssertions<double> Should(this double? actualValue) { }
93
+
public static FluentAssertions.Numeric.NullableNumericAssertions<double> Should([System.Diagnostics.CodeAnalysis.NotNull] this double? actualValue) { }
94
94
public static FluentAssertions.Numeric.NumericAssertions<float> Should(this float actualValue) { }
95
-
public static FluentAssertions.Numeric.NullableNumericAssertions<float> Should(this float? actualValue) { }
95
+
public static FluentAssertions.Numeric.NullableNumericAssertions<float> Should([System.Diagnostics.CodeAnalysis.NotNull] this float? actualValue) { }
96
96
public static FluentAssertions.Numeric.NumericAssertions<int> Should(this int actualValue) { }
97
-
public static FluentAssertions.Numeric.NullableNumericAssertions<int> Should(this int? actualValue) { }
97
+
public static FluentAssertions.Numeric.NullableNumericAssertions<int> Should([System.Diagnostics.CodeAnalysis.NotNull] this int? actualValue) { }
98
98
public static FluentAssertions.Numeric.NumericAssertions<long> Should(this long actualValue) { }
99
-
public static FluentAssertions.Numeric.NullableNumericAssertions<long> Should(this long? actualValue) { }
99
+
public static FluentAssertions.Numeric.NullableNumericAssertions<long> Should([System.Diagnostics.CodeAnalysis.NotNull] this long? actualValue) { }
100
100
public static FluentAssertions.Primitives.ObjectAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this object actualValue) { }
101
101
public static FluentAssertions.Numeric.NumericAssertions<sbyte> Should(this sbyte actualValue) { }
102
-
public static FluentAssertions.Numeric.NullableNumericAssertions<sbyte> Should(this sbyte? actualValue) { }
102
+
public static FluentAssertions.Numeric.NullableNumericAssertions<sbyte> Should([System.Diagnostics.CodeAnalysis.NotNull] this sbyte? actualValue) { }
103
103
public static FluentAssertions.Numeric.NumericAssertions<short> Should(this short actualValue) { }
104
-
public static FluentAssertions.Numeric.NullableNumericAssertions<short> Should(this short? actualValue) { }
104
+
public static FluentAssertions.Numeric.NullableNumericAssertions<short> Should([System.Diagnostics.CodeAnalysis.NotNull] this short? actualValue) { }
105
105
public static FluentAssertions.Primitives.StringAssertions Should([System.Diagnostics.CodeAnalysis.NotNull] this string actualValue) { }
106
106
public static FluentAssertions.Numeric.NumericAssertions<uint> Should(this uint actualValue) { }
107
-
public static FluentAssertions.Numeric.NullableNumericAssertions<uint> Should(this uint? actualValue) { }
107
+
public static FluentAssertions.Numeric.NullableNumericAssertions<uint> Should([System.Diagnostics.CodeAnalysis.NotNull] this uint? actualValue) { }
108
108
public static FluentAssertions.Numeric.NumericAssertions<ulong> Should(this ulong actualValue) { }
109
-
public static FluentAssertions.Numeric.NullableNumericAssertions<ulong> Should(this ulong? actualValue) { }
109
+
public static FluentAssertions.Numeric.NullableNumericAssertions<ulong> Should([System.Diagnostics.CodeAnalysis.NotNull] this ulong? actualValue) { }
110
110
public static FluentAssertions.Numeric.NumericAssertions<ushort> Should(this ushort actualValue) { }
111
-
public static FluentAssertions.Numeric.NullableNumericAssertions<ushort> Should(this ushort? actualValue) { }
111
+
public static FluentAssertions.Numeric.NullableNumericAssertions<ushort> Should([System.Diagnostics.CodeAnalysis.NotNull] this ushort? actualValue) { }
112
112
[System.Obsolete(("You are asserting the \'AndConstraint\' itself. Remove the \'Should()\' method direct" +
113
113
"ly following \'And\'"), true)]
114
114
public static void Should<TAssertions>(this FluentAssertions.Primitives.BooleanAssertions<TAssertions> _)
@@ -239,7 +239,7 @@ namespace FluentAssertions
239
239
{
240
240
public static FluentAssertions.Primitives.EnumAssertions<TEnum> Should<TEnum>(this TEnum @enum)
241
241
where TEnum : struct, System.Enum { }
242
-
public static FluentAssertions.Primitives.NullableEnumAssertions<TEnum> Should<TEnum>(this TEnum? @enum)
242
+
public static FluentAssertions.Primitives.NullableEnumAssertions<TEnum> Should<TEnum>([System.Diagnostics.CodeAnalysis.NotNull] this TEnum? @enum)
243
243
where TEnum : struct, System.Enum { }
244
244
}
245
245
public class EquivalencyPlan : System.Collections.Generic.IEnumerable<FluentAssertions.Equivalency.IEquivalencyStep>, System.Collections.IEnumerable
0 commit comments