Add XML documentation across gateway, worker, and .NET client
This commit is contained in:
@@ -8,6 +8,7 @@ namespace MxGateway.Worker.Tests.ProjectStructure;
|
||||
|
||||
public sealed class WorkerProjectReferenceTests
|
||||
{
|
||||
/// <summary>Verifies that the worker project targets .NET Framework 4.8 with x86 platform.</summary>
|
||||
[Fact]
|
||||
public void WorkerProject_TargetsNet48AndX86()
|
||||
{
|
||||
@@ -18,6 +19,7 @@ public sealed class WorkerProjectReferenceTests
|
||||
Assert.Equal("true", ElementValue(project, "Prefer32Bit"));
|
||||
}
|
||||
|
||||
/// <summary>Verifies that the worker test project targets .NET Framework 4.8 with x86 platform.</summary>
|
||||
[Fact]
|
||||
public void WorkerTestProject_TargetsNet48AndX86()
|
||||
{
|
||||
@@ -27,6 +29,7 @@ public sealed class WorkerProjectReferenceTests
|
||||
Assert.Equal("x86", ElementValue(project, "PlatformTarget"));
|
||||
}
|
||||
|
||||
/// <summary>Verifies that MXAccess interop reference exists only in the worker project.</summary>
|
||||
[Fact]
|
||||
public void MxAccessInteropReference_ExistsOnlyInWorkerProject()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user