-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated MWindowInterfacesLib and MWindowLib to version 1.3.1.2 #66
base: master
Are you sure you want to change the base?
Updated MWindowInterfacesLib and MWindowLib to version 1.3.1.2 #66
Conversation
I have downloaded your solution and tried to compile it from scratch and got a failing build. I think there is a problem with the |
Yes, I am getting the above errors with the fix_reference_packages branch - I think you have to do:
to replicate my errors. I am not completely sure about this one either :-( why it sometimes compiles and sometimes (with a fresh copy) does not - I am guessing its some detail about Nuget caching and library versioning(?). |
Hello, I receive the same error during the build phase Thank you in advance for you answer |
First of all, thank you very much for your work on Edi, it is awesome!
When we clone the repository and build the solution, some errors appear because MWindowInterfacesLib and MWindowLib are not up to date in the projects that reference these packages (only the not the in each .csproj):
"Could not locate the assembly "MWindowInterfacesLib, Version=1.3.1.1, Culture=neutral, processorArchitecture=MSIL". Check to make sure the assembly exists on disk."
"Could not locate the assembly "MWindowLib, Version=1.3.1.1, Culture=neutral, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. "
Therefore, I have updated these packages (which were also created by you 👍 ) if you are ok with that :)