Eilon Lipton

Results 497 comments of Eilon Lipton
trafficstars

Some more errors 😢 ``` D:\a\_work\1\s\src\Core\src\Platform\Tizen\StackNavigationManager.cs(205,8): error CS0128: A local variable or function named 'naviPage' is already defined in this scope [D:\a\_work\1\s\src\Core\src\Core.csproj::TargetFramework=net8.0-tizen] D:\a\_work\1\s\src\Core\src\Platform\Tizen\StackNavigationManager.cs(211,21): error CS8601: Possible null reference assignment. [D:\a\_work\1\s\src\Core\src\Core.csproj::TargetFramework=net8.0-tizen]...

> Rerun failed tests? Yup trying now.

This test seems to be failing consistently: ``` Expected string length 21 but was 12. Strings differ at index 0. Expected: "parameterless factory" But was: "default ctor" -----------^ Stack trace...

Given that this PR does change code to do with finding factory methods, and that this particular test has failed multiple times in the PR, I think it warrants an...

To repro the original problem: 1. Build a WinForms or WPF app using BlazorWebView 2. Publish the app as a single EXE 3. Run the app from a different folder....

Hi @Musicnotes , can you share more details about "Add some native WinUI code"? If you can upload a project that reproduces this issue that would be most helpful. This...