Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Nivaes/Nivaes.Guid

Repository files navigation

Nivaes Guid

GuidHelper is a set of utilities to convinar several Guid in one. If we agreed several Guid in one, we can know if the origin of several identifiers is common.

Example

    var guid1 = Guid.NewGuid();
    var guid2 = Guid.NewGuid();

    var combineGuid1 = GuidHelper.Combine(guid1, guid2);

Packages

NuGet Package Latest Versions
Nivaes.Guid latest stable version

Integration

CI

Build Release

Publish Release