whitespace
This commit is contained in:
parent
311aafdd9b
commit
365cb6289e
1 changed files with 9 additions and 9 deletions
|
@ -47,17 +47,17 @@ public class HeroIconsSourceGenerator : IIncrementalGenerator
|
||||||
|
|
||||||
public string Code =>
|
public string Code =>
|
||||||
$$"""
|
$$"""
|
||||||
// <auto-generated/>
|
// <auto-generated/>
|
||||||
namespace NSeguin.Dev.Web.HeroIcons
|
namespace NSeguin.Dev.Web.HeroIcons
|
||||||
|
{
|
||||||
|
public partial class HeroIcon
|
||||||
{
|
{
|
||||||
public partial class HeroIcon
|
/// <summary>
|
||||||
{
|
/// Gets the <see cref="HeroIconKind"/> for the <c>{{SvgFileName}}</c> icon.
|
||||||
/// <summary>
|
/// </summary>
|
||||||
/// Gets the <see cref="HeroIconKind"/> for the <c>{{SvgFileName}}</c> icon.
|
public static readonly HeroIconKind {{PropertyName}} = new HeroIconKind("{{SvgFileName}}");
|
||||||
/// </summary>
|
|
||||||
public static readonly HeroIconKind {{PropertyName}} = new HeroIconKind("{{SvgFileName}}");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
""";
|
""";
|
||||||
|
|
||||||
private static string ToPascalCase(string value)
|
private static string ToPascalCase(string value)
|
||||||
|
|
Loading…
Reference in a new issue