diff --git a/ZB.MOM.WW.OtOpcUa.slnx b/ZB.MOM.WW.OtOpcUa.slnx index 84564d37..6b7bc0bc 100644 --- a/ZB.MOM.WW.OtOpcUa.slnx +++ b/ZB.MOM.WW.OtOpcUa.slnx @@ -71,6 +71,7 @@ + diff --git a/tests/Core/ZB.MOM.WW.OtOpcUa.Commons.Tests/ScaffoldSmokeTests.cs b/tests/Core/ZB.MOM.WW.OtOpcUa.Commons.Tests/ScaffoldSmokeTests.cs new file mode 100644 index 00000000..0488de0a --- /dev/null +++ b/tests/Core/ZB.MOM.WW.OtOpcUa.Commons.Tests/ScaffoldSmokeTests.cs @@ -0,0 +1,10 @@ +using Shouldly; +using Xunit; + +namespace ZB.MOM.WW.OtOpcUa.Commons.Tests; + +public class ScaffoldSmokeTests +{ + [Fact] + public void Project_builds() => true.ShouldBeTrue(); +} diff --git a/tests/Core/ZB.MOM.WW.OtOpcUa.Commons.Tests/ZB.MOM.WW.OtOpcUa.Commons.Tests.csproj b/tests/Core/ZB.MOM.WW.OtOpcUa.Commons.Tests/ZB.MOM.WW.OtOpcUa.Commons.Tests.csproj new file mode 100644 index 00000000..f42dd463 --- /dev/null +++ b/tests/Core/ZB.MOM.WW.OtOpcUa.Commons.Tests/ZB.MOM.WW.OtOpcUa.Commons.Tests.csproj @@ -0,0 +1,24 @@ + + + + false + true + ZB.MOM.WW.OtOpcUa.Commons.Tests + true + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + +