Skip to content

Commit

Permalink
Merge pull request #8686 from workgroupengineering/fixes/SourceGenera…
Browse files Browse the repository at this point in the history
…tion/NativeCtorsGenerator-decpendecy

fix(SourceGenerators): NativeCtorsGenerator will execute after XamlCodeGenerator
  • Loading branch information
jeromelaban authored May 8, 2022
2 parents 4235719 + 497bcbe commit 0db0498
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
namespace Uno.UI.SourceGenerators.NativeCtor
{
[Generator]
#if NETFRAMEWORK
[GenerateAfter("Uno.UI.SourceGenerators.XamlGenerator." + nameof(XamlGenerator.XamlCodeGenerator))]
#endif
public class NativeCtorsGenerator : ISourceGenerator
{
public void Initialize(GeneratorInitializationContext context)
Expand Down

0 comments on commit 0db0498

Please sign in to comment.