We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d690944 commit 497bcbeCopy full SHA for 497bcbe
src/SourceGenerators/Uno.UI.SourceGenerators/NativeCtor/NativeCtorsGenerator.cs
@@ -15,6 +15,9 @@
15
namespace Uno.UI.SourceGenerators.NativeCtor
16
{
17
[Generator]
18
+#if NETFRAMEWORK
19
+ [GenerateAfter("Uno.UI.SourceGenerators.XamlGenerator." + nameof(XamlGenerator.XamlCodeGenerator))]
20
+#endif
21
public class NativeCtorsGenerator : ISourceGenerator
22
23
public void Initialize(GeneratorInitializationContext context)
0 commit comments