MaSch.Core
0.2.4
See the version list below for details.
dotnet add package MaSch.Core --version 0.2.4
NuGet\Install-Package MaSch.Core -Version 0.2.4
<PackageReference Include="MaSch.Core" Version="0.2.4" />
paket add MaSch.Core --version 0.2.4
#r "nuget: MaSch.Core, 0.2.4"
// Install MaSch.Core as a Cake Addin #addin nuget:?package=MaSch.Core&version=0.2.4 // Install MaSch.Core as a Cake Tool #tool nuget:?package=MaSch.Core&version=0.2.4
Contains common supporting code for .NET applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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 Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages (15)
Showing the top 5 NuGet packages that depend on MaSch.Core:
Package | Downloads |
---|---|
MaSch.Core.EventLogging
Contains a logging provider for windows Event Logging. |
|
MaSch.Presentation.Wpf.Controls
Contains advanced controls for .NET WPF applications. |
|
MaSch.Console
Contains supporting code for console applications. |
|
MaSch.Console.Cli
Contains supporting code for console CLI applications. |
|
MaSch.Presentation.Wpf.Themes
Contains modern themes for .NET WPF application |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.2 | 2,170 | 2/11/2023 |
0.3.1 | 3,126 | 11/26/2022 |
0.3.0 | 3,851 | 1/29/2022 |
0.2.8 | 1,724 | 9/23/2021 |
0.2.7 | 934 | 7/16/2021 |
0.2.6 | 1,047 | 6/16/2021 |
0.2.5 | 1,572 | 6/4/2021 |
0.2.4 | 865 | 5/9/2021 |
0.2.3 | 798 | 3/28/2021 |
0.2.2 | 892 | 3/6/2021 |
0.2.1 | 837 | 3/6/2021 |
0.2.0 | 376 | 2/22/2021 |
0.1.0 | 1,014 | 2/3/2021 |
- Fix Cache<TTarget> methods (use TTarget instead of defining own generic argument).
- Added DisposableArgs to Disposing and Disposed events in IDisposableEnumerable<T>.
- Fixed FileLoggingProvider logging to already full log file after reinitialization.
- Improved thrown exceptions in Guard.
- Added string.Contains extension method with StringComparison for net48.
- Added Guard.IsNotNullOrEmpty for collections.