Skip to content

Commit 1798448

Browse files
Bump BenchmarkDotNet from 0.15.2 to 0.15.4 (#1962)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecdb27f commit 1798448

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

benchmarks/Riok.Mapperly.Benchmarks/Riok.Mapperly.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="BenchmarkDotNet" Version="0.15.2" />
8+
<PackageReference Include="BenchmarkDotNet" Version="0.15.4" />
99
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" PrivateAssets="all" />

src/Riok.Mapperly.Abstractions/IncludeMappingConfigurationAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Diagnostics;
1+
using System.Diagnostics;
22

33
namespace Riok.Mapperly.Abstractions;
44

src/Riok.Mapperly.Abstractions/NamedMappingAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Diagnostics;
1+
using System.Diagnostics;
22

33
namespace Riok.Mapperly.Abstractions;
44

src/Riok.Mapperly/Descriptors/MappingBodyBuilders/BuilderContext/MembersMappingStateBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Riok.Mapperly.Configuration;
1+
using Riok.Mapperly.Configuration;
22
using Riok.Mapperly.Descriptors.Mappings;
33
using Riok.Mapperly.Diagnostics;
44
using Riok.Mapperly.Helpers;

test/Riok.Mapperly.IntegrationTests/Dto/NamedMappingValuesDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Riok.Mapperly.IntegrationTests.Dto
1+
namespace Riok.Mapperly.IntegrationTests.Dto
22
{
33
public class NamedMappingValuesDto
44
{

test/Riok.Mapperly.IntegrationTests/Mapper/NamedMappings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Riok.Mapperly.Abstractions;
1+
using Riok.Mapperly.Abstractions;
22
using Riok.Mapperly.IntegrationTests.Dto;
33
using Riok.Mapperly.IntegrationTests.Models;
44

test/Riok.Mapperly.IntegrationTests/Models/NamedMappingObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Riok.Mapperly.IntegrationTests.Models
1+
namespace Riok.Mapperly.IntegrationTests.Models
22
{
33
public class NamedMappingObject
44
{

test/Riok.Mapperly.IntegrationTests/NamedMapperTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
22
using Riok.Mapperly.IntegrationTests.Dto;
33
using Riok.Mapperly.IntegrationTests.Helpers;
44
using Riok.Mapperly.IntegrationTests.Mapper;

test/Riok.Mapperly.Tests/Mapping/IncludeMappingConfigurationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Riok.Mapperly.Tests.Mapping;
1+
namespace Riok.Mapperly.Tests.Mapping;
22

33
public class IncludeMappingConfigurationTest
44
{

test/Riok.Mapperly.Tests/Mapping/NamedMappingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Riok.Mapperly.Tests.Mapping;
1+
namespace Riok.Mapperly.Tests.Mapping;
22

33
public class NamedMappingTest
44
{

0 commit comments

Comments
 (0)