Eduardo Serrano

Results 17 issues of Eduardo Serrano

## Description Verify throws `System.ArgumentNullException : Value cannot be null. (Parameter 'directory')` when trying to run tests in Visual Studio on Windows using remote test environment targeting `Ubuntu-20.04` via WSL2....

### System info - Playwright Version: [v1.40.1] - Operating System: [Windows 10] - Browser: [All] - Other info: ### Source code Don't think it's needed for this but I'll gladly...

P3-collecting-feedback
open-to-a-pull-request

**Describe the bug** The link at `https://spectresystems.se/ghostly/` for the `Report an Issue` at the top of the page takes you to https://github.com/spectresystems/ghostly/issues/new/choose. **To Reproduce** 1) Go to `https://spectresystems.se/ghostly/` 2) Click...

bug

**Request** Similar to the MapSwagger extension method in SwaggerBuilderExtensions https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/b7cf75e7905050305b115dd96640ddd6e74c7ac9/src/Swashbuckle.AspNetCore.Swagger/DependencyInjection/SwaggerBuilderExtensions.cs#L41-L42 Can we have a MapSwaggerUI added to SwaggerUIBuilderExtensions that works on IEndpointRouteBuilder ?https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/b7cf75e7905050305b115dd96640ddd6e74c7ac9/src/Swashbuckle.AspNetCore.SwaggerUI/SwaggerUIBuilderExtensions.cs#L10 The scenarios enable by this are described...

p2
help-wanted

When starting with a piece of code like this where I purposely set the if condition all in one line: ```csharp public static OptionsBuilder AddOptionsValue(this IServiceCollection services, IConfiguration configuration) where...

#### Is the feature request related to a problem I was using this library and one of my HTTP requests returns a Zip file. When I looked at the `verified`...

Hi, ## Bug description I have a project where I'm using [monocart-reporter](https://github.com/cenfun/monocart-reporter) to produce a code coverage report. The way my project is configured captures code coverage in V8 and...

Hi @cenfun, I think the work you've done with `monocart-reporter` is awesome and I'd like to become your first Sponsor in hopes that many others will follow. Please see: -...

Hi @cenfun, I think I've hit a bug regarding the display of the `Expected` image under the attachments section of a test. This is what I'm getting: ![image](https://github.com/cenfun/monocart-reporter/assets/15857357/eccc5bc3-9f8b-4a4e-be6f-532ad7f087c6) ## What...

I was trying to do an assert on the inner exception returned by an async method and was using the `Should.ThrowAsync` for that. The test below is a representation of...