zhouguoqiang
Results
2
issues of
zhouguoqiang
is there a plan to support net6.0
static void Main(string[] args) { var file = @"D:\files\RAC_basic_sample_project2x3.ifc"; using (var ifc = IfcStore.Open(file)) { var context = new Xbim3DModelContext(ifc); context.CreateContext(); } //ThreadPool.SetMinThreads(1, 1); //ThreadPool.SetMaxThreads(1, 1); Console.WriteLine("Hello, World!"); //TaskScheduler.Default. Environment.Exit(0);...