Contributions are welcome.
- Fork the repository
- Clone your fork
- Open
CSharp_XISOSharp.slnin Visual Studio or your preferred editor - Run
dotnet buildto build all projects - Run
dotnet testto verify tests pass
- Target framework: .NET 10 (with net8.0 and net9.0 multi-targeting for the Core library)
- Code style is enforced via
.editorconfig
- Keep changes focused and minimal
- Ensure tests pass before submitting
- Update XML documentation for any new public APIs
- Write unit tests for new functionality
By contributing, you agree that your contributions will be licensed under the MIT License.