Experimenting with source generators

This commit is contained in:
2024-06-24 01:30:33 +02:00
parent 4d80885168
commit b4540af9db
23 changed files with 358 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace model;
public class Class1
{
}
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>