RuoVea.ExApp
5.0.0
See the version list below for details.
dotnet add package RuoVea.ExApp --version 5.0.0
NuGet\Install-Package RuoVea.ExApp -Version 5.0.0
<PackageReference Include="RuoVea.ExApp" Version="5.0.0" />
paket add RuoVea.ExApp --version 5.0.0
#r "nuget: RuoVea.ExApp, 5.0.0"
// Install RuoVea.ExApp as a Cake Addin #addin nuget:?package=RuoVea.ExApp&version=5.0.0 // Install RuoVea.ExApp as a Cake Tool #tool nuget:?package=RuoVea.ExApp&version=5.0.0
HttpContext、RootServices、User
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. |
-
net5.0
- Microsoft.AspNetCore (>= 2.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on RuoVea.ExApp:
Package | Downloads |
---|---|
RuoVea.ExEvenBus
事件总线 事件订阅着继承IEventHandler 事件发布时使用 Emit.Publish(string cmethod, object eventData) |
|
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 | 299 | 11/24/2023 |
7.0.0 | 146 | 8/8/2024 |
6.0.5 | 3,247 | 8/22/2022 |
6.0.4 | 372 | 8/22/2022 |
6.0.3 | 2,118 | 6/9/2022 |
6.0.2 | 406 | 6/9/2022 |
6.0.1 | 1,272 | 3/10/2022 |
6.0.0 | 3,016 | 2/9/2022 |
5.0.5 | 156 | 8/8/2024 |
5.0.4 | 602 | 2/9/2022 |
5.0.3 | 1,554 | 11/19/2021 |
5.0.2 | 382 | 11/3/2021 |
5.0.1 | 297 | 11/3/2021 |
5.0.0 | 343 | 11/2/2021 |