работоспособность восстановлена, все проблемы которые подсвечиваются решены

This commit is contained in:
2025-02-07 17:11:58 +03:00
parent 4a95cd84c1
commit 82af5df488
6 changed files with 47 additions and 7 deletions
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel;
using System.Linq;
using System.Text;
using Microsoft.CodeAnalysis;
@@ -181,6 +179,7 @@ using mROA;
using System;
using mROA.Implementation;
using System.Collections.Generic;
using mROA.Abstract;
namespace {namespaceName};
@@ -209,6 +208,7 @@ partial class {className} (int id, ISerialisationModule.IFrontendSerialisationMo
var coCodegenRepoCode = @$"// <auto-generated/>
using System.Collections.Generic;
using System.Reflection;
using mROA.Abstract;
namespace mROA.Codegen;
@@ -250,6 +250,7 @@ public class CoCodegenMethodRepository :IMethodRepository
var fronendRepoCode = @$"// <auto-generated/>
using System.Collections.Frozen;
using mROA.Implementation;
using mROA.Abstract;
namespace mROA.Codegen;