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 - On .NET: include the
PortableCs
package in you project as indicated in NuGet
Contains different implementations in the java
and net
folders,
but the tests are shared (converted from java to .net using Sharpen).