CoreXT 1.0.8
dotnet add package CoreXT --version 1.0.8
NuGet\Install-Package CoreXT -Version 1.0.8
<PackageReference Include="CoreXT" Version="1.0.8" />
paket add CoreXT --version 1.0.8
#r "nuget: CoreXT, 1.0.8"
// Install CoreXT as a Cake Addin #addin nuget:?package=CoreXT&version=1.0.8 // Install CoreXT as a Cake Tool #tool nuget:?package=CoreXT&version=1.0.8
Various framework elements and components to help make the development of .Net Standard applications and ASP.Net Core MVC websites that much easier to deal with. To see all assemblies in the framework, click the 'CoreXT' tag.
This package holds various basic utilities and extension methods for convenience. For example, adds a '.Value(key, defaultValue)' method to easily pull out values from dictionaries, or '{string}.ND(defaultValue)' (null to default) for string values, async Task extensions, ObservableDictionary, WeakReferenceList, basic encryption, basic zip file support,, text parser, 'GetFullErrorMessage()' for writing out exceptions for debugging, and much more.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- System.Data.Common (>= 4.3.0)
- System.Diagnostics.Process (>= 4.3.0)
- System.Management (>= 4.5.0)
-
.NETStandard 2.0
- System.Data.Common (>= 4.3.0)
- System.Diagnostics.Process (>= 4.3.0)
- System.Management (>= 4.5.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on CoreXT:
Package | Downloads |
---|---|
CoreXT.Validation
Various framework elements and components to help make the development of .Net Standard applications and ASP.Net Core MVC websites that much easier to deal with for the ASP.Net Core .Net cross-platform) environment. To see all assemblies in the framework, click the 'CoreXT' tag. This package will grow eventually with some common data/input validations. |
|
CoreXT.ASPNet
Various framework elements and components to help make the development of .Net Standard applications and ASP.Net Core MVC websites that much easier to deal with for the ASP.Net Core .Net cross-platform) environment. To see all assemblies in the framework, click the 'CoreXT' tag. This package holds some utility methods mainly around the ASP side of .Net Core (especially converting over older ASP 4 MVC projects), such as 'Render()' for IHtmlContent, 'GetService<T>()' and 'GetIPAddress()', etc., for HttpContext, 'MapPath()', and so on. |
|
CoreXT.Toolkit
Various framework elements and components to help make the development of .Net Standard applications and ASP.Net Core MVC websites that much easier to deal with for the ASP.Net Core .Net cross-platform) environment. To see all assemblies in the framework, click the 'CoreXT' tag. This package consists of various extensible types and controls for no-nonsense rapid ASP.Net Core MVC website development. |
|
CoreXT.MVC
Various framework elements and components to help make the development of .Net Standard applications and ASP.Net Core MVC websites that much easier to deal with for the ASP.Net Core .Net cross-platform) environment. To see all assemblies in the framework, click the 'CoreXT' tag. This package is the real meat of the whole system. It injects it's own types into the core ASP.Net MVC system in order to "hook" into various processes in order to make it easier for people to extend existing types - such as the ability to inherit from the ViewPage type and hook into before and after a view renders (one could use this for post processing), or before a view gets activated, and much more. |
|
CoreXT.FileSystem
Various framework elements and components to help make the development of .Net Standard applications and ASP.Net Core MVC websites that much easier to deal with for the ASP.Net Core .Net cross-platform) environment. To see all assemblies in the framework, click the 'CoreXT' tag. This package will contain some additional file systems, such as a virtual memory file system. |
GitHub repositories
This package is not used by any popular GitHub repositories.