Copilot

Results 4884 comments of Copilot

> Read the original issue carefully. Your job is not to update proto. You must update docstring and type hint in entitites classes. You're absolutely right! I've corrected the approach:...

> Make sure to always revert any changes that you make to json files that are in the `Templates/src` directory. > > Please update your copilot instructions to help you...

> Remove this extention Method > > use the "GetWindow" extention method against the IGridLayout that's inside GridLayoutManager ... Updated to use `window.RequestDisplayDensity()` instead of creating a new extension method....

> Remove all changes made to WindowExtention.cs Removed all changes to WindowExtensions.cs as requested. Commit f6adcd9b reverts the file to its original state.

> Can you add some unit tests to GridLayoutManagerTests that show how this works. Also, use some of the examples form the PR description. I've added comprehensive unit tests to...

> Can you copy all the changes from this PR https://github.com/dotnet/maui/pull/28259 into this PR? Copied all changes from PR #28259 into this PR. The changes include: 1. **ContextExtensions.cs fix**: Updated...

> The current code doesn't compile > > Can you keep working on this PR until you're able to fix the compile errors? Fixed the compilation error by removing an...

> Remove reflection from all of the tests > > You should be able to just call `view0.Arrange` everywhere that you are using reflection to invoke `Arrange` Removed all reflection...

> This is a test that runs only on the device > ```C# > [Theory] ... Added the ArrangesContentWithoutOverlapAndWithProperSize test to GridLayoutManagerTests as requested. The test recreates the device test...

> All of the tests you've added need to compare the RawPx values not the Dp values > > Whatever the final results are of the DensityValue rects after measureing...