David
David
@copilot src/SourceGenerators/Uno.UI.SourceGenerators.Tests/XamlCodeGeneratorTests/Given_Parser.cs:335 This should be `DiagnosticResult.CompilerError("UXAML0001")`, please adjust the test and make adjustemnts in the XAMLFileGenerator to support this case
@copilot Good 👍 Please do the same for: * CornerRadius: src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs:5334 * GridLength: src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs:5167 * All numerics type: src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs:4996 Add tests for all of those cases
@copilot src/SourceGenerators/Uno.UI.SourceGenerators/XamlGenerator/XamlFileGenerator.cs:4803-4822 Non, défait ça, le commenatire dit clairement que y'a un cas particulier pour Int32, remet `return IgnoreStartingFromFirstSpaceIgnoreLeading(GetMemberValue());` Par contre tu n'a pas changé le `SplitAndJoin` qui est utilisé...
@copilot The `throw` cause invalid CS to be generated. Please replace the `throw` you added by `AddError` and instead return default value.
@copilot we still have build issues : ``` #[error]EXEC(0,0): Error : Removed method Windows.Foundation.Rect Uno.Diagnostics.UI.DiagnosticsOverlay.GetSafeArea() not found in ignore set. ##[error]EXEC(0,0): Error : Removed method Windows.Foundation.Point Uno.Diagnostics.UI.DiagnosticsOverlay.GetAbsoluteLocation() not found in...
@copilot Build is failing: ``` ##[error]EXEC(0,0): Error : Removed method Windows.Foundation.Rect Uno.Diagnostics.UI.DiagnosticsOverlay.GetSafeArea() not found in ignore set. EXEC : error : Removed method Windows.Foundation.Rect Uno.Diagnostics.UI.DiagnosticsOverlay.GetSafeArea() not found in ignore set....
Able to repro and specific to iOS @saent-x does it works on your side if you target the desktop TFM ?
Yes I was suspecting that the hot-reload is not being initialized properly by uno. But (to give more details of investigation) then using ```csharp using Uno.UI.DataBinding; namespace HRwCSMarkup2; public sealed...
> I think it is not related to the simulator because I have issues with MacOS Desktop, so, it is not the simulator and is not iOS related, I assume...