добавлен бэкенд тест

This commit is contained in:
2025-02-05 14:50:07 +03:00
parent cc5c595948
commit 5e805a28b0
31 changed files with 173 additions and 366 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"profiles": {
"DebugRoslynSourceGenerator": {
"commandName": "DebugRoslynComponent",
"targetProject": "../mROA.Example/mROA.Example.csproj"
"targetProject": "../Example.Shared/Example.Shared.csproj"
}
}
}
@@ -175,6 +175,7 @@ namespace {Namespace}
var code = $@"// <auto-generated/>
using mROA;
using System;
using mROA.Implementation;
using System.Collections.Generic;
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("mROA.Codegen")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f51dd93c8755e9e879dfa42a02f470d64a7d711a")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cc5c595948305981ceadef95889ffeab017dd2b7")]
[assembly: System.Reflection.AssemblyProductAttribute("mROA.Codegen")]
[assembly: System.Reflection.AssemblyTitleAttribute("mROA.Codegen")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]