Marcelo Volmaro
Marcelo Volmaro
@mhassan1 I have a pull request ready, but I can't run the tests. I'm on windows. Running the tests (after a successfully build) gives me the following output: ``` START:...
Excellent, thank you both. That works.
Well... maybe as an opt-in option? So, it will only work if you actually pass a version string to a initialization method (if not, the current functionality will be used...
Ok, I modified the latest version (1.0.6 I believe) to add this functionality. Basically, I'm checking for a dummy link with a data-pfversion attribute. If that link doesn't exists OR...
Because that would mean that PF will have to re-process the files, even if they are cached on the browser. The version I'm using caches the already processed files in...
I'm running this on an asp.net core 3.1 app. I'm not directly linking MS DI. Also, this was working fine with the previous version of MediatR (v8)...
Right now I have in front of me a branch of my project with M8 that it is working fine (with the above definitions) and switching to the branch where...
@lilasquared I will try. Please note that I have only one behavior. Right now I solved this by removing the constraints and checking for the interface implementation inside the handler.
Is there any news on this? I have a similar problem, and is aggravated by having an owned collection in the main entity, making the query to the db loads...
Yes. In fact, I found those while implementing IParsable manually by myself. The TryParse is already implemented, only missing the Parse method... but on non-string VO. On string VOs, of...