Skip to content

Commit

Permalink
Merge pull request unoplatform#15559 from unoplatform/Youssef1313/upd…
Browse files Browse the repository at this point in the history
…ate-gen

chore: Update generated code for test
  • Loading branch information
jeromelaban authored Feb 21, 2024
2 parents a0bb1df + 867a92a commit afb7ad9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// <autogenerated />
#if __WASM__
#error invalid internal source generator state. The __WASM__ DefineConstant was not propagated properly.
#endif
namespace MyProject
{
/// <summary>
Expand All @@ -12,7 +9,7 @@ public sealed partial class GlobalStaticResources
static bool _initialized;
private static bool _stylesRegistered;
private static bool _dictionariesRegistered;
internal static global::Uno.UI.Xaml.XamlParseContext __ParseContext_ {get; } = new global::Uno.UI.Xaml.XamlParseContext()
internal static global::Uno.UI.Xaml.XamlParseContext __ParseContext_ { get; } = new global::Uno.UI.Xaml.XamlParseContext()
{
AssemblyName = "TestProject",
}
Expand Down

0 comments on commit afb7ad9

Please sign in to comment.