Ejemplo n.º 1
0
 public static MirrorSharpTestDriver New(MirrorSharpServices services)
 {
     return(new MirrorSharpTestDriver(options: null, services: services, languageName: LanguageNames.CSharp));
 }
Ejemplo n.º 2
0
 public TestMiddleware(MirrorSharpOptions options, MirrorSharpServices services) : base(GetLanguageManager(options), options, services.ToImmutable())
 {
 }