cleanup + fix tests for net8

This commit is contained in:
Stef Heyenrath
2025-08-31 11:39:03 +02:00
parent bb561c94d0
commit b111b019bc
20 changed files with 93 additions and 294 deletions

View File

@@ -1,6 +1,6 @@
// Copyright © WireMock.Net
#if GRAPHQL
//#if GRAPHQL
using System;
using System.Collections.Generic;
using FluentAssertions;
@@ -233,4 +233,4 @@ public class GraphQLMatcherTests
action.Should().Throw<GraphQLSyntaxErrorException>();
}
}
#endif
//#endif