App.Corer 2.2.3

Requires NuGet 1.0.0 or higher.

dotnet add package App.Corer --version 2.2.3
NuGet\Install-Package App.Corer -Version 2.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="2.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add App.Corer --version 2.2.3
#r "nuget: App.Corer, 2.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.
// Install App.Corer as a Cake Addin
#addin nuget:?package=App.Corer&version=2.2.3

// Install App.Corer as a Cake Tool
#tool nuget:?package=App.Corer&version=2.2.3

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

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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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
2.2.3 1,420 9/22/2020
2.2.2 1,306 5/3/2020
2.2.0 1,267 4/26/2020
2.0.0 1,316 1/14/2020
1.9.0 1,283 12/2/2019
1.8.9 1,272 11/15/2019
1.8.8 1,281 11/7/2019
1.8.7 1,303 11/7/2019
1.8.6 1,343 11/7/2019
1.8.5 1,355 11/7/2019
1.8.4 1,363 11/6/2019
1.8.3 1,350 11/6/2019
1.8.2 1,267 11/6/2019
1.8.1 1,262 11/6/2019
1.8.0 1,312 11/6/2019
1.7.10 1,340 11/6/2019
1.7.9 1,299 11/5/2019
1.7.8 1,311 11/5/2019
1.7.7 1,303 11/5/2019
1.7.6 1,294 11/4/2019
1.7.5 1,303 11/4/2019
1.7.4 1,322 11/2/2019
1.7.3 1,300 10/31/2019
1.7.2 1,343 10/31/2019
1.7.1 1,324 10/31/2019
1.7.0 1,308 10/30/2019
1.6.9 1,335 10/26/2019
1.6.8 1,363 10/26/2019
1.6.7 1,343 10/24/2019
1.6.6 1,312 10/24/2019
1.6.5 1,320 10/24/2019
1.6.4 1,297 10/23/2019
1.6.3 1,341 10/23/2019
1.6.2 1,356 10/23/2019
1.6.1 1,329 10/21/2019
1.6.0 1,333 10/21/2019
1.5.15 1,294 10/20/2019
1.5.14 1,304 10/18/2019
1.5.13 1,285 10/18/2019
1.5.12 1,317 10/18/2019
1.5.11 1,338 10/18/2019
1.5.10 1,294 10/17/2019
1.5.9 1,280 10/16/2019
1.5.8 1,335 10/16/2019
1.5.7 1,352 10/16/2019
1.5.6 1,311 10/16/2019
1.5.5 1,350 10/16/2019
1.5.4 1,307 10/15/2019
1.5.3 1,365 10/8/2019
1.5.2 1,306 10/8/2019
1.5.1 1,355 10/8/2019
1.5.0 1,331 10/6/2019
1.4.9 1,332 10/1/2019
1.4.8 1,337 10/1/2019
1.4.7 1,284 10/1/2019
1.4.6 1,341 10/1/2019
1.4.5 1,391 9/29/2019
1.4.4 1,351 9/28/2019
1.4.3 1,343 9/28/2019
1.4.2 1,361 9/28/2019
1.4.1 1,352 9/28/2019
1.4.0 1,347 9/28/2019
1.3.0 1,354 9/27/2019
1.2.8 1,356 9/12/2019
1.2.7 1,316 9/12/2019
1.2.6 1,325 9/11/2019
1.2.5 1,292 9/8/2019
1.2.3 1,359 9/4/2019
1.2.2 1,391 8/12/2019
1.2.1 1,354 8/12/2019
1.2.0 1,400 7/5/2019
1.1.0 1,399 5/24/2019

2.0.1
+ Asp.QueryString
* App.PageMode
* Fix MethodInvoker.InvokeMethod


2.1.0
+ StringHelper.GetEnd(), GetStart()
* StringHelper.TrimEndFrom() -> TrimEnd(), TrimStartTo() -> TrimStart()


2.1.1
+ StringHelper.TrimLines()

2.2
+ App.DAL.EntityBase etc
* Drawer -> Painter
* VerifyImageDrawer -> VerifyPainter
* Painter api simplied and make to extension function
* IO.PrepareDirectory support file and folder
* IO.DeleteDir -> DeleteDirectory
* EntityBase + OnDeleteReference()
* Asp.riteError -> Error()
+ Asp.Fail()
+ Asp.Host, Asp.HostFolder
* Reflector.TryXXX -> XXX
* Net.Ping() not throw exception
- Reflector.GetCurrentType()

2.2.3
- IO.WriteFile
- IO.ReadFileText
- IO.ReadFileBytes
- IO.DeleteFile