Slapper.AutoMapper
Slapper.AutoMapper maps dynamic data to static types. Slap your data into submission!
File Explorer
Download Latest Version (.zip)- install.ps1
- Slapper.AutoMapper.1.0.0.2.nupkg
- Slapper.AutoMapper.1.0.0.3.nupkg
- Slapper.AutoMapper.1.0.0.4.nupkg
- Slapper.AutoMapper.1.0.0.5.nupkg
- Slapper.AutoMapper.1.0.0.6.nupkg
- Slapper.AutoMapper.1.0.0.7.nupkg
- Slapper.AutoMapper.1.0.0.8.nupkg
- Slapper.AutoMapper.1.0.0.9.nupkg
- Slapper.AutoMapper.2.0.1.nupkg
- Slapper.AutoMapper.2.0.2.nupkg
- Slapper.AutoMapper.2.0.3.nupkg
- Slapper.AutoMapper.2.0.4.nupkg
- Slapper.AutoMapper.2.0.5.nupkg
- CallContext.cs
- Slapper.AutoMapper.Cache.cs
- Slapper.AutoMapper.Configuration.cs
- Slapper.AutoMapper.cs
- Slapper.AutoMapper.InternalHelpers.cs
- Slapper.AutoMapper.Logging.cs
- Slapper.csproj
- ArrayTests.cs
- CachingBehaviorTests.cs
- ComplexMapsParentsAndChlidTest.cs
- ComplexMapTests.cs
- EmptyList.cs
- ExceptionTests.cs
- GuidConverterTests.cs
- HashCollisionTests.cs
- IdentifierTests.cs
- MapCollectionsTypedTest.cs
- MapDynamicTests.cs
- MappingToEnumTests.cs
- MappingToGuidTests.cs
- MappingToNullableTypesTests.cs
- MapUniqueChildsIdTest.cs
- MatchingChildNameTests.cs
- NoIdentifierTests.cs
- NullTests.cs
- ParentMappingTests.cs
- PerformanceTests.cs
- ReadMeTests.cs
- SimpleMapTests.cs
- SimpleTypeConversionTests.cs
- Slapper.Tests.csproj
- TestBase.cs
- TestHelpers.cs
- TypeActivatorTests.cs
- AssemblyInfo.cs
- packages.config
- Slapper.Tests47.csproj
- .gitignore
- LICENSE
- README.md
- Slapper.AutoMapper.sln
- Slapper.AutoMapper.sln.DotSettings
# Installation Guide
1. Get the code
git clone https://github.com/SlapperAutoMapper/Slapper.AutoMapper
Downloads the entire project code from GitHub to your computer.
cd Slapper.AutoMapper
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd Slapper.AutoMapper.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)
