FormCore 0.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FormCore --version 0.4.0
                    
NuGet\Install-Package FormCore -Version 0.4.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="FormCore" Version="0.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FormCore" Version="0.4.0" />
                    
Directory.Packages.props
<PackageReference Include="FormCore" />
                    
Project file
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 FormCore --version 0.4.0
                    
#r "nuget: FormCore, 0.4.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.
#addin nuget:?package=FormCore&version=0.4.0
                    
Install FormCore as a Cake Addin
#tool nuget:?package=FormCore&version=0.4.0
                    
Install FormCore as a Cake Tool

Form Core C#

The C# + React + Ant Design implementation of https://github.com/rails-engine/form_core -- a Rails engine providing abilities to generate dynamic forms.

NuGet NPM version NPM quality NuGet NPM download Known Vulnerabilities Join the chat at https://gitter.im/form_core_csharp/Lobby

Usage

Backend

PM> Install-Package FormCore

Let your Entity Framework Context class inherit from FormCore.Context. E.g.,

public class Context : FormCore.Context {}

Then add migrations.

PM> add-migration

Revise the migration file that was automatically generated, removing foreign key constraints.

Finally apply the migration against your database,

PM> update-database

Frontend

npm install --save antd-formcore

License

MIT

See Also

  • form_core: a Rails engine providing abilities to generate dynamic forms.
  • React: A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • Ant Design: A UI Design Language.
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.30.7 40,953 12/3/2018
0.30.6 924 11/28/2018
0.30.5 904 11/27/2018
0.30.3 914 11/27/2018
0.30.2 883 11/27/2018
0.30.1 893 11/26/2018
0.28.0 959 10/21/2018
0.27.1 997 10/11/2018
0.27.0 1,017 10/10/2018
0.26.16 993 9/10/2018
0.26.15 986 9/10/2018
0.26.14 998 9/2/2018
0.26.13 1,024 9/2/2018
0.26.12 1,001 9/1/2018
0.26.11 994 9/1/2018
0.26.10 1,020 9/1/2018
0.26.9 964 9/1/2018
0.26.8 1,081 8/8/2018
0.26.7 1,049 8/8/2018
0.26.6 1,043 8/8/2018
0.26.5 1,041 8/8/2018
0.26.4 1,057 8/8/2018
0.26.3 1,081 8/8/2018
0.26.2 1,056 8/8/2018
0.26.1 1,085 8/3/2018
0.26.0 1,100 8/3/2018
0.24.0 1,225 7/2/2018
0.23.0 1,071 7/2/2018
0.22.4 1,216 7/2/2018
0.22.3 1,218 7/2/2018
0.22.2 1,213 7/2/2018
0.22.1 1,227 7/1/2018
0.19.0 1,235 6/25/2018
0.17.4 1,256 6/21/2018
0.17.3 1,053 6/21/2018
0.17.2 1,208 6/21/2018
0.17.1 1,236 6/21/2018
0.17.0 1,206 6/21/2018
0.16.0 1,230 6/19/2018
0.13.0 1,198 6/13/2018
0.12.0 1,192 6/13/2018
0.11.0 1,208 6/11/2018
0.10.1 1,286 6/11/2018
0.10.0 1,296 6/11/2018
0.9.0 1,277 6/9/2018
0.8.0 1,278 6/9/2018
0.7.0 1,321 6/6/2018
0.6.2.27 1,309 5/29/2018
0.6.2.26 1,301 5/29/2018
0.6.2.24 1,259 5/29/2018
0.6.2.23 1,310 5/29/2018
0.6.2.22 1,285 5/29/2018
0.6.2.21 1,291 5/29/2018
0.6.2 1,355 5/29/2018
0.6.1 1,379 5/29/2018
0.5.2 1,276 5/24/2018
0.5.1 1,276 5/23/2018
0.5.0 1,138 5/22/2018
0.4.1 1,286 5/20/2018
0.4.0 1,269 5/20/2018
0.3.2 1,327 5/13/2018
0.3.1 1,351 5/13/2018
0.3.0 1,356 5/13/2018
0.2.0 1,295 5/12/2018
0.1.0 1,324 5/10/2018