RuoVea.ExApp
7.0.0
See the version list below for details.
dotnet add package RuoVea.ExApp --version 7.0.0
NuGet\Install-Package RuoVea.ExApp -Version 7.0.0
<PackageReference Include="RuoVea.ExApp" Version="7.0.0" />
paket add RuoVea.ExApp --version 7.0.0
#r "nuget: RuoVea.ExApp, 7.0.0"
// Install RuoVea.ExApp as a Cake Addin #addin nuget:?package=RuoVea.ExApp&version=7.0.0 // Install RuoVea.ExApp as a Cake Tool #tool nuget:?package=RuoVea.ExApp&version=7.0.0
RuoVea.ExApp
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 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. |
-
net7.0
- Mapster (>= 7.4.0)
- Mapster.DependencyInjection (>= 1.0.1)
- Microsoft.Extensions.DependencyModel (>= 7.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 7.0.0)
- MiniProfiler.Shared (>= 4.3.8)
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 | 296 | 11/24/2023 |
7.0.0 | 145 | 8/8/2024 |
6.0.5 | 3,241 | 8/22/2022 |
6.0.4 | 371 | 8/22/2022 |
6.0.3 | 2,117 | 6/9/2022 |
6.0.2 | 405 | 6/9/2022 |
6.0.1 | 1,271 | 3/10/2022 |
6.0.0 | 3,015 | 2/9/2022 |
5.0.5 | 155 | 8/8/2024 |
5.0.4 | 601 | 2/9/2022 |
5.0.3 | 1,553 | 11/19/2021 |
5.0.2 | 381 | 11/3/2021 |
5.0.1 | 296 | 11/3/2021 |
5.0.0 | 342 | 11/2/2021 |