Add XML documentation across gateway, worker, and .NET client
This commit is contained in:
@@ -4,6 +4,7 @@ namespace MxGateway.Tests.ProjectStructure;
|
||||
|
||||
public sealed class GatewayProjectReferenceTests
|
||||
{
|
||||
/// <summary>Verifies that the gateway project targets .NET 10.0.</summary>
|
||||
[Fact]
|
||||
public void GatewayProject_TargetsNet10()
|
||||
{
|
||||
@@ -12,6 +13,7 @@ public sealed class GatewayProjectReferenceTests
|
||||
Assert.Equal("net10.0", ElementValue(project, "TargetFramework"));
|
||||
}
|
||||
|
||||
/// <summary>Verifies that the gateway project does not reference MXAccess COM.</summary>
|
||||
[Fact]
|
||||
public void GatewayProject_DoesNotReferenceMxAccessCom()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user