File tree Expand file tree Collapse file tree
AutoMapper.Extensions.EnumMapping.Tests
AutoMapper.Extensions.EnumMapping Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- dotnet-version : [8 .0.x]
15+ dotnet-version : [10 .0.x]
1616 runs-on : windows-latest
1717 steps :
1818 - name : Checkout
Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- dotnet-version : [8 .0.x]
12+ dotnet-version : [10 .0.x]
1313 runs-on : windows-latest
1414 steps :
1515 - name : Checkout
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework > net9.0</ TargetFramework >
3+ <TargetFrameworks >net8.0; net9.0;net10.0</ TargetFrameworks >
44 <IsPackable >false</IsPackable >
5- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
65 </PropertyGroup >
7-
6+
87 <ItemGroup >
9- <PackageReference Include =" AutoMapper" Version =" [15.0.1, )" />
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14 .1" />
8+ <PackageReference Include =" AutoMapper" Version =" [16,17 )" />
9+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0 .1" />
1110 <PackageReference Include =" Shouldly" Version =" 4.3.0" />
1211 <PackageReference Include =" xunit" Version =" 2.9.3" />
13- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.4 " >
12+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5 " >
1413 <PrivateAssets >all</PrivateAssets >
1514 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1615 </PackageReference >
Original file line number Diff line number Diff line change 11using Microsoft . Extensions . Logging ;
2+ using Microsoft . Extensions . Logging . Abstractions ;
23
34namespace AutoMapper . Extensions . EnumMapping . Tests . Internal
45{
@@ -8,7 +9,7 @@ public abstract class SpecBaseBase
89
910 static SpecBaseBase ( )
1011 {
11- _loggerFactory = new LoggerFactory ( ) ;
12+ _loggerFactory = new NullLoggerFactory ( ) ;
1213 }
1314
1415 protected virtual void MainSetup ( )
Original file line number Diff line number Diff line change 55 <Company >Henk Kin</Company >
66 <Summary >Convention-based enum value mapping extension for AutoMapper.</Summary >
77 <Description >Convention-based enum value mapping extension for AutoMapper.</Description >
8- <TargetFramework >net8.0</TargetFramework >
8+ <TargetFrameworks >net8.0;net9.0;net10.0</TargetFrameworks >
9+ <LangVersion >14.0</LangVersion >
910 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1011 <AssemblyName >AutoMapper.Extensions.EnumMapping</AssemblyName >
1112 <AssemblyOriginatorKeyFile >..\..\AutoMapper.snk</AssemblyOriginatorKeyFile >
2223 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2324 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2425 <Deterministic >true</Deterministic >
26+ <EnableSourceLink >true</EnableSourceLink >
2527 <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true'" >true</ContinuousIntegrationBuild >
2628 </PropertyGroup >
2729
2830 <ItemGroup >
29- <PackageReference Include =" AutoMapper" Version =" [15.0.1,16)" />
30- </ItemGroup >
31-
32- <ItemGroup >
33- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
31+ <PackageReference Include =" AutoMapper" Version =" [16,17)" />
3432 <PackageReference Include =" MinVer" Version =" 6.0.0" PrivateAssets =" All" />
3533 </ItemGroup >
3634
You can’t perform that action at this time.
0 commit comments