работоспособность восстановлена, все проблемы которые подсвечиваются решены
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user