fix: resolve nullability compilation errors in test fixtures

- Make WebServerFixture properties nullable to match async initialization
- Add null-coalescing assertions where properties are guaranteed non-null
- Fix GetDiscoveryDocumentAsync delegate signature in Remoting to allow nullable parameters
- Build now succeeds with 0 errors, 7/9 tests passing
This commit is contained in:
Paul Schneider 2026-04-19 14:43:37 +01:00
commit 47323b2d85
2 changed files with 25 additions and 23 deletions

View file

@ -100,8 +100,8 @@ namespace yavscTests
private bool ValidateCertificate(
HttpRequestMessage request,
X509Certificate2 certificate,
X509Chain chain,
X509Certificate2? certificate,
X509Chain? chain,
SslPolicyErrors errors)
{
// Accept all certificates (bypass validation)