Universal.Common
8.1.2
Install-Package Universal.Common -Version 8.1.2
dotnet add package Universal.Common --version 8.1.2
<PackageReference Include="Universal.Common" Version="8.1.2" />
paket add Universal.Common --version 8.1.2
#r "nuget: Universal.Common, 8.1.2"
// Install Universal.Common as a Cake Addin
#addin nuget:?package=Universal.Common&version=8.1.2
// Install Universal.Common as a Cake Tool
#tool nuget:?package=Universal.Common&version=8.1.2
Universal.Common
Support utilities and extensions meant to extend the default functionality from the base class library.
Quickstart
BitSequence
Utility for as-is bit manipulations.
BitSequence bs1 = new BitSequence("10001010"); // Binary representation in string.
BitSequence bs2 = new BitSequence(new bool[] { true, false, true }); // As booleans.
BitSequence bs3 = bs1 & "11110000"; // Bitwise and, implicit conversion from binary representation string.
BitStream
Utility to perform bit-level operations on System.IO.Stream.
using (BitStream bitStream = new BitStream(stream))
{
uint value = bitStream.ReadUInt32(4); // Reads 4 bits from the stream and interprets it as an unsigned integer, padding if necessary.
}
UriBuilder
Derived from System.UriBuilder, this class provides a fluent API to configure segments and queries.
UriBuilder uriBuilder = new UriBuilder("http://www.myhost.com");
uriBuilder
.AddSegments("api", "Product", 1)
.AddQuery("key", "value");
// "https://www.myhost.com/api/Product/1?key=value"
ZigZag
Static class that encodes arrays to matrices and vice-versa.
int[,] matrix = new int[,] { { 0, 1 }, { 2, 3 } };
int[] array = ZigZag.ToArray(matrix); // [0, 1, 2, 3]
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 |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (34)
Showing the top 5 NuGet packages that depend on Universal.Common:
Package | Downloads |
---|---|
Universal.Android
Class library for accelerating Xamarin.Android development. Note: If you encounter layout inflation exceptions (could be masked as NotFoundException, or some issue with text_color_secondary.xml etc), make sure you define colorControlNormal and use a style with that attribute defined. |
|
Universal.Common.Reflection
Class library for performing advanced operations with types, dynamic objects, expressions, and reflection. |
|
Universal.Common.Serialization
Class library with base objects that provide serializable to and from XML and JSON strings and binary serialization using the native binary formatter. |
|
Universal.Common.Net.Http
Class library to build clients and work with HTTP web services. |
|
Universal.Common.Mathematics
Class library implementing advanced mathematical algorithms, transforms, and time series manipulations. Implementations favour simplicity and correctness. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.1.2 | 1,757 | 10/24/2021 |
8.1.1 | 237 | 10/23/2021 |
8.1.0 | 247 | 10/23/2021 |
8.0.0 | 1,454 | 10/13/2021 |
7.7.1 | 1,650 | 8/24/2021 |
7.7.0 | 179 | 8/24/2021 |
7.6.2 | 208 | 8/19/2021 |
7.6.1 | 3,394 | 6/17/2021 |
7.6.0 | 647 | 6/3/2021 |
7.5.7 | 756 | 4/30/2021 |
7.5.6 | 215 | 4/29/2021 |
7.5.5 | 457 | 4/13/2021 |
7.5.4 | 1,251 | 3/31/2021 |
7.5.3 | 540 | 3/21/2021 |
7.5.2 | 425 | 3/15/2021 |
7.5.1 | 390 | 2/16/2021 |
7.5.0 | 5,047 | 2/5/2021 |
7.4.6 | 216 | 2/2/2021 |
7.4.5.1 | 618 | 1/15/2021 |
7.4.5 | 335 | 1/13/2021 |
7.4.4 | 648 | 1/7/2021 |
7.4.3 | 846 | 12/16/2020 |
7.4.2.1 | 316 | 12/15/2020 |
7.4.2 | 302 | 12/9/2020 |
7.4.1 | 1,490 | 11/26/2020 |
7.4.0 | 260 | 11/26/2020 |
7.3.5 | 1,137 | 11/23/2020 |
7.3.4 | 965 | 11/11/2020 |
7.3.3 | 320 | 11/11/2020 |
7.3.2 | 486 | 11/1/2020 |
7.3.1.1 | 1,788 | 10/19/2020 |
7.3.1 | 277 | 10/15/2020 |
7.3.0 | 276 | 10/15/2020 |
7.2.2 | 1,185 | 9/29/2020 |
7.2.1 | 406 | 9/29/2020 |
7.2.0 | 282 | 9/29/2020 |
7.1.1.1 | 336 | 9/28/2020 |
7.1.1 | 374 | 9/25/2020 |
7.1.0 | 852 | 9/2/2020 |
7.0.0 | 1,966 | 8/24/2020 |
6.4.7 | 335 | 8/21/2020 |
6.4.6 | 346 | 8/21/2020 |
6.4.5 | 9,071 | 5/21/2020 |
6.4.4 | 1,082 | 5/12/2020 |
6.4.3 | 1,180 | 4/23/2020 |
6.4.2 | 328 | 4/20/2020 |
6.4.1.2 | 7,090 | 3/20/2020 |
6.4.1.1 | 341 | 3/20/2020 |
6.4.1 | 337 | 3/20/2020 |
6.4.0 | 2,288 | 2/25/2020 |
6.3.5 | 471 | 2/21/2020 |
6.3.4 | 433 | 2/21/2020 |
6.3.3 | 1,847 | 2/11/2020 |
6.3.2 | 420 | 2/11/2020 |
6.3.1.1 | 3,372 | 1/23/2020 |
6.3.0 | 2,467 | 12/18/2019 |
6.2.7 | 1,174 | 12/17/2019 |
6.2.6 | 604 | 12/4/2019 |
6.2.5 | 422 | 12/4/2019 |
6.2.4 | 1,582 | 12/1/2019 |
6.2.3 | 4,518 | 10/25/2019 |
6.2.2 | 1,674 | 10/8/2019 |
6.2.1 | 570 | 10/7/2019 |
6.2.0.1 | 1,544 | 9/25/2019 |
6.2.0 | 936 | 9/20/2019 |
6.1.5 | 1,411 | 9/16/2019 |
6.1.4.1 | 931 | 9/9/2019 |
6.1.4 | 939 | 9/3/2019 |
6.1.3 | 392 | 9/2/2019 |
6.1.2 | 500 | 8/28/2019 |
6.1.1 | 3,576 | 7/9/2019 |
6.1.0.1 | 10,647 | 7/5/2019 |
6.1.0 | 6,776 | 5/7/2019 |
6.0.6 | 951 | 5/3/2019 |
6.0.5 | 550 | 5/2/2019 |
6.0.4 | 1,700 | 4/24/2019 |
6.0.3 | 609 | 4/24/2019 |
6.0.2 | 3,311 | 3/22/2019 |
6.0.1.2 | 854 | 3/12/2019 |
6.0.1.1 | 538 | 3/12/2019 |
6.0.1 | 523 | 3/11/2019 |
6.0.0 | 845 | 3/6/2019 |
5.3.6 | 476 | 3/5/2019 |
5.3.5 | 465 | 3/5/2019 |
5.3.4 | 996 | 3/4/2019 |
5.3.3 | 835 | 2/28/2019 |
5.3.2 | 718 | 2/27/2019 |
5.3.1.1 | 578 | 2/25/2019 |
5.3.1 | 496 | 2/25/2019 |
5.3.0 | 478 | 2/25/2019 |
5.2.1 | 1,140 | 2/16/2019 |
5.2.0.1 | 1,684 | 2/7/2019 |
5.1.8 | 540 | 2/7/2019 |
5.1.7.1 | 646 | 1/30/2019 |
5.1.7 | 527 | 1/30/2019 |
5.1.6.1 | 566 | 1/24/2019 |
5.1.6 | 562 | 1/23/2019 |
5.1.5 | 522 | 1/23/2019 |
5.1.4.2 | 603 | 1/18/2019 |
5.1.3 | 879 | 1/14/2019 |
5.1.2 | 5,305 | 1/8/2019 |
5.1.1.1 | 587 | 1/8/2019 |
5.1.1 | 560 | 1/6/2019 |
5.1.0 | 884 | 1/2/2019 |
5.0.2 | 569 | 12/31/2018 |
5.0.1.1 | 561 | 12/31/2018 |
5.0.1 | 545 | 12/31/2018 |
5.0.0.1 | 650 | 12/14/2018 |
5.0.0 | 1,148 | 12/10/2018 |
4.2.5 | 585 | 11/23/2018 |
4.2.4 | 599 | 11/23/2018 |
4.2.3.1 | 599 | 11/22/2018 |
4.2.3 | 552 | 11/22/2018 |
4.2.2.2 | 719 | 11/19/2018 |
4.2.2.1 | 2,493 | 10/2/2018 |
4.2.2 | 635 | 10/1/2018 |
4.2.1.2 | 659 | 10/1/2018 |
4.2.1.1 | 637 | 9/27/2018 |
4.2.1 | 578 | 9/26/2018 |
4.2.0.5 | 622 | 9/26/2018 |
4.2.0.4 | 621 | 9/25/2018 |
4.2.0.3 | 634 | 9/25/2018 |
4.2.0.2 | 635 | 9/25/2018 |
4.2.0.1 | 616 | 9/25/2018 |
4.2.0 | 667 | 9/24/2018 |
4.1.0 | 590 | 9/21/2018 |
4.0.0.6 | 618 | 9/18/2018 |
4.0.0.5 | 637 | 9/18/2018 |
4.0.0.4 | 645 | 9/17/2018 |
4.0.0.3 | 1,365 | 9/7/2018 |
4.0.0.2 | 814 | 9/4/2018 |
4.0.0.1 | 822 | 9/4/2018 |
4.0.0 | 1,516 | 8/30/2018 |
3.2.0 | 972 | 8/28/2018 |
3.1.0 | 629 | 8/28/2018 |
3.0.6 | 851 | 8/27/2018 |
3.0.5 | 610 | 8/27/2018 |
3.0.4 | 622 | 8/27/2018 |
3.0.3 | 660 | 8/24/2018 |
3.0.2 | 759 | 8/24/2018 |
3.0.1.2 | 655 | 8/23/2018 |
3.0.1.1 | 695 | 8/21/2018 |
3.0.1 | 671 | 8/21/2018 |
3.0.0 | 1,317 | 8/16/2018 |
2.2.1 | 719 | 8/15/2018 |
2.2.0 | 678 | 8/14/2018 |
2.1.0 | 691 | 8/13/2018 |
2.0.2 | 728 | 8/7/2018 |
2.0.1 | 902 | 5/10/2018 |
2.0.0 | 1,208 | 4/26/2018 |
1.5.3.7 | 1,721 | 1/27/2018 |
1.5.3.6 | 804 | 1/15/2018 |
1.5.3.5 | 798 | 1/8/2018 |
1.5.3.4 | 814 | 1/3/2018 |
1.5.3.3 | 816 | 1/3/2018 |
1.5.3.2 | 807 | 12/27/2017 |
1.5.3.1 | 831 | 12/25/2017 |
1.5.3 | 784 | 12/25/2017 |
1.5.2 | 781 | 12/24/2017 |
1.5.1 | 804 | 12/23/2017 |
1.5.0 | 763 | 12/22/2017 |
1.4.7 | 698 | 12/2/2017 |
1.4.6 | 1,593 | 11/28/2017 |
1.4.5 | 804 | 11/28/2017 |
1.4.0 | 935 | 11/12/2017 |
1.3.5 | 2,740 | 11/8/2017 |
1.3.4 | 937 | 11/8/2017 |
1.3.3 | 978 | 11/2/2017 |
1.3.2 | 938 | 11/2/2017 |
1.3.1 | 966 | 9/12/2017 |
1.3.0 | 868 | 8/26/2017 |
1.2.1 | 758 | 8/23/2017 |
1.2.0 | 829 | 8/17/2017 |
1.1.1 | 763 | 8/17/2017 |
1.1.0 | 767 | 8/17/2017 |
1.0.0 | 943 | 8/12/2017 |
Fixed implementation of BitSequence's GetHashCode to return equal hash codes for equal sequences.