RueI 2.0.5

dotnet add package RueI --version 2.0.5
NuGet\Install-Package RueI -Version 2.0.5
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="RueI" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RueI --version 2.0.5
#r "nuget: RueI, 2.0.5"
#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 RueI as a Cake Addin
#addin nuget:?package=RueI&version=2.0.5

// Install RueI as a Cake Tool
#tool nuget:?package=RueI&version=2.0.5

RueI

build and unit tests CodeFactor

RueI is a hint framework, designed to be the definitive way to display multiple hints at once. you can get the latest release here.

docs are available here.

if you want to develop using RueI, make sure you install the nuget package

Features

  • support for displaying multiple hints at once without them interfering with eachother
  • cross-plugin compatibility
  • custom tags and other utility
  • scheduler system, which makes dealing with the hint ratelimit easier

RueI is not a grid-based or line-based system, it calculates the offset necessary to put a hint at the same position no matter what

Comments

if you've encountered any bugs please make an issue (it helps me out a ton)

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 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
2.0.5 245 1/9/2024
2.0.4 99 1/6/2024
2.0.3 104 1/1/2024
2.0.2 107 12/30/2023
2.0.1 161 11/22/2023
2.0.0 104 11/20/2023

bug fixes and changes to the autoelement + scheduling api