Jérôme Laban

Results 782 comments of Jérôme Laban

The repro helped immensely, thanks. The issue is actually in the name of your class, where it matches another type in another namespace, causing the issue you've found. As a...

Very nice! I'm currently some basic screenshot testing based on your work on `RenderTargetBitmap` in https://github.com/unoplatform/uno/pull/9439. You should be able to include some regression testing with it.

Thanks for the report. This is likely a visual studio issue for which we may not have control over. In this case, this means that the executable is started by...

The tests are indeed [not running](https://dev.azure.com/uno-platform/Uno%20Platform/_build/results?buildId=44845&view=logs&j=d98e504e-8588-55b3-b746-2633e1f2cf9f&t=7fa2a37e-c421-5cfa-f653-e608391f00ed&l=124). I've made a small change to the project file, just in case there's a file name conflict, let's see what that does.

It looks like there are additional compilation errors: ``` src\SourceGenerators\Uno.UI.SourceGenerators.Tests\Given_SymbolExtension.cs(32,20): Error CS1061: 'INamedTypeSymbol' does not contain a definition for 'GetAllMembersWithName' and no accessible extension method 'GetAllMembersWithName' accepting a first argument...

It still does not look like it's running the tests: ``` ##[warning]DiscoveryMessage : [MSTest][Discovery][D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators.Tests\bin\Release\net6.0\Uno.UI.SourceGenerators.Tests.Net6.dll] Failed to discover tests from assembly D:\a\1\s\src\SourceGenerators\Uno.UI.SourceGenerators.Tests\bin\Release\net6.0\Uno.UI.SourceGenerators.Tests.Net6.dll. Reason:Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral,...

This look like a duplicate of https://github.com/unoplatform/uno/issues/7466, for which we still do not have a workaround for.