Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T07:17:23.000Z (about 2 months ago)
- Last Synced: 2024-10-07T15:07:07.343Z (about 1 month ago)
- Topics: csharp, java, portability, portable-library
- Language: C#
- Homepage:
- Size: 115 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Status](https://github.com/javiertuya/portable/actions/workflows/test.yml/badge.svg)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.javiertuya/portable-java)](https://central.sonatype.com/artifact/io.github.javiertuya/portable-java)
[![Nuget](https://img.shields.io/nuget/v/PortableCs)](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 Sharpen).