AutoMapper.Data
For ADO.NET extensions to AutoMapper, IDataReader support etc
File Explorer
Download Latest Version (.zip)- ci.yml
- lock.yml
- release.yml
- DataRecordMemberConfiguration.cs
- DataReaderMapper.cs
- CollectionMapper.cs
- DataReaderEnumerableAdapter.cs
- DataReaderHelper.cs
- ExpressionExtensions.cs
- PrimitiveExtensions.cs
- TypeExtensions.cs
- TypeHelper.cs
- AutoMapper.Data.csproj
- ConfigurationExtensions.cs
- AssemblyInfo.cs
- AutoMapper.Data.Tests.csproj
- DataReaderMappingTests.cs
- ProfileTests.cs
- .gitattributes
- .gitignore
- AutoMapper.Data.sln
- AutoMapper.Data.snk
- Build.ps1
- LICENSE.txt
- NuGet.config
- Push.ps1
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/AutoMapper/AutoMapper.Data
Downloads the entire project code from GitHub to your computer.
cd AutoMapper.Data
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd AutoMapper.Data.Tests
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
