Add missing $ before string in generated ReflectionCache source
This commit is contained in:
parent
cf92bfd9b4
commit
4f7a641453
|
@ -88,7 +88,7 @@ namespace {nSpace}
|
|||
public static Stream EmbeddedResourceStream(string embedPath)
|
||||
{{
|
||||
var fullPath = $""{nSpace}.{{embedPath}}"";
|
||||
return Asm.GetManifestResourceStream(fullPath) ?? throw new ArgumentException(""resource at {{fullPath}} not found"", nameof(embedPath));
|
||||
return Asm.GetManifestResourceStream(fullPath) ?? throw new ArgumentException($""resource at {{fullPath}} not found"", nameof(embedPath));
|
||||
}}
|
||||
}}
|
||||
}}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue