LowcodeCore 1.0.5
.NET 6.0
dotnet add package LowcodeCore --version 1.0.5
NuGet\Install-Package LowcodeCore -Version 1.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="LowcodeCore" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LowcodeCore --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LowcodeCore, 1.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 LowcodeCore as a Cake Addin
#addin nuget:?package=LowcodeCore&version=1.0.5
// Install LowcodeCore as a Cake Tool
#tool nuget:?package=LowcodeCore&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
低代码开发框架
- LowcodeCore是一款基于.Net6开发实现的低代码开发框架。该框架可以帮助.Net开发人员快速构建对数据的“增删查改”等操作的API接口,大大提高工作效率。
1 更新说明
- 更新版本:1.0.5
- 修复Delete插件无法使用“数据库链接字符串全局配置”的问题;
- 补充博客园文档链接及DEMO下载链接(无需积分可直接下载DEMO)
2 框架说明
2.1 开发环境
- VS2022
- SQL Server 2019
2.2 框架依赖
- LowcodeCore 1.0.0 项目框架:.Net 6.0
- 项目依赖: Microsoft.EntityFrameworkCore.SqlServer(6.0.4) Newtonsoft.Json (13.0.1) JavaScriptEngineSwitcher.ChakraCore(3.18.2) JavaScriptEngineSwitcher.ChakraCore.Native.win-x64(3.18.2) JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64(3.18.2)
3. LowcodeCore开发文档——使用说明
- https://www.cnblogs.com/hoager/articles/16758215.html
- https://blog.csdn.net/Hoager/article/details/126916943
4. LowcodeCore开发文档——组件配置
- https://www.cnblogs.com/hoager/articles/16758232.html
- https://blog.csdn.net/Hoager/article/details/127024031
5. LowcodeCore.Api.Demo下载
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- JavaScriptEngineSwitcher.ChakraCore (>= 3.18.2)
- JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64 (>= 3.18.2)
- JavaScriptEngineSwitcher.ChakraCore.Native.win-x64 (>= 3.18.2)
- Microsoft.EntityFrameworkCore.SqlServer (>= 6.0.4)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.