Replace T4 with Source Generator (#459)
* Replace T4 template with source generator * remove space * Added summary --------- Co-authored-by: Burak Kaan Köse <bkaankose@outlook.com>
This commit is contained in:
10
Wino.Core.Domain/Translator.cs
Normal file
10
Wino.Core.Domain/Translator.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Wino.Core.SourceGeneration.Translator;
|
||||
|
||||
namespace Wino.Core.Domain;
|
||||
|
||||
/// <summary>
|
||||
/// Translator class for translation.
|
||||
/// All translations generated automatically by the source generator.
|
||||
/// </summary>
|
||||
[TranslatorGen]
|
||||
public partial class Translator;
|
||||
Reference in New Issue
Block a user