-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fix nuget sanitycheck #236
Conversation
I'm gonna push1by1... |
8ed3b3f
to
58505a2
Compare
You should place the commit titled |
The title "Sanity check file location changes" is very confusing because it doesn't really summarize the PR properly. I think the main issue that makes it very ambiguous is the absence of any verb in it. |
6804b72
to
6586f26
Compare
BTW please beware of your type |
Typo: type->typo |
acf9007
to
01bc478
Compare
Ok, let's squash properly. |
03e8743
to
8c9c38c
Compare
I did NOT say squash commits into 1. |
6a355ba
to
34658f0
Compare
b2bf37f
to
303cab8
Compare
This PR title would make a future developer think that we had disabled or removed the sanity check and you brought it back. But this is not the case. The sanity check is/was there, you're just fixing one of its steps. Please fix the PR title. |
Also? The error you're quoting is exactly the same as the thing you're referring to before that paragraph. It is not two different problems, so I think you should remove the word |
The sanitycheck script has many steps. Not all of them were broken. Please re-read (paying attention to detail) what I said in #236 (comment) |
dotnet legacy??? That sounds so weird and looks like a contradiction, given that in .NET4.x (legacy), the command |
2407759
to
ff08275
Compare
307afc1
to
e83032d
Compare
Why did you remove the word "fix" from the title? I did not have a complain about that word. Please read again my previous complaint @Mersho . |
ff2a8b7
to
bdac2f1
Compare
This got broken when moving solutions to sub /src/ folder [1]. [1] 03db5e5
This commit upgrades packages in Frotend.XF.* projects to be in sync with versions used in Backend. Sanity check was also complaining before this commit with the following error: ``` 190 nuget packages found for solution gwallet.mac-legacy.sln Package found with more than one version: JsonRpcSharp. All occurrences: * Version: 0.98.0--date20230731-1252.git-6788e32. Dependency holder: GWallet.Backend/ * Version: 0.98.0--date20230731-1252.git-6788e32. Dependency holder: GWallet.Backend/ * Version: 0.94.0--date20201018-1119.git-05d4006. Dependency holder: GWallet.Frontend.XF.Android/ * Version: 0.94.0--date20201018-1119.git-05d4006. Dependency holder: GWallet.Frontend.XF.iOS/ Package found with more than one version: Newtonsoft.Json. All occurrences: * Version: 13.0.2. Dependency holder: GWallet.Backend.Tests/ * Version: 13.0.2. Dependency holder: GWallet.Backend/ * Version: 13.0.2. Dependency holder: GWallet.Backend/ * Version: 11.0.2. Dependency holder: GWallet.Frontend.XF.Android/ * Version: 11.0.2. Dependency holder: GWallet.Frontend.XF.iOS/ ``` Closes nblockchain#229 Closes nblockchain#230 Closes nblockchain#231 Closes nblockchain#232 Co-authored-by: Afshin Arani <[email protected]>
As a result of this change, the sanity check works with both dotnet and mono, and the check is based on the environment variables that we set on make.sh. Co-authored-by: Afshin Arani <[email protected]>
bdac2f1
to
c00f9e4
Compare
Closes #229
Closes #230
Closes #231
Closes #232