Florin

Results 3 issues of Florin

# Summary When returning an InvalidResult that is lacking an identifier (ie it has been instantiated with the constructor that takes just the ErrorMessage as a string), converting it into...

When serializing a derived type as its base type, System.Text.Json will use an extra type discriminator field to communicate the actual type of the serialized data. Given a base class...

**Describe the bug** When substituting a method that takes in an argument of type `IEnumerable` where T is an enum, passing in casted arrays returns incorrect results. This is the...

bug