NanoByte.Common
2.17.5
See the version list below for details.
dotnet add package NanoByte.Common --version 2.17.5
NuGet\Install-Package NanoByte.Common -Version 2.17.5
<PackageReference Include="NanoByte.Common" Version="2.17.5" />
paket add NanoByte.Common --version 2.17.5
#r "nuget: NanoByte.Common, 2.17.5"
// Install NanoByte.Common as a Cake Addin #addin nuget:?package=NanoByte.Common&version=2.17.5 // Install NanoByte.Common as a Cake Tool #tool nuget:?package=NanoByte.Common&version=2.17.5
NanoByte.Common
NanoByte.Common provides various utility classes and data structures with an emphasis on:
- integration with native Windows and Linux features,
- network and disk IO,
- advanced collections and
- undo/redo logic.
NanoByte.Common.AnsiCli adds ANSI console output. Powered by Spectre.Console.
NanoByte.Common.WinForms adds various Windows Forms controls with an emphasis on:
- progress reporting and
- data binding.
Building
The source code is in src/
, config for building the API documentation is in doc/
and generated build artifacts are placed in artifacts/
. The source code does not contain version numbers. Instead the version is determined during CI using GitVersion.
To build on Windows install Visual Studio 2022 v17.4 or newer and run .\build.ps1
.
To build on Linux or macOS run ./build.sh
. Note: Some parts of the code can only be built on Windows.
Contributing
We welcome contributions to this project such as bug reports, recommendations, pull requests and translations.
This repository contains an EditorConfig file. Please make sure to use an editor that supports it to ensure consistent code style, file encoding, etc.. For full tooling support for all style and naming conventions consider using JetBrains' ReSharper or Rider products.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- JetBrains.Annotations (>= 2023.3.0)
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.0
- JetBrains.Annotations (>= 2023.3.0)
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.5
- JetBrains.Annotations (>= 2023.3.0)
- Newtonsoft.Json (>= 13.0.3)
- System.Memory (>= 4.5.5)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.2
- JetBrains.Annotations (>= 2023.3.0)
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Newtonsoft.Json (>= 13.0.3)
- System.Memory (>= 4.5.5)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.7.2
- JetBrains.Annotations (>= 2023.3.0)
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Newtonsoft.Json (>= 13.0.3)
- System.Memory (>= 4.5.5)
-
net6.0
- JetBrains.Annotations (>= 2023.3.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.4)
- Microsoft.Win32.Registry (>= 5.0.0)
- Mono.Posix.NETStandard (>= 1.0.0)
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.IO.FileSystem.AccessControl (>= 5.0.0)
- System.Xml.XmlSerializer (>= 4.3.0)
- Tmds.DBus (>= 0.15.0)
-
net7.0
- JetBrains.Annotations (>= 2023.3.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.1)
- Microsoft.Win32.Registry (>= 5.0.0)
- Mono.Posix.NETStandard (>= 1.0.0)
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.IO.FileSystem.AccessControl (>= 5.0.0)
- System.Xml.XmlSerializer (>= 4.3.0)
- Tmds.DBus (>= 0.15.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on NanoByte.Common:
Package | Downloads |
---|---|
NanoByte.Common.WinForms
Builds upon NanoByte.Common and adds various Windows Forms controls with an emphasis on progress reporting and data binding. |
|
NanoByte.Common.Gtk
Generic utility classes, interfaces, controls, etc. for GTK# projects. API documentation: http://nano-byte.de/common/api/ |
|
ZeroInstall.Model
Zero Install data model for the feed format |
|
NanoByte.StructureEditor
UI-agnostic base logic for building split-screen editors for data structures |
|
NanoByte.Common.AnsiCli
Builds upon NanoByte.Common and adds ANSI console output. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.18.7 | 325 | 9/25/2024 |
2.18.6 | 375 | 7/24/2024 |
2.18.5 | 219 | 7/18/2024 |
2.18.4 | 374 | 4/28/2024 |
2.18.3 | 696 | 3/10/2024 |
2.18.2 | 425 | 2/23/2024 |
2.18.1 | 380 | 2/12/2024 |
2.18.0 | 454 | 1/11/2024 |
2.17.5 | 583 | 11/23/2023 |
2.17.4 | 1,038 | 9/30/2023 |
2.17.3 | 216 | 9/23/2023 |
2.17.2 | 1,645 | 7/3/2023 |
2.17.1 | 664 | 6/18/2023 |
2.17.0 | 279 | 6/9/2023 |
2.16.1 | 742 | 5/24/2023 |
2.16.0 | 290 | 5/14/2023 |
2.15.3 | 1,446 | 4/1/2023 |
2.15.2 | 1,175 | 2/17/2023 |
2.15.1 | 2,300 | 1/11/2023 |
2.15.0 | 1,819 | 12/13/2022 |
2.14.1 | 2,351 | 11/28/2022 |
2.14.0 | 495 | 11/21/2022 |
2.13.5 | 3,658 | 10/16/2022 |
2.13.4 | 2,566 | 10/11/2022 |
2.13.3 | 2,546 | 9/20/2022 |
2.13.2 | 796 | 9/17/2022 |
2.13.1 | 1,383 | 9/4/2022 |
2.13.0 | 769 | 8/27/2022 |
2.12.7 | 5,160 | 7/20/2022 |
2.12.6 | 816 | 7/19/2022 |
2.12.5 | 2,263 | 6/24/2022 |
2.12.4 | 3,535 | 6/19/2022 |
2.12.3 | 796 | 6/18/2022 |
2.12.2 | 2,700 | 6/11/2022 |
2.12.1 | 842 | 6/5/2022 |
2.12.0 | 797 | 5/29/2022 |
2.11.6 | 2,620 | 5/18/2022 |
2.11.5 | 880 | 4/24/2022 |
2.11.4 | 2,135 | 4/5/2022 |
2.11.3 | 2,654 | 4/4/2022 |
2.11.2 | 2,843 | 2/24/2022 |
2.11.1 | 2,726 | 1/21/2022 |
2.11.0 | 1,012 | 12/6/2021 |
2.10.8 | 1,616 | 11/29/2021 |
2.10.7 | 1,158 | 11/29/2021 |
2.10.6 | 2,113 | 10/17/2021 |
2.10.5 | 1,932 | 9/13/2021 |
2.10.4 | 1,125 | 8/28/2021 |
2.10.3 | 1,070 | 8/17/2021 |
2.10.2 | 634 | 8/12/2021 |
2.10.1 | 641 | 8/12/2021 |
2.10.0 | 661 | 8/11/2021 |
2.9.0 | 689 | 6/10/2021 |
2.8.1 | 2,091 | 5/5/2021 |
2.8.0 | 630 | 4/29/2021 |
2.7.7 | 688 | 4/22/2021 |
2.7.6 | 1,455 | 4/19/2021 |
2.7.5 | 649 | 4/12/2021 |
2.7.4 | 2,701 | 3/20/2021 |
2.7.3 | 1,116 | 3/9/2021 |
2.7.2 | 702 | 3/9/2021 |
2.7.1 | 1,491 | 3/9/2021 |
2.7.0 | 701 | 3/8/2021 |
2.6.1 | 2,227 | 2/5/2021 |
2.6.0 | 984 | 1/24/2021 |
2.5.2 | 5,638 | 11/30/2020 |
2.5.1 | 548 | 11/30/2020 |
2.5.0 | 1,090 | 11/21/2020 |
2.4.3 | 2,844 | 10/1/2020 |
2.4.2 | 4,039 | 7/19/2020 |
2.4.1 | 2,616 | 5/20/2020 |
2.4.0 | 4,760 | 1/8/2020 |
2.3.4 | 2,376 | 10/14/2019 |
2.3.3 | 2,277 | 7/25/2019 |
2.3.2 | 3,318 | 5/20/2019 |
2.3.1 | 5,187 | 1/15/2019 |
2.3.0 | 1,906 | 12/11/2018 |
2.2.2 | 2,286 | 7/16/2018 |
2.2.1 | 2,177 | 5/30/2018 |
2.2.0 | 1,989 | 5/29/2018 |
2.1.11 | 4,219 | 1/6/2018 |
2.1.10 | 2,054 | 12/20/2017 |
2.1.9 | 1,879 | 12/4/2017 |
2.1.8 | 1,058 | 12/1/2017 |
2.1.7 | 2,465 | 11/21/2017 |
2.1.6 | 1,007 | 11/19/2017 |
2.1.5 | 2,448 | 11/10/2017 |
2.1.4 | 1,024 | 11/9/2017 |
2.1.3 | 1,077 | 9/16/2017 |
2.1.2 | 1,086 | 8/24/2017 |
2.1.1 | 3,102 | 6/21/2017 |
2.1.0 | 1,096 | 6/20/2017 |
2.0.5 | 2,572 | 12/16/2016 |
2.0.4 | 4,406 | 10/13/2016 |
2.0.3 | 2,406 | 10/5/2016 |
2.0.2 | 4,499 | 7/4/2016 |
2.0.1 | 1,767 | 6/1/2016 |
2.0.0 | 1,762 | 5/23/2016 |
1.3.2 | 3,138 | 5/15/2016 |
1.3.1 | 3,713 | 3/26/2016 |
1.3.0 | 2,429 | 3/6/2016 |
1.2.9 | 2,467 | 1/29/2016 |
1.2.8 | 3,833 | 12/11/2015 |
1.2.7 | 2,551 | 10/25/2015 |
1.2.6 | 2,492 | 10/23/2015 |
1.2.5 | 2,627 | 9/25/2015 |
1.2.4 | 2,495 | 8/17/2015 |
1.2.3 | 3,238 | 8/11/2015 |
1.2.2 | 2,758 | 8/5/2015 |
1.2.1 | 4,391 | 6/24/2015 |
1.2.0 | 2,458 | 5/24/2015 |
1.1.9 | 2,508 | 5/16/2015 |
1.1.8 | 2,611 | 5/7/2015 |
1.1.7 | 1,997 | 4/21/2015 |
1.1.6 | 2,577 | 3/9/2015 |
1.1.5 | 2,799 | 3/3/2015 |
1.1.4 | 2,706 | 2/9/2015 |
1.1.3 | 2,544 | 1/8/2015 |
1.1.2 | 2,031 | 11/29/2014 |
1.1.1 | 4,104 | 11/26/2014 |
1.1.0 | 2,561 | 10/5/2014 |
1.0.8 | 3,242 | 8/31/2014 |
1.0.7 | 2,425 | 8/2/2014 |
1.0.6 | 2,443 | 7/7/2014 |
1.0.5 | 2,635 | 6/19/2014 |
1.0.4 | 2,566 | 5/12/2014 |
1.0.3 | 1,931 | 5/3/2014 |
1.0.2 | 3,487 | 4/18/2014 |
1.0.1 | 2,087 | 4/13/2014 |
1.0.0 | 2,149 | 4/10/2014 |