Added various extensions.

Added coding style helpers.
Unit tests.
This commit is contained in:
Alexandru Macocian
2021-04-01 12:38:26 +02:00
parent 66b766326b
commit 9a7125fbb0
24 changed files with 1111 additions and 43 deletions
@@ -1,7 +1,6 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Structures.BitStructures;
namespace SystemExtensionsTests.Structures
namespace System.Structures.BitStructures.Tests
{
[TestClass]
public class Int32BitStructTests