feat: add support for xUnit.v3 #5249
Annotations
10 errors and 8 warnings
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L3
The type or namespace name 'TestAdapter' does not exist in the namespace 'Microsoft.Playwright' (are you missing an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L4
The type or namespace name 'Xunit' does not exist in the namespace 'Microsoft.Playwright' (are you missing an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L6
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L7
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L8
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L12
The type or namespace name 'PageTest' could not be found (are you missing a using directive or an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L14
The type or namespace name 'ITestOutputHelper' could not be found (are you missing a using directive or an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L16
The type or namespace name 'ITestOutputHelper' could not be found (are you missing a using directive or an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L21
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Building:
src/Playwright.TestingHarnessTest/ExampleTests.cs#L21
The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)
|
Building:
src/Playwright.Xunit.v3/MyStartupClass.cs#L14
Unreachable code detected
|
Building:
src/Playwright.Xunit.v3/MyStartupClass.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Building:
src/Playwright.Xunit.v3/MyStartupClass.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Building:
src/Playwright.Tests/TestConstants.cs#L28
'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'
|
Building:
src/Playwright.Xunit.v3/MyStartupClass.cs#L14
Unreachable code detected
|
Building:
src/Playwright.Xunit.v3/MyStartupClass.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Building:
src/Playwright.Xunit.v3/MyStartupClass.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Building:
src/Playwright.Tests/TestConstants.cs#L28
'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'
|
Loading