Skip to content

Commit 920e969

Browse files
Fixed: When newer versions of the Intent.Code.Weaving.Razor module was installed, `<>f__AnonymousDelegate02[System.String,System.String]`` would appear on the home page.
1 parent bb0025e commit 920e969

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Modules/Intent.Modules.Blazor/Intent.Blazor.imodspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package>
33
<id>Intent.Blazor</id>
4-
<version>1.0.5-pre.1</version>
4+
<version>1.0.5-pre.2</version>
55
<supportedClientVersions>[4.5.0-a, 5.0.0-a)</supportedClientVersions>
66
<summary>Automates the bootstrapping and core patterns of a Blazor web application.</summary>
77
<description>Automates the bootstrapping and core patterns of a Blazor web application.</description>
@@ -179,7 +179,7 @@
179179
</group>
180180
</moduleSettings>
181181
<dependencies>
182-
<dependency id="Intent.Code.Weaving.Razor" version="1.0.11" />
182+
<dependency id="Intent.Code.Weaving.Razor" version="2.0.2" />
183183
<dependency id="Intent.Common" version="3.7.3" />
184184
<dependency id="Intent.Common.CSharp" version="3.9.3" />
185185
<dependency id="Intent.Common.Types" version="4.1.1" />

Modules/Intent.Modules.Blazor/Templates/Templates/Server/AppRazor/AppRazorTemplatePartial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public AppRazorTemplate(IOutputTarget outputTarget, object model = null) : base(
3939
{
4040
html.AddAttribute("lang", "en");
4141
html.AddEmptyLine();
42-
html.AddCodeBlock("@Intent.Merge");
42+
html.AddCodeBlock("@Intent.Merge()");
4343
html.AddHtmlElement("head", head =>
4444
{
4545
head.AddHtmlElement("meta", t => t.AddAttribute("charset", "utf-8"));

Modules/Intent.Modules.Blazor/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Improvement: Updated NuGet package versions.
44
- Fixed: SF Crash in scenario of remote service with missing mappings.
5+
- Fixed: When newer versions of the `Intent.Code.Weaving.Razor` module was installed, ``<>f__AnonymousDelegate0`2[System.String,System.String]`` would appear on the home page.
56

67
### Version 1.0.4
78

0 commit comments

Comments
 (0)