Vasile Bicherschi

Results 6 issues of Vasile Bicherschi

Ex: ``` class User { public string FirstName { get; set; } public string LastName { get; set; } public IsActive { get; set; } = true; } ``` ```...

Hi. I see a commit for supporting .NET 7, but it seems not to be published to nuget packages. The last update is Last updated 12/11/2021.

I want to do a search for ``` public class Item { public string Name { get; set; } = String.Empty; public string Description { get; set; } = String.Empty;...

analysis

when run with working-directory produce error. Working-directory is not supported. Ex: - name: MyStep uses: mathiasvr/command-output@v1 with: working-directory: someDir run: echo "Should work" produce: Warning: Unexpected input(s) 'working-directory', valid inputs...

enhancement
help wanted
good first issue

How to do this verification? moq.Verify(client.DeleteAsync( It.Is( ??=> ????), It.IsAny\() ), Times.Exactly(2) );)) [![Back this issue](https://raw.githubusercontent.com/devlooped/SponsorLink/main/docs/assets/img/separator.png "Back this issue")](https://www.devlooped.com/SponsorLink/github/issues/?s=devlooped) [![Back this issue](https://img.shields.io/badge/backed-%240-EA4AAA?logo=githubsponsors "Back this issue")](https://www.devlooped.com/SponsorLink/github/issues/?s=devlooped)

question
stale

### What version of bombardier are you using? bombardier v1.2.6 ### What operating system and processor architecture are you using (if relevant)? `windows/amd64` ### What did you do? Long request...

bug
awaiting-feedback