chore(dotnet): remove nullable compiler directives (#36128)

This commit is contained in:
Max Schmitt 2025-05-28 13:17:07 -07:00 committed by GitHub
parent a6f71a6740
commit 9d40340099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,10 +35,6 @@ using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
#nullable enable
namespace Microsoft.Playwright;
[CONTENT]
#nullable disable