Info
| Version: | 1.0.8 | 
| Author(s): | Inossis | 
| Last Update: | Sunday, March 17, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://www.nuget.org/ | 
| NuGet Url: | https://www.nuget.org/packages/CoreXT | 
Install
Install-Package CoreXT
                        dotnet add package CoreXT
                        paket add CoreXT
                        
                                CoreXT Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - System.Data.Common(>= 4.3.0)
- System.Diagnostics.Process(>= 4.3.0)
- System.Management(>= 4.5.0)
- System.Data.Common(>= 4.3.0)
- System.Diagnostics.Process(>= 4.3.0)
- System.Management(>= 4.5.0)
Tags
 
                
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.