- Direct contributions
- Create pull requests directly.
- Please send e-mails to [email protected] if you have any questions.
- Feedback suggestions and bugs.
- We use GitHub issues to track bugs and features.
- For bugs and general issues please file a new issue.
- Visual Studio 2019 Version 16.11 or later.
- You also need install ARM64 components (MSVC Toolchain and ATL/MFC) if you want to compile ARM64 version of NanaZip.
- Windows 10 Version 20H1 SDK or later.
- You also need install ARM64 components if you want to compile ARM64 version of NanaZip.
Run BuildAllTargets.bat
in the root of the repository.
Open NanaZip.sln
in the root of the repository.
- C++: C++ Core Guidelines
- C#: Follow the .NET Core team's C# coding style
For all languages respect the .editorconfig file specified in the source tree. Many IDEs natively support this or can with a plugin.