Update dependencies (#16)

* Update dependencies
Implement AsyncLazy
Fix namespaces
Fix CD pipeline

* Fix code issues
Fix Int64BitStruct test
This commit is contained in:
2022-06-02 10:42:34 +02:00
committed by GitHub
parent 41b1b48f98
commit 7222528eed
25 changed files with 155 additions and 107 deletions
@@ -16,7 +16,7 @@ namespace System.Structures.BitStructures.Tests
[DataTestMethod]
[DataRow(1UL)]
public void TestSetValueUint(long value)
public void TestSetValueUint(ulong value)
{
Int64BitStruct int64 = value;
Assert.IsTrue(int64 == value);