Jonas Nyrup

Results 49 issues of Jonas Nyrup

A default `AssemblyInfo.cs` has non-empty assembly options `AssemblyTitle`, `AssemblyProduct` and `AssemblyCopyright`. When converting projects, I would like to avoid these options being copied to the new csproj. How about a...

**FluentFTP Version:** 33.1.3 I hit a case in our logs yesterday where it seems the information included in the `FtpCommandException` could be improved. From how I read the code, it...

- [x] I am using the latest release of AWS Vault - [ ] I have provided my `.aws/config` (redacted if necessary) (does not seem to apply here) - [x]...

### Description We now have automatic code coverage as part of the CI pipeline, posting the result to https://coveralls.io/github/fluentassertions/fluentassertions At the time of writing our line coverage is 95.75% and...

up-for-grabs
good first issue

### Description Our algorithm to verify if two collections are equivalent when disregarding ordering, i.e. the default behavior, is sensitive to the order of inputs. In the example below we...

### Description When the global default equivalency assertion options are modified, they are not included in the failure message. ### Complete minimal example reproducing the issue ```cs public class MyClass...

enhancement

I've been playing around with mutation testing of Fluent Assertions using [Stryker.NET](https://github.com/stryker-mutator/stryker-net/). From their [docs](https://stryker-mutator.io/) > What is mutation testing? Bugs, or mutants, are automatically inserted into your production code....

We do have an _impressive_ amount of type assertions. I've tried to lookup the .net type hierarchy and keywords to see what we might be missing. See the bottom for...

enhancement
up-for-grabs

I'm playing around with [nullable reference types](https://devblogs.microsoft.com/dotnet/nullable-reference-types-in-csharp/) in [this branch](https://github.com/jnyrup/fluentassertions/tree/nullableReferenceTypes). So far I've found several places that could benefit from an extra null check. I'll try to keep the branch...

enhancement
up-for-grabs

The `DefaultFormatter` recursively prints all non-private members of an object graph to a limit of 5 levels. #889 showed that with a limit of 15 this could cause an OOM....

enhancement