Closed krombipils closed 5 years ago
i cannot tell how to repro it? from which version u upgrade?
I upgraded from 19.1.503.1. Could you please try to repro it with the modified XVideoRental project. I replaced some dll references with PackageReference to eXpand 19.1.503.3. When I try to open Model.DesignedDiffs.xafml of Module.Win, I get the MissingMethodException XVideoRental.zip
I reproduced the issue and update the CI process with guard code to avoid it the same mistake in the future.
in addition I worked on the ModelMapper dependency issue. The problem actually is that VS gets confused on the location of the assemblies when design time as reflection is used to load them and not direct references. For this reason from next minor the Xpand.VSIX
installation will be mandatory, the module will check and throw if not. The plugin will detect if ModelMapper is installed and will copy all files to a special directory which VS probes for assemblies.
The DevExpress.XAF repository includes commits that relate to this task:
Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.
If you do not use the Xpand.XAF.Modules directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.
Thanks a lot for your contribution.
eXpand.lab release 19.1.503.4 includes commit that relate to this task:
Please test if it addresses the problem. If you use nuget add our LAB NugetServer as a nuget package source in VS.
Thanks a lot for your contribution.
ModelEditor seems to be working fine now. Thank you!
The VS ModelEditor does not work (again) after I updated to 19.1.503.3.
VS also added a Binding Redirect for Xpand.XAF.Modules.Reactive to fix issues between 1.2.46.4 and 1.2.46.1