JMarianczuk

Results 3 issues of JMarianczuk

HTOs with more than one key require passing an anonymous object with the _properly named_ keys. When a property is renamed, all pieces of code using HypermediaObjectKeyReference are broken, without...

I am looking for an operator for the following use case: ``` csharp var result = option1.Match( some => some, none: option2.Match( some => some, none: option3.Match( some => some,...

e.g. when there is ``` csharp [UnionType] internal abstract partial record SomeUnionType {} ``` then the fluent assertion extensions and assertions class should not be generated in the unit test...