RuoVea.OmiUser
7.0.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RuoVea.OmiUser --version 7.0.0.2
NuGet\Install-Package RuoVea.OmiUser -Version 7.0.0.2
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.OmiUser" Version="7.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RuoVea.OmiUser" Version="7.0.0.2" />
<PackageReference Include="RuoVea.OmiUser" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RuoVea.OmiUser --version 7.0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RuoVea.OmiUser, 7.0.0.2"
#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.
#:package RuoVea.OmiUser@7.0.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RuoVea.OmiUser&version=7.0.0.2
#tool nuget:?package=RuoVea.OmiUser&version=7.0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RuoVea.OmiSystem
介绍:
用户管理 UI界面
用户管理 平台(RuoVea.OmiSystem):基于.Net5.0 、.Net6.0 、.Net7.0、.Net8.0构建的简单、跨平台的系统。 系统业务简单、代码清晰,如果您只是单纯只需简单增、删、改、查。没有多余的功能,简单扩展下基本可以满足日常需求。 支持的数据库有 MySql、SqlServer、PostgreSQL、SQLite、Oracle、Firebird(后续支持)
安装教程
Install-Package RuoVea.OmiSystem
builder.Services.AddOmiSystemSetup();
builder.Services.AddSqlSugarSetup();
app.UseOmiSystemUI();
配置信息
/* 数据库链接 - 具体配置见SqlSugar官网(第一个为默认库不需要设置ConfigId)*/
"ConnectionConfigs": [
{
"DbType": "Sqlite", // MySql、SqlServer、Sqlite、Oracle、PostgreSQL、Dm、Kdbndp、Oscar、MySqlConnector、Access、OpenGauss、QuestDB、HG、ClickHouse、GBase、Odbc、Custom
"ConnectionString": "DataSource=./database.db", // 库连接字符串
"EnableUnderLine": false, // 启用驼峰转下划线
}
// 其他数据库配置(可以配置多个)
//{
// "ConfigId": "test",
// "DbType": "Sqlite",
// "ConnectionString": "DataSource=./test.db", // 库连接字符串
// "EnableInitDb": true, // 启用库表初始化
// "EnableInitSeed": true, // 启用种子初始化
// "EnableDiffLog": false, // 启用库表差异日志
// "EnableUnderLine": false // 启用驼峰转下划线
// "IsEncrypt": true, //是否加密
// "DbSecurity": "" //链接字符串解密密钥
//}
]
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (>= 7.0.20)
- RuoVea.OmiApi.User (>= 7.0.0.2)
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 |
|---|---|---|
| 8.0.2.5 | 49 | 11/25/2025 |
| 8.0.2.4 | 319 | 11/21/2025 |
| 8.0.2.3 | 182 | 11/6/2025 |
| 8.0.2.2 | 175 | 10/29/2025 |
| 8.0.2.1 | 176 | 10/29/2025 |
| 8.0.2 | 163 | 10/28/2025 |
| 8.0.1.13 | 172 | 10/27/2025 |
| 8.0.1.11 | 169 | 10/23/2025 |
| 8.0.1.10 | 304 | 9/17/2025 |
| 8.0.1.9 | 301 | 9/17/2025 |
| 8.0.1.8 | 299 | 9/17/2025 |
| 8.0.1.7 | 294 | 9/17/2025 |
| 8.0.1.6 | 155 | 9/12/2025 |
| 8.0.1.5 | 142 | 9/5/2025 |
| 8.0.1.4 | 204 | 8/30/2025 |
| 8.0.1.3 | 198 | 8/29/2025 |
| 8.0.1.2 | 216 | 8/29/2025 |
| 8.0.1.1 | 451 | 7/25/2025 |
| 8.0.1 | 511 | 7/21/2025 |
| 8.0.0.4 | 205 | 4/23/2025 |
| 8.0.0.3 | 204 | 4/9/2025 |
| 8.0.0.2 | 210 | 4/3/2025 |
| 8.0.0.1 | 199 | 4/1/2025 |
| 8.0.0 | 264 | 3/5/2025 |
| 7.0.2.5 | 46 | 11/25/2025 |
| 7.0.2.4 | 318 | 11/21/2025 |
| 7.0.2.3 | 172 | 11/6/2025 |
| 7.0.2.2 | 169 | 10/29/2025 |
| 7.0.2.1 | 170 | 10/29/2025 |
| 7.0.2 | 172 | 10/28/2025 |
| 7.0.1.12 | 167 | 10/27/2025 |
| 7.0.1.11 | 163 | 10/23/2025 |
| 7.0.1.10 | 297 | 9/17/2025 |
| 7.0.1.9 | 299 | 9/17/2025 |
| 7.0.1.8 | 297 | 9/17/2025 |
| 7.0.1.7 | 299 | 9/17/2025 |
| 7.0.1.6 | 148 | 9/12/2025 |
| 7.0.1.5 | 139 | 9/5/2025 |
| 7.0.1.4 | 204 | 8/30/2025 |
| 7.0.1.3 | 192 | 8/29/2025 |
| 7.0.1.2 | 215 | 8/29/2025 |
| 7.0.1.1 | 446 | 7/25/2025 |
| 7.0.1 | 510 | 7/21/2025 |
| 7.0.0.4 | 203 | 4/23/2025 |
| 7.0.0.3 | 197 | 4/9/2025 |
| 7.0.0.2 | 204 | 4/3/2025 |
| 7.0.0.1 | 203 | 4/1/2025 |
| 7.0.0 | 257 | 3/5/2025 |
| 6.0.4.5 | 40 | 11/25/2025 |
| 6.0.4.4 | 317 | 11/21/2025 |
| 6.0.4.3 | 173 | 11/6/2025 |
| 6.0.4.2 | 175 | 10/29/2025 |
| 6.0.4.1 | 169 | 10/29/2025 |
| 6.0.4 | 161 | 10/28/2025 |
| 6.0.3.12 | 171 | 10/27/2025 |
| 6.0.3.11 | 166 | 10/23/2025 |
| 6.0.3.10 | 312 | 9/17/2025 |
| 6.0.3.9 | 300 | 9/17/2025 |
| 6.0.3.8 | 295 | 9/17/2025 |
| 6.0.3.7 | 295 | 9/17/2025 |
| 6.0.3.6 | 156 | 9/12/2025 |
| 6.0.3.5 | 156 | 9/5/2025 |
| 6.0.3.4 | 202 | 8/30/2025 |
| 6.0.3.3 | 195 | 8/29/2025 |
| 6.0.3.2 | 222 | 8/29/2025 |
| 6.0.3.1 | 450 | 7/25/2025 |
| 6.0.3 | 510 | 7/21/2025 |
| 6.0.2.9 | 223 | 4/23/2025 |
| 6.0.2.8 | 222 | 4/9/2025 |
| 6.0.2.7 | 201 | 4/3/2025 |
| 6.0.2.6 | 195 | 4/1/2025 |
| 6.0.2.5 | 250 | 3/5/2025 |
| 6.0.2.4 | 246 | 3/4/2025 |
| 6.0.2.3 | 152 | 12/29/2024 |
| 6.0.2.2 | 159 | 12/13/2024 |
| 6.0.2.1 | 144 | 12/13/2024 |
| 6.0.2 | 143 | 12/12/2024 |
| 6.0.1.7 | 143 | 12/5/2024 |
| 6.0.1.6 | 158 | 12/3/2024 |
| 6.0.1.5 | 131 | 12/2/2024 |
| 6.0.1.4 | 133 | 11/25/2024 |
| 6.0.1.3 | 158 | 11/22/2024 |
| 6.0.1.2 | 146 | 11/22/2024 |
| 6.0.1.1 | 150 | 11/8/2024 |
| 6.0.1 | 158 | 11/5/2024 |
| 6.0.0.5 | 140 | 10/28/2024 |
| 6.0.0.4 | 159 | 10/10/2024 |
| 6.0.0.3 | 150 | 10/9/2024 |
| 6.0.0.2 | 145 | 10/9/2024 |
| 6.0.0.1 | 141 | 10/8/2024 |
| 6.0.0 | 147 | 10/8/2024 |