OodleSharp 0.0.1
dotnet add package OodleSharp --version 0.0.1
NuGet\Install-Package OodleSharp -Version 0.0.1
<PackageReference Include="OodleSharp" Version="0.0.1" />
<PackageVersion Include="OodleSharp" Version="0.0.1" />
<PackageReference Include="OodleSharp" />
paket add OodleSharp --version 0.0.1
#r "nuget: OodleSharp, 0.0.1"
#:package OodleSharp@0.0.1
#addin nuget:?package=OodleSharp&version=0.0.1
#tool nuget:?package=OodleSharp&version=0.0.1
<div align="center">
🚀 OodleSharp
A C# port of the Oodle compression library
</div>
📦 Installation
Install via NuGet:
Install-Package OodleSharp
✨ Features
- Span-based
Decompress/TryDecompressmethods
🔧 Example Usage
using OodleSharp;
var compressedBuffer = System.IO.File.ReadAllBytes(@"C:\Test\Example.bin");
var decompressedBuffer = new byte[decompressedSize];
var result = OodleDecompressor.Decompress(compressedBuffer, decompressedBuffer);
🤝 Contributing
Contributions are welcome and appreciated!
Whether it's fixing a typo, suggesting an improvement, or submitting a pull request — every bit helps.
📄 License
This project is licensed under the MIT License.
<div align="center">
⭐️ Star the repo if you find it useful!
Feel free to open an issue if you have any questions or feedback.
</div>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OodleSharp:
| Package | Downloads |
|---|---|
|
AbioticEditor.Core
The engine behind the Abiotic Factor save editor: byte-exact GVAS save reading/writing, the player/world/metadata save models, game-data catalogs (items, recipes, skills, quest flags), and the plugin host. The desktop app and CLI are thin front-ends over this library. Bundles the Apache-2.0 UeSaveGame.Json and CUE4Parse assemblies it builds against. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1 | 729 | 6/4/2026 |