We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3458e89 + dc648ad commit c89adc1Copy full SHA for c89adc1
src/MatBlazor.DevUtils/DemoContentGenerator.cs
@@ -110,7 +110,7 @@ public void Generate()
110
if (doc.DocumentElement.Attributes != null && doc.DocumentElement.Attributes["SourcePath"] != null)
111
{
112
var sourcePath = new Uri(new Uri(fileInfo.FullName),
113
- doc.DocumentElement.Attributes["SourcePath"].Value).AbsolutePath;
+ doc.DocumentElement.Attributes["SourcePath"].Value).LocalPath;
114
sourceContent = System.IO.File.ReadAllText(sourcePath);
115
}
116
0 commit comments