App.Corer 4.5.2.3

Requires NuGet 1.0.0 or higher.

dotnet add package App.Corer --version 4.5.2.3
                    
NuGet\Install-Package App.Corer -Version 4.5.2.3
                    
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="App.Corer" Version="4.5.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="App.Corer" Version="4.5.2.3" />
                    
Directory.Packages.props
<PackageReference Include="App.Corer" />
                    
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 App.Corer --version 4.5.2.3
                    
#r "nuget: App.Corer, 4.5.2.3"
                    
#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.
#:package App.Corer@4.5.2.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=App.Corer&version=4.5.2.3
                    
Install as a Cake Addin
#tool nuget:?package=App.Corer&version=4.5.2.3
                    
Install as a Cake Tool

AppPlat Core utility library (ui-independ, platform-independ)

This library supports many useful extensions and methods, such as:
   - Object.ToXXX
   - List.CastXXX
   - List.MoveXXX
   - String.ParseXXX
   - String.FindXXX
   - Reflection
   - Encode/Decode
   - Interop
   - EF extensions
   - ...

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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
4.5.2.3 183 5/20/2024
4.5.2 152 5/7/2024
2.2.3 1,554 9/22/2020
2.2.2 1,437 5/3/2020
2.2.0 1,419 4/26/2020
2.0.0 1,445 1/14/2020
1.9.0 1,411 12/2/2019
1.8.9 1,405 11/15/2019
1.8.8 1,410 11/7/2019
1.8.7 1,440 11/7/2019
1.8.6 1,475 11/7/2019
1.8.5 1,481 11/7/2019
1.8.4 1,492 11/6/2019
1.8.3 1,479 11/6/2019
1.8.2 1,395 11/6/2019
1.8.1 1,398 11/6/2019
1.8.0 1,454 11/6/2019
1.7.10 1,473 11/6/2019
1.7.9 1,446 11/5/2019
1.7.8 1,440 11/5/2019
1.7.7 1,429 11/5/2019
1.7.6 1,434 11/4/2019
1.7.5 1,432 11/4/2019
1.7.4 1,450 11/2/2019
1.7.3 1,429 10/31/2019
1.7.2 1,475 10/31/2019
1.7.1 1,458 10/31/2019
1.7.0 1,444 10/30/2019
1.6.9 1,466 10/26/2019
1.6.8 1,518 10/26/2019
1.6.7 1,480 10/24/2019
1.6.6 1,441 10/24/2019
1.6.5 1,449 10/24/2019
1.6.4 1,423 10/23/2019
1.6.3 1,467 10/23/2019
1.6.2 1,489 10/23/2019
1.6.1 1,457 10/21/2019
1.6.0 1,468 10/21/2019
1.5.15 1,419 10/20/2019
1.5.14 1,433 10/18/2019
1.5.13 1,418 10/18/2019
1.5.12 1,449 10/18/2019
1.5.11 1,470 10/18/2019
1.5.10 1,422 10/17/2019
1.5.9 1,410 10/16/2019
1.5.8 1,466 10/16/2019
1.5.7 1,484 10/16/2019
1.5.6 1,439 10/16/2019
1.5.5 1,480 10/16/2019
1.5.4 1,432 10/15/2019
1.5.3 1,492 10/8/2019
1.5.2 1,434 10/8/2019
1.5.1 1,502 10/8/2019
1.5.0 1,457 10/6/2019
1.4.9 1,466 10/1/2019
1.4.8 1,469 10/1/2019
1.4.7 1,412 10/1/2019
1.4.6 1,467 10/1/2019
1.4.5 1,520 9/29/2019
1.4.4 1,480 9/28/2019
1.4.3 1,487 9/28/2019
1.4.2 1,489 9/28/2019
1.4.1 1,482 9/28/2019
1.4.0 1,495 9/28/2019
1.3.0 1,513 9/27/2019
1.2.8 1,483 9/12/2019
1.2.7 1,447 9/12/2019
1.2.6 1,463 9/11/2019
1.2.5 1,428 9/8/2019
1.2.3 1,492 9/4/2019
1.2.2 1,540 8/12/2019
1.2.1 1,486 8/12/2019
1.2.0 1,535 7/5/2019
1.1.0 1,532 5/24/2019

4.5.2
- Move to netframework 4.5.2
+ Add EmbedHelper
+ Add String.FindXXX
+ Add List.MoveXXX