Narumikazuchi 4.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Narumikazuchi --version 4.1.2
NuGet\Install-Package Narumikazuchi -Version 4.1.2
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="Narumikazuchi" Version="4.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Narumikazuchi --version 4.1.2
#r "nuget: Narumikazuchi, 4.1.2"
#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 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 Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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 (8)

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.

Version Downloads Last updated
6.1.6 95 3/20/2024
6.1.5 129 3/13/2024
6.1.4 205 2/22/2024
6.1.3 258 2/14/2024
6.0.2 501 10/26/2023
5.1.0 503 8/24/2023
4.1.2 903 9/16/2022
3.0.0 848 6/3/2022
2.4.0 1,361 5/30/2022
2.3.1 128 5/6/2022
2.2.1 460 4/27/2022
2.0.2 360 3/23/2022
2.0.1 126 3/23/2022
2.0.0 127 3/23/2022
1.0.0 821 9/17/2021

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.