Stano Peťko

Results 9 comments of Stano Peťko

The problem is when target propety is an interface. Mapster always generates some proxy type for such a property, even when the value implements this interface. In the following test...

Well I managed to make this work. I need to specify explicit mapping configuration between that target interface type and used source type: ``` c# TypeAdapterConfig.NewConfig() .MapWith(src => new ValueData...

New day has come and the new ideas with it. :) Well. I thought about it and it is not as simple as I wrote in the first post. The...

OK, understood. The biggest benefit for us is #87 so it would be great to have that one in the next version. (There are merge conflicts now - I will...

It would be useful to have exit codes available even for built-in tools. For example, I wanted to change my previous example, so it is not using `[PathExecutable("dotnet-affected")]`, but use...

`EnumMappingStrategy` works correctly. The problem is, that you cannot set it on configuration for those classes. It does not make sense, because there may be many different enum properties there...

Hello. In this case, should not be version 7.3.0 marked as deprecated because of critical bugs in [nuget.org](https://www.nuget.org/packages/Mapster/7.3.0)?

@LudekStipal I have fixed this in #2522 Not sure if it is released _out_ in latest preview version, but from the sources it will work for you. @MrHinsh I think...

Hello @sjblack This is caused by my PR #284. Could you provide your `ocelot.json` and related `swagger.json` which are processed? I will investigate and fix it. Thanks.