Narumikazuchi 4.1.2
dotnet add package Narumikazuchi --version 4.1.2
NuGet\Install-Package Narumikazuchi -Version 4.1.2
<PackageReference Include="Narumikazuchi" Version="4.1.2" />
paket add Narumikazuchi --version 4.1.2
#r "nuget: Narumikazuchi, 4.1.2"
// Install Narumikazuchi as a Cake Addin
#addin nuget:?package=Narumikazuchi&version=4.1.2
// Install Narumikazuchi as a Cake Tool
#tool nuget:?package=Narumikazuchi&version=4.1.2
This library contains some small utilities that wouldn't fit any other category other than 'commonly used'. For a detailed description of all the contents of the library and their usage visit the wiki page.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Narumikazuchi:
Package | Downloads |
---|---|
Narumikazuchi.Collections
This project was inspired by the source code for the system intern immutable collections. It expands on the idea of a strong enumerable with a strong enumerator instead of the usual interface. This improves performance in foreach-loops massively the bigger the dataset gets. Additionally adds some minor extension methods for all collections. For more information visit the [wiki](https://github.com/Narumikazuchi/Collections/wiki). |
|
Narumikazuchi.Windows
Provides some utilities for recurring problems, like the maximizing of borderless WPF windows or the implementation of relay commands. For more information about the contained functionality visit the [wiki](https://github.com/Narumikazuchi/Windows/wiki). |
|
Narumikazuchi.Networking
This library contains the MacAddress struct as well as some interfaces and delegates for server and client implementations. For more information about the contained functionality visit the [wiki](https://github.com/Narumikazuchi/Networking/wiki). |
|
Narumikazuchi.Serialization.Bytes
An implementation of the Narumikazuchi.Serialization interfaces to serialize classes into an array of bytes. For more information about it's usage visit the [wiki](https://github.com/Narumikazuchi/Serialization/wiki). |
|
Narumikazuchi.Networking.Sockets
Provides Client and Server classes for communication over socket connections. For more information visit https://github.com/Narumikazuchi/Networking/wiki. |
GitHub repositories
This package is not used by any popular GitHub repositories.
ReferenceWrapper<T> struct has been deprecated and superceded by the Option<T> struct, which is effectively an monad. 4.1.0 also added a new method 'Interact' to the Option<T> struct.