RuoVea.ExApp 8.0.0

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

// Install RuoVea.ExApp as a Cake Tool
#tool nuget:?package=RuoVea.ExApp&version=8.0.0

RuoVea.ExApp

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on RuoVea.ExApp:

Package Downloads
RuoVea.ExEvenBus

事件总线 事件订阅着继承IEventHandler 事件发布时使用 Emit.Publish(string cmethod, object eventData)

RuoVea.ExSugar

Sqlsugar扩展 快速注入 使用方式: service.AddSqlsugar();

RuoVea.ExCaptcha

#### 介绍 验证码 #### 使用示例 ``` /// <summary> /// 获取验证码 /// </summary> /// <returns></returns> [AllowAnonymous] [DisplayName("获取验证码")] public dynamic GetCaptcha() { var codeId = RuoVea.ExIdGen.IdGenerator.Id; var captcha = _captcha.Generate(codeId.ToString()); return new { Id = codeId, Img = captcha.Base64 }; } // 判断验证码 if (!_captcha.Validate(input.CodeId.ToString(), input.Code)) ```

RuoVea.QuartzNetUI

QuartzNet UI界面 执行脚本地址:https://gitee.com/starry123/ruovea-quartznet-ui/tree/develop/Doc/Sql

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 220 11/24/2023
6.0.5 2,893 8/22/2022
6.0.4 349 8/22/2022
6.0.3 2,039 6/9/2022
6.0.2 379 6/9/2022
6.0.1 1,213 3/10/2022
6.0.0 2,889 2/9/2022
5.0.4 568 2/9/2022
5.0.3 1,489 11/19/2021
5.0.2 360 11/3/2021
5.0.1 277 11/3/2021
5.0.0 320 11/2/2021