Skip to content

Commit 80ddbc0

Browse files
authored
Merge pull request #41 from alexreich/copilot/fix-demo-page-crash
GHP Fix
2 parents 22fb1b7 + 6597727 commit 80ddbc0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

demo/RulesEngineEditorWebAssembly/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class Program
2020
{
2121
public static async Task Main(string[] args)
2222
{
23+
AppContext.SetSwitch("System.Reflection.NullabilityInfoContext.IsSupported", true);
2324
var builder = WebAssemblyHostBuilder.CreateDefault(args);
2425
builder.RootComponents.Add<App>("#app");
2526

src/RulesEngineEditor/RulesEngineEditor.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<PackageReleaseNotes>https://github.com/alexreich/RulesEngineEditor/blob/main/CHANGELOG.md</PackageReleaseNotes>
1414
<PackageIcon>RulesEngineEditor.png</PackageIcon>
1515
<PackageIconUrl />
16-
<Version>1.4.6</Version>
17-
<AssemblyVersion>1.4.6.0</AssemblyVersion>
18-
<FileVersion>1.4.6.0</FileVersion>
16+
<Version>1.4.7</Version>
17+
<AssemblyVersion>1.4.7.0</AssemblyVersion>
18+
<FileVersion>1.4.7.0</FileVersion>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
</PropertyGroup>
2121
<ItemGroup>

0 commit comments

Comments
 (0)