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
@@ -52,7 +52,7 @@ namespace System.Threading.Tests
var x = threadPool.NumberOfThreads;
Assert.Fail();
}
catch(Exception e)
catch (Exception)
{
}