Jean-Marie Alfonsi

Results 49 comments of Jean-Marie Alfonsi

I understand your point. The logic is: 1. Raise calculated property any time a trigger property has changed 2. Then let the view evaluate the calculated value But couldn't we...

I think we could say CalculatedValues are great for text concatenation but as soon we have some conditional operations in the calculated property func, behavior becomes hard to follow.

**drum rolls** here are the results: ``` /Library/Frameworks/Mono.framework/Versions/Current/Commands/nuget /Library/Frameworks/Mono.framework/Versions/4/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.1/x64:~/.dotnet/tools ``` So it seems fine :_|

gosh nuget is running just fine captain ! ``` NuGet Version: 5.9.0.7134 usage: NuGet [args] [options] Type 'NuGet help ' for help on a specific command. Available commands: add Adds...

So I commented out getting latest mono preview and got latest xamarin android. ``` # https://www.mono-project.com/download/stable/#download-mac # boots https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.145.macos10.xamarin.universal.pkg # https://github.com/xamarin/xamarin-android boots https://aka.ms/xamarin-android-commercial-d16-9-macos ``` nuget is now working fine, but...

I also tried latest mono and latest xamarin android, back to the nuget issue... ``` # https://www.mono-project.com/download/stable/#download-mac boots https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.145.macos10.xamarin.universal.pkg # https://github.com/xamarin/xamarin-android boots https://aka.ms/xamarin-android-commercial-d16-9-macos ``` Result: ``` [command]/bin/bash -c /usr/bin/find ....

nope, latest stable mono doesn't support C# 9...

I reached the support of appcenter, we'll see what they can do.

So finally the answer was to add the script for retrieving mono preview at the Pre-build step and not at the Post-clone step. You should maybe update the blog post:...

@mwerickson @softlion try to add: echo "Update nuget (fix NETSDK1005)" sudo nuget update -self at the end of your `appcenter-post-clone.sh`