stagep
stagep
@DocSvartz Have been busy so not got to look at this. What version or branch of Mapster are you using in the above example? I see you have forked this...
The equivalent of ``` protected override void Dispose(bool disposing) { // dispose of my stuff like: ActionSubscriber.UnsubscribeFromAllActions(this); base.Dispose(disposing); } ``` would be ``` protected override ValueTask DisposeAsyncCore(bool disposing) { //...
Try the following. Add this to your component ``` protected override Task OnInitializedAsync() { return base.OnInitializedAsync(); } ``` and put a breakpoint on "return base.OnInitializedAsync()" and put a breakpoint in...
Is this setting up a catch 22 scenario, in that the user needs to know about the setting in order to know to setup primitive to primitive mappings? I use...
In order to identify issues that are still active, we are closing issues that we believe are either resolved or are dormant. If your issue is still active then please...
Please try with the latest prerelease version. If your issue is still occurring then please reopen this issue. Thanks.
Can you provide the minimal POCO, Entity (the Destination type) and mapping config that produces the exception? Thanks.
Show us the contents of your dotnet-tools.json which is in the .config folder in the root of your project.
Try the latest pre-release of Mapster and Mapster.Tool dotnet tool uninstall Mapster.Tool dotnet tool install Mapster.Tool --prerelease Let me know how this goes.
In order to identify issues that are still active, we are closing issues that we believe are either resolved or are dormant. If your issue is still active then please...