Plainion.Core
3.0.0
See the version list below for details.
dotnet add package Plainion.Core --version 3.0.0
NuGet\Install-Package Plainion.Core -Version 3.0.0
<PackageReference Include="Plainion.Core" Version="3.0.0" />
paket add Plainion.Core --version 3.0.0
#r "nuget: Plainion.Core, 3.0.0"
// Install Plainion.Core as a Cake Addin #addin nuget:?package=Plainion.Core&version=3.0.0 // Install Plainion.Core as a Cake Tool #tool nuget:?package=Plainion.Core&version=3.0.0
Provides .Net libraries to simplify development of software engineering tools
Product | Versions 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. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Plainion.Core:
Package | Downloads |
---|---|
Plainion.Windows
Extending WPF for simplicity and completeness |
|
Plainion.Prism
Extending Prism for simplicity and completeness |
|
Plainion.AppFw.Wpf
Simple application template for simple WPF/MVVM applications |
|
Plainion.AppFw.Shell
Provides a simple application framework for writing Xaml/C# shell scripts |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 2,524 | 8/25/2020 |
4.0.0 | 547 | 8/25/2020 |
3.5.0 | 3,608 | 1/7/2018 |
3.4.0 | 1,525 | 8/25/2017 |
3.3.0 | 2,849 | 7/9/2017 |
3.2.0 | 985 | 5/7/2017 |
3.1.0 | 1,001 | 5/2/2017 |
3.0.0 | 2,537 | 8/13/2016 |
2.8.0 | 3,215 | 9/29/2015 |
2.7.0 | 1,134 | 9/29/2015 |
2.6.0 | 1,134 | 9/23/2015 |
2.5.0 | 1,108 | 9/23/2015 |
2.4.0 | 1,077 | 8/26/2015 |
2.3.0 | 3,766 | 6/4/2015 |
2.2.0 | 1,106 | 5/2/2015 |
2.1.0 | 4,889 | 4/12/2015 |
2.0.0 | 1,677 | 4/10/2015 |
1.1.1 | 1,500 | 4/10/2015 |
1.0.0 | 1,541 | 4/9/2015 |
- Major improvement of documentation
- UnitTests added
- IO Filesystem abstraction reworked
- FileSystem.UnifyPath: filesystem parameter removed
- IFile.Move renamed to IFile.MoveTo
- FileSystem.CopyTo moved to IFile.CopyTo
- IDirectory.GetFiles() APIs renamed to EnumerateFiles and return an iterator now.
Convenience methods provided as extension methods so that implementations can be shared across filesystem implementations.
- IFile.ReadAllLines and WriteAll converted into extension methods so that implementations can be shared across filesystem implementations.
- Logging framework reworked to make it easier to extend
- BREAKING change: the application now always has to provide a logging sink
- LoggerFactory.LoadConfiguration removed
- ILoggerFactoringImpl renamed to ILoggerFactory
- Most extensible classes renamed and simplified
- Processes utility moved from "IO" namespace to "Diagnostics" namespace