microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.
https://playwright.dev/dotnet/
MIT License
2.47k stars 235 forks source link

[internal] dig into why linting was not working #2024

Closed mxschmitt closed 2 years ago

mxschmitt commented 2 years ago
            if (pattern == null)
            {
                throw new ArgumentNullException(nameof(pattern));
            }

_Originally posted by @kblok in https://github.com/microsoft/playwright-dotnet/pull/2012#discussion_r810148325_

mxschmitt commented 2 years ago

Seems like it was never activated, when I go back to 4802c3ee9a45c3c2bd042648348260777925c4a8 it was not throwing errors before running. Closing then.