Przemysław Onak

Results 5 issues of Przemysław Onak

Hi, I'm using the ssm helpers to login onto a aws ec2 instance: ``` ssm session --profile LabDevMain -t Name INFO Retrieved 10 usable instances. Instance ID Region Profile Name...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. App...

enhancement
area-blazor

### Issue Description After update to new machine images, machine does not start correctly and it's not possible to connect via ssh or use docker socket. Reproduces also for machine...

kind/bug
machine
windows

### Background and motivation I love most of string methods implemented in FluentAssertions, most of these are pretty obvious: ``` theString.Should().NotBeNull(); theString.Should().BeNull(); theString.Should().BeEmpty(); theString.Should().NotBeEmpty("because the string is not empty"); theString.Should().HaveLength(0);...

api-suggestion

Hello, I think this library is good candidate for creating complex objects, i.e. ``` public ClassA { public required int Prop1 {get; init;} ... public required int PropN {get; init;}...