Удален не нужный метод Bake
This commit is contained in:
@@ -239,10 +239,6 @@ public class CoCodegenMethodRepository :IMethodRepository
|
||||
public void Inject<T>(T dependency)
|
||||
{{
|
||||
}}
|
||||
|
||||
public void Bake()
|
||||
{{
|
||||
}}
|
||||
}}
|
||||
";
|
||||
context.AddSource($"CoCodegenMethodRepository.g.cs", SourceText.From(coCodegenRepoCode, Encoding.UTF8));
|
||||
@@ -309,10 +305,6 @@ public class FrontendContextRepository : IContextRepository
|
||||
|
||||
TransmissionConfig.DefaultContextRepository = this;
|
||||
}}
|
||||
|
||||
public void Bake()
|
||||
{{
|
||||
}}
|
||||
}}
|
||||
";
|
||||
context.AddSource("FrontendContextRepository.g.cs", SourceText.From(fronendRepoCode, Encoding.UTF8));
|
||||
|
||||
Reference in New Issue
Block a user