You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1>X:\src\TestApps\UnoApp51\UnoApp51\obj\Debug\net8.0-windows10.0.19041\intermediatexaml\Uno.Extensions.Reactive.Generator\Uno.Extensions.Reactive.Generator.FeedsGenerator\UnoApp51.Models.Iterator_string_.g.cs(16,22,16,38): error CS0101: The namespace 'UnoApp51.Models' already contains a definition for 'BindableIterator'
1>X:\src\TestApps\UnoApp51\UnoApp51\obj\Debug\net8.0-windows10.0.19041\intermediatexaml\Uno.Extensions.Reactive.Generator\Uno.Extensions.Reactive.Generator.FeedsGenerator\UnoApp51.Models.Iterator_string_.g.cs(15,3,15,57): error CS0579: Duplicate 'global::System.CodeDom.Compiler.GeneratedCodeAttribute' attribute
1>X:\src\TestApps\UnoApp51\UnoApp51\obj\Debug\net8.0-windows10.0.19041\intermediatexaml\Uno.Extensions.Reactive.Generator\Uno.Extensions.Reactive.Generator.FeedsGenerator\UnoApp51.Models.Iterator_int_.g.cs(16,22,16,38): error CS0263: Partial declarations of 'BindableIterator' must not specify different base classes
1>X:\src\TestApps\UnoApp51\UnoApp51\obj\Debug\net8.0-windows10.0.19041\intermediatexaml\Uno.Extensions.Reactive.Generator\Uno.Extensions.Reactive.Generator.FeedsGenerator\UnoApp51.Models.Iterator_string_.g.cs(54,51,54,64): error CS0111: Type 'BindableIterator' already defines a member called 'CreateDefault' with the same parameter types
kazo0
changed the title
[MVUX] Code generation fails to generate unique classes generic types
[MVUX] Code generation fails to generate unique classes for generic types
Jun 22, 2024
Given
Iterator.cs
:And the following Model code:
The following errors occur at compile time:
The classes that are generated are:
Iterator_int_g.cs:
Iterator_string_g.cs:
UnoApp51.zip
The text was updated successfully, but these errors were encountered: