Adding source generator to add all API methods to the DeviceSession

This commit is contained in:
Florian Zevedei
2024-07-11 21:13:54 +02:00
parent eaa742e7df
commit 9f16cb4969
4 changed files with 206 additions and 0 deletions
+5
View File
@@ -60,4 +60,9 @@
<PackageReference Include="Telegram.Bot" Version="19.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TelegramBotBase.SourceGenerators\TelegramBotBase.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" TargetFramework="netstandard2.0" />
</ItemGroup>
</Project>