Skip to content

Commit 0040d37

Browse files
committed
Updated tests
1 parent 4398759 commit 0040d37

File tree

321 files changed

+423
-444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+423
-444
lines changed

Tests/AdvancedMapping.Repositories.Mapperly.Tests/AdvancedMapping.Repositories.Mapperly.Tests.Api/AdvancedMapping.Repositories.Mapperly.Tests.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<PackageReference Include="Duende.IdentityModel" Version="7.0.0" />
2222
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.20" />
2323
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
24-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.4" />
24+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
2525
</ItemGroup>
2626
</Project>

Tests/AdvancedMapping.Repositories.Mapperly.Tests/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<module moduleId="Intent.AspNetCore.Controllers.Dispatch.MediatR" version="6.1.2" supportedClientVersions="[4.3.9-pre.0, 5.0.0-a)" />
2222
<module moduleId="Intent.AspNetCore.Controllers.Dispatch.ServiceContract" version="5.2.18" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
2323
<module moduleId="Intent.AspNetCore.HealthChecks" version="2.0.12" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
24-
<module moduleId="Intent.AspNetCore.Swashbuckle" version="5.1.11" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
24+
<module moduleId="Intent.AspNetCore.Swashbuckle" version="5.1.12-pre.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
2525
<module moduleId="Intent.AspNetCore.Swashbuckle.Security" version="4.0.10" supportedClientVersions="[4.2.4, 5.0.0-a)" />
2626
<module moduleId="Intent.AspNetCore.Versioning" version="1.1.8" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
2727
<module moduleId="Intent.Common" version="3.9.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />

Tests/AdvancedMappingCrud.Cosmos.Tests/AdvancedMappingCrud.Cosmos.Tests.Api/AdvancedMappingCrud.Cosmos.Tests.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.AspNetCore.OData" Version="9.4.0" />
2525
<PackageReference Include="Quartz.AspNetCore" Version="3.15.0" />
2626
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
27-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.4" />
27+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

Tests/AdvancedMappingCrud.Cosmos.Tests/AdvancedMappingCrud.Cosmos.Tests.IntegrationTests/AdvancedMappingCrud.Cosmos.Tests.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.9" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2121
<PackageReference Include="Testcontainers.CosmosDb" Version="4.7.0" />
22-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
23-
<PackageReference Include="xunit.v3" Version="3.0.1" />
22+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
23+
<PackageReference Include="xunit.v3" Version="3.1.0" />
2424
</ItemGroup>
2525
</Project>

Tests/AdvancedMappingCrud.Cosmos.Tests/modules.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<module moduleId="Intent.AspNetCore.Controllers.Dispatch.MediatR" version="6.1.2" supportedClientVersions="[4.3.9-pre.0, 5.0.0-a)" />
2424
<module moduleId="Intent.AspNetCore.Controllers.Dispatch.ServiceContract" version="5.2.18" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
2525
<module moduleId="Intent.AspNetCore.HealthChecks" version="2.0.12" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
26-
<module moduleId="Intent.AspNetCore.IntegrationTesting" version="2.0.10" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
26+
<module moduleId="Intent.AspNetCore.IntegrationTesting" version="2.0.11-pre.0" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
2727
<module moduleId="Intent.AspNetCore.IntegrationTests.CRUD" version="1.0.16" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
2828
<module moduleId="Intent.AspNetCore.ODataQuery" version="1.0.16" supportedClientVersions="[4.3.0-a,5.0.0)" />
29-
<module moduleId="Intent.AspNetCore.Swashbuckle" version="5.1.11" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
29+
<module moduleId="Intent.AspNetCore.Swashbuckle" version="5.1.12-pre.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
3030
<module moduleId="Intent.AspNetCore.Swashbuckle.Security" version="4.0.10" supportedClientVersions="[4.2.4, 5.0.0-a)" />
3131
<module moduleId="Intent.AspNetCore.Versioning" version="1.1.8" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
3232
<module moduleId="Intent.Common" version="3.9.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />

Tests/AdvancedMappingCrud.DbContext.ProjectTo.Tests/AdvancedMappingCrud.DbContext.ProjectTo.Tests.Api/AdvancedMappingCrud.DbContext.ProjectTo.Tests.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<PackageReference Include="Duende.IdentityModel" Version="7.0.0" />
2222
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.20" />
2323
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
24-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.4" />
24+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
2525
</ItemGroup>
2626
</Project>

Tests/AdvancedMappingCrud.DbContext.ProjectTo.Tests/AdvancedMappingCrud.DbContext.ProjectTo.Tests.IntegrationTests/AdvancedMappingCrud.DbContext.ProjectTo.Tests.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.9" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2020
<PackageReference Include="Testcontainers.MsSql" Version="3.9.0" />
21-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
22-
<PackageReference Include="xunit.v3" Version="3.0.1" />
21+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
22+
<PackageReference Include="xunit.v3" Version="3.1.0" />
2323
</ItemGroup>
2424
</Project>

Tests/AdvancedMappingCrud.DbContext.ProjectTo.Tests/modules.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<module moduleId="Intent.AspNetCore.Controllers.Dispatch.MediatR" version="6.1.2" supportedClientVersions="[4.3.9-pre.0, 5.0.0-a)" />
2424
<module moduleId="Intent.AspNetCore.Controllers.Dispatch.ServiceContract" version="5.2.18" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
2525
<module moduleId="Intent.AspNetCore.HealthChecks" version="2.0.12" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
26-
<module moduleId="Intent.AspNetCore.IntegrationTesting" version="2.0.10" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
26+
<module moduleId="Intent.AspNetCore.IntegrationTesting" version="2.0.11-pre.0" supportedClientVersions="[4.5.0-a, 5.0.0-a)" />
2727
<module moduleId="Intent.AspNetCore.IntegrationTests.CRUD" version="1.0.16" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
28-
<module moduleId="Intent.AspNetCore.Swashbuckle" version="5.1.11" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
28+
<module moduleId="Intent.AspNetCore.Swashbuckle" version="5.1.12-pre.0" supportedClientVersions="[4.5.15-a, 5.0.0-a)" />
2929
<module moduleId="Intent.AspNetCore.Swashbuckle.Security" version="4.0.10" supportedClientVersions="[4.2.4, 5.0.0-a)" />
3030
<module moduleId="Intent.AspNetCore.Versioning" version="1.1.8" supportedClientVersions="[4.3.0-a, 5.0.0-a)" />
3131
<module moduleId="Intent.Common" version="3.9.2" supportedClientVersions="[4.5.21-a, 5.0.0-a)" />

Tests/AdvancedMappingCrud.DbContext.Tests/AdvancedMappingCrud.DbContext.Tests.Api/AdvancedMappingCrud.DbContext.Tests.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Intent.RoslynWeaver.Attributes" Version="3.0.0" />
2323
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.20" />
2424
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
25-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.4" />
25+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
2626
</ItemGroup>
2727

2828
</Project>

Tests/AdvancedMappingCrud.DbContext.Tests/AdvancedMappingCrud.DbContext.Tests.IntegrationTests/AdvancedMappingCrud.DbContext.Tests.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.9" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2121
<PackageReference Include="Testcontainers.MsSql" Version="4.7.0" />
22-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
23-
<PackageReference Include="xunit.v3" Version="3.0.1" />
22+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
23+
<PackageReference Include="xunit.v3" Version="3.1.0" />
2424
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)