Prerequisites
Before installing PKHeX.Core, ensure you have:- .NET 10 SDK or later installed
- A C# project targeting .NET 10 or higher
- Basic knowledge of C# programming
PKHeX.Core targets .NET 10 (
net10.0). Make sure your project is compatible with this framework version.Installation Methods
Project Configuration
Minimum .csproj Setup
Ensure your project file (.csproj) targets the correct framework:
Import the Namespace
In your C# files, import the PKHeX.Core namespace:Package Information
Troubleshooting
Common Installation Issues
Framework version mismatch
Framework version mismatch
If you encounter errors about framework versions, ensure your project targets .NET 10 or later:
NuGet package not found
NuGet package not found
Make sure you have the latest NuGet sources configured:
Build errors after installation
Build errors after installation
Clean and rebuild your project:
Next Steps
Quick Start
Learn the basics with a quick start tutorial
Core Concepts
Understand save files and Pokémon data structures