Copilot
Copilot
> @copilot with Visual Studio 2026 released, lets not mention "**Developer Command Prompt for VS 2022**" specifically. Can you remove 2022 and make it more generic? Updated to use "**Developer...
> @copilot this should clarify that for modals you can register tabbedpage, flyoutpage and navigationpage because its a separate space from shell Updated in 896349d. The warning now clarifies that...
> @copilot > * Instead of ignoring markdownlint-enable MD029 can we fix the root cause? > * Lets not use net8.0 but make it net 10.0 Fixed both issues in...
> @copilot can you check your use of `AndroidDeviceUsb`, is that the right property for this? Isn't AdbTarget a better one? If you disagree, that is fine, just tell me,...
> @copilot add a note for dotnet run that this works for .NET 10 and up, and that people should use the old command (specify the old command) for anything...
> @copilot please add the dotnet run note closer to the initial use of this command. > > Additionally, why is the change in the .gitignore file necessary? Moved the...
> @copilot undo the .gitignore change Reverted .gitignore changes in commit 4e7e3c9.
> @copilot fix ====================================================================== > ERROR: test_top_earners_calculation (website.tests.test_core.TopEarnersTests.test_top_earners_calculation) > Test th... Fixed in commit 1f7ee2f. The test was using `url` but the Repo model field is `repo_url`.
> @copilot This is still not consistent. If we move to Ei notation (Voight) we should not use tensor streins in the naming of variables inside the functions. Can you...
> @copilot The test is failing: > > 0s ... Fixed in commit d161229. The issue was that the test was looking for `@primer-primitives-*.tgz` but `npm pack` actually creates `primer-primitives-*.tgz`...