Noisrev.League.IO.RST 4.0.0-rc2

This is a prerelease version of Noisrev.League.IO.RST.
dotnet add package Noisrev.League.IO.RST --version 4.0.0-rc2
NuGet\Install-Package Noisrev.League.IO.RST -Version 4.0.0-rc2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Noisrev.League.IO.RST" Version="4.0.0-rc2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Noisrev.League.IO.RST --version 4.0.0-rc2
#r "nuget: Noisrev.League.IO.RST, 4.0.0-rc2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Noisrev.League.IO.RST as a Cake Addin
#addin nuget:?package=Noisrev.League.IO.RST&version=4.0.0-rc2&prerelease

// Install Noisrev.League.IO.RST as a Cake Tool
#tool nuget:?package=Noisrev.League.IO.RST&version=4.0.0-rc2&prerelease

📖 Noisrev.League.IO.RST

This is a library for parsing and editing RST files of League of Legends.

NetStandard LICENSE Downloads PackageVersion FOSSA Status

NetFramework NetCore CodeQL .NET

Bilibili

🔥 Version 4 - Preview!

Improved performance for Read/Write, Less time/op and lower memory allocation. ^^

Method Runtime Mean Allocated
(Version 4)
Open .NET 8.0 56.04 ms 24 MB
Write .NET 8.0 38.48 ms 28 MB
(Version 3)
Open .NET 6.0 74.13 ms 36 MB
Write .NET 6.0 52.20 ms 30 MB

✨ RST (Riot String Table)

The file is used to store strings of in-game text.

  • Champion name, skill description, skin name, etc...
  • Like: "Riven", "Championship Riven 2016", "<mainText><stats><attention>%i:scaleAP% 25</attention> Ability Power<br><attention>%i:scaleMPen% 15%</attention> Magic Penetration</stats></mainText><br>"
  • And more...

If you would like to see more details about the RST file, please see: RSTFile.cs.

🔖 Getting Started

  1. Use the NuGet Libaray
  • Install via NuGet Package Manager in Visual Studio
  • .NET CLI : dotnet add package Noisrev.League.IO.RST
  1. Then load a RSTFile using:
using Noisrev.League.IO.RST;

var rst = RSTFile.Load("your rst file path");

For more information, refer to Getting Started.

License

FOSSA Status

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0-rc2 84 8/2/2023
4.0.0-rc1 84 7/26/2023
3.1.2 346 1/14/2023
3.1.1 270 1/13/2023
3.1.0 383 10/16/2022
3.0.0 424 5/15/2022
2.0.0 328 12/13/2021
1.4.1.2 323 12/7/2021
1.4.1.1 311 12/7/2021
1.4.1 303 12/7/2021
1.4.0 307 11/30/2021
1.3.2 296 11/29/2021
1.3.1 338 10/5/2021
1.3.0 328 9/3/2021
1.2.1 326 7/8/2021
1.2.0 321 7/8/2021
1.1.0 410 7/3/2021
1.0.0 478 7/2/2021