Closed aarani closed 8 months ago
Self-reminder: mmm, as part of this PR we should probably include one last commit that runs integration tests with --update-servers parameter on the snap file.
I separated 1st commit in two, so that I could include the 1st one in .git-blame-ignore-revs.
or when we're building on mono (for other lanes building XF.GTK).
@aarani sorry I still don't understand the reason for this above ^ Why mono?
Superseded by https://github.com/nblockchain/geewallet/pull/262
This commit allows for XF.GTK to open/call console version when passed the "--console" argument.
For Frontend.Console to be callable/referenceable from Frontend.XF.GTK, it needs to be built in .netstandard2.0 instead of net6.0, this commit does that. .NETStandard build happens when either a flag is passed (for stockdotnet6+stockmono lane) or when we're building on mono (for other lanes building XF.GTK).