https://github.com/javiertuya/portable
A compact library with utility methods that are Java/C# compatible. Available on Java and .NET
https://github.com/javiertuya/portable
csharp java portability portable-library
Last synced: 5 days ago
JSON representation
A compact library with utility methods that are Java/C# compatible. Available on Java and .NET
- Host: GitHub
- URL: https://github.com/javiertuya/portable
- Owner: javiertuya
- License: mit
- Created: 2023-04-01T09:13:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T05:28:51.000Z (9 days ago)
- Last Synced: 2025-05-07T22:13:03.429Z (5 days ago)
- Topics: csharp, java, portability, portable-library
- Language: C#
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://central.sonatype.com/artifact/io.github.javiertuya/portable-java)
[](https://www.nuget.org/packages/PortableCs/)# Portable
A compact library with utility methods that are Java/C# compatible.
Use these utilities if generating portable applications that with converted .NET C# projects from Java.Available on Java and .NET:
- On Java: include the `portable-java` dependency as indicated in the
[Maven Central Repository](https://central.sonatype.com/artifact/io.github.javiertuya/portable-java)
- On .NET: include the `PortableCs` package in you project as indicated in
[NuGet](https://www.nuget.org/packages/PortableCs)Contains different implementations in the `java` and `net` folders,
but the tests are shared (converted from java to .net using the [JavaToCsharp](https://github.com/paulirwin/JavaToCSharp) converter).