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 =>
|
||||
$$"""
|
||||
// <auto-generated/>
|
||||
namespace NSeguin.Dev.Web.HeroIcons
|
||||
// <auto-generated/>
|
||||
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>
|
||||
public static readonly HeroIconKind {{PropertyName}} = new HeroIconKind("{{SvgFileName}}");
|
||||
}
|
||||
/// <summary>
|
||||
/// Gets the <see cref="HeroIconKind"/> for the <c>{{SvgFileName}}</c> icon.
|
||||
/// </summary>
|
||||
public static readonly HeroIconKind {{PropertyName}} = new HeroIconKind("{{SvgFileName}}");
|
||||
}
|
||||
}
|
||||
""";
|
||||
|
||||
private static string ToPascalCase(string value)
|
||||
|
|
Loading…
Reference in a new issue