Cedita.One.Base
0.1.9
Superseded by Cedita.Essence framework.
dotnet add package Cedita.One.Base --version 0.1.9
NuGet\Install-Package Cedita.One.Base -Version 0.1.9
<PackageReference Include="Cedita.One.Base" Version="0.1.9" />
paket add Cedita.One.Base --version 0.1.9
#r "nuget: Cedita.One.Base, 0.1.9"
// Install Cedita.One.Base as a Cake Addin #addin nuget:?package=Cedita.One.Base&version=0.1.9 // Install Cedita.One.Base as a Cake Tool #tool nuget:?package=Cedita.One.Base&version=0.1.9
Cedita.One.Base represents base libraries that can be used to build generic applications and Cedita.One components using a common shared, extensible platform.
These libraries are used by Cedita when creating new applications that are to follow certain standards of development and practices. Continually updated with new features and bugfixes as necessary.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
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.1.9 - Change GetDisplayAttribute to work on all extensions from MemberInfo rather than just FieldInfo.
0.1.8 - Refactor Property Helpers and EnumExtension to be more generic.
0.1.7 - Add EnumExtension to assist with DisplayAttributes in non-MVC code.
0.1.6 - Add KeyedDataStore<TData, TKey> to Data framework. Add IQueryable<TData> to DataStore<TData>. Incompatible with previous versions.