Skip to content

Commit ce562bd

Browse files
chore(deps): update dependency jetbrains.annotations to v2025 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christoph Bersch <[email protected]>
1 parent 3d53baf commit ce562bd

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

Src/AwesomeAssertions.DataSets/AwesomeAssertions.DataSets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<ItemGroup Label="Analyzers">
4646
<AdditionalFiles Include="BannedSymbols.txt" />
4747
<PackageReference Include="AwesomeAssertions" Version="9.0.0" />
48-
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="all" />
48+
<PackageReference Include="JetBrains.Annotations" Version="2025.2.0" PrivateAssets="all" />
4949
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5050
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all" />
5151
</ItemGroup>

Tests/Approval.Tests/Approval.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="AwesomeAssertions" Version="9.0.0" />
9+
<PackageReference Include="JetBrains.Annotations" Version="2025.2.0" PrivateAssets="all" />
910
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1011
<PackageReference Include="xunit" Version="2.9.3" />
1112
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

Tests/Approval.Tests/ApprovedApi/AwesomeAssertions.DataSets/net47.verified.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ namespace AwesomeAssertions
66
{
77
public static class AssertionExtensions
88
{
9+
[JetBrains.Annotations.Pure]
910
public static AwesomeAssertions.DataSets.DataColumnAssertions Should(this System.Data.DataColumn actualValue) { }
11+
[JetBrains.Annotations.Pure]
1012
public static AwesomeAssertions.Collections.GenericCollectionAssertions<System.Data.DataColumn> Should(this System.Data.DataColumnCollection actualValue) { }
13+
[JetBrains.Annotations.Pure]
1114
public static AwesomeAssertions.Collections.GenericCollectionAssertions<System.Data.DataRow> Should(this System.Data.DataRowCollection actualValue) { }
15+
[JetBrains.Annotations.Pure]
1216
public static AwesomeAssertions.Collections.GenericCollectionAssertions<System.Data.DataTable> Should(this System.Data.DataTableCollection actualValue) { }
1317
}
1418
public static class DataColumnCollectionAssertionExtensions
@@ -20,6 +24,7 @@ namespace AwesomeAssertions
2024
}
2125
public static class DataRowAssertionExtensions
2226
{
27+
[JetBrains.Annotations.Pure]
2328
public static AwesomeAssertions.DataSets.DataRowAssertions<TDataRow> Should<TDataRow>(this TDataRow actualValue)
2429
where TDataRow : System.Data.DataRow { }
2530
}
@@ -32,11 +37,13 @@ namespace AwesomeAssertions
3237
}
3338
public static class DataSetAssertionExtensions
3439
{
40+
[JetBrains.Annotations.Pure]
3541
public static AwesomeAssertions.DataSets.DataSetAssertions<TDataSet> Should<TDataSet>(this TDataSet actualValue)
3642
where TDataSet : System.Data.DataSet { }
3743
}
3844
public static class DataTableAssertionExtensions
3945
{
46+
[JetBrains.Annotations.Pure]
4047
public static AwesomeAssertions.DataSets.DataTableAssertions<TDataTable> Should<TDataTable>(this TDataTable actualValue)
4148
where TDataTable : System.Data.DataTable { }
4249
}

Tests/Approval.Tests/ApprovedApi/AwesomeAssertions.DataSets/net6.0.verified.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ namespace AwesomeAssertions
66
{
77
public static class AssertionExtensions
88
{
9+
[JetBrains.Annotations.Pure]
910
public static AwesomeAssertions.DataSets.DataColumnAssertions Should(this System.Data.DataColumn actualValue) { }
11+
[JetBrains.Annotations.Pure]
1012
public static AwesomeAssertions.Collections.GenericCollectionAssertions<System.Data.DataColumn> Should(this System.Data.DataColumnCollection actualValue) { }
13+
[JetBrains.Annotations.Pure]
1114
public static AwesomeAssertions.Collections.GenericCollectionAssertions<System.Data.DataRow> Should(this System.Data.DataRowCollection actualValue) { }
15+
[JetBrains.Annotations.Pure]
1216
public static AwesomeAssertions.Collections.GenericCollectionAssertions<System.Data.DataTable> Should(this System.Data.DataTableCollection actualValue) { }
1317
}
1418
public static class DataColumnCollectionAssertionExtensions
@@ -20,6 +24,7 @@ namespace AwesomeAssertions
2024
}
2125
public static class DataRowAssertionExtensions
2226
{
27+
[JetBrains.Annotations.Pure]
2328
public static AwesomeAssertions.DataSets.DataRowAssertions<TDataRow> Should<TDataRow>(this TDataRow actualValue)
2429
where TDataRow : System.Data.DataRow { }
2530
}
@@ -32,11 +37,13 @@ namespace AwesomeAssertions
3237
}
3338
public static class DataSetAssertionExtensions
3439
{
40+
[JetBrains.Annotations.Pure]
3541
public static AwesomeAssertions.DataSets.DataSetAssertions<TDataSet> Should<TDataSet>(this TDataSet actualValue)
3642
where TDataSet : System.Data.DataSet { }
3743
}
3844
public static class DataTableAssertionExtensions
3945
{
46+
[JetBrains.Annotations.Pure]
4047
public static AwesomeAssertions.DataSets.DataTableAssertions<TDataTable> Should<TDataTable>(this TDataTable actualValue)
4148
where TDataTable : System.Data.DataTable { }
4249
}

0 commit comments

Comments
 (0)