Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 718 Bytes

File metadata and controls

27 lines (18 loc) · 718 Bytes

Contributing to XISOSharp

Contributions are welcome.

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Open CSharp_XISOSharp.sln in Visual Studio or your preferred editor
  4. Run dotnet build to build all projects
  5. Run dotnet test to verify tests pass

Development

  • Target framework: .NET 10 (with net8.0 and net9.0 multi-targeting for the Core library)
  • Code style is enforced via .editorconfig

Pull Requests

  • Keep changes focused and minimal
  • Ensure tests pass before submitting
  • Update XML documentation for any new public APIs
  • Write unit tests for new functionality

License

By contributing, you agree that your contributions will be licensed under the MIT License.