Copilot

Results 4510 comments of Copilot

> @copilot Uno.check still installs .NET in the wrong folder: > > ```... The issue was that `DotNetSdk.cs` was overriding the Homebrew DOTNET_ROOT with detected paths from `EnvironmentProvider.GetDotnetExeDirectory()`. Fixed in...

> @copilot The homebew test is installing .NET 9 .github/workflows/ci.yml:261 and should be .NET 10. Fixed in commit 0b6786f: - Changed `dotnet_version` from 9.0.100 to 10.0.101 (line 261) - Updated...

> @copilot homebrew is still installing .NET 9: > > ```... Fixed in commit b87ffa2: - Use `isen-ng/dotnet-sdk-versions` Homebrew tap to install .NET 10 casks - Try dotnet-sdk10-0-101 first, then...

> @copilot Thid time, here's the build output: > > ```... Fixed in commit 1f67eb1: - Detect where .NET was actually installed (casks use `/usr/local/share/dotnet`, not `/opt/homebrew`) - Set DOTNET_ROOT...

> @copilot It looks like .NET 10 is not installed properly by homebrew. > > ```... Added debugging in commit 6cf52ba to diagnose the installation issue: - Check if `/usr/local/share/dotnet/sdk`...

> @copilot It's now installed, but the next step fails: > > ```... Fixed in commit 58b66a1: - Add `$DOTNET_INSTALL_DIR` to PATH using `echo "$DOTNET_INSTALL_DIR" >> $GITHUB_PATH` - This ensures...

> @copilot Great, now the problem is that if a user installed using formula, we're going to fail again, let's make if obvious that .NET should be installed using cask....

> @copilot We need to change the dotnet sdk checks inside uno.check, not the CI. We can keep the cask install in CI to make it testable, but the users...

> @copilot can you retry for destinations that needs verfication Successfully re-verified 48 additional destinations that previously had "Unknown" status. Updated reports now show: - **71 verified destinations** (was 23)...

> @copilot can you cross verify the claims and also provide the line number in the permalink Cross-verified all 85 API version claims and added line numbers to permalinks in...