You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in readme.md you have this example case: var objLoader = objLoaderFactory.Create(materialFileName => File.Open(materialFileName);
You are missing one ) at the end of your statement.
Hi, just passing by.
in
readme.mdyou have this example case:var objLoader = objLoaderFactory.Create(materialFileName => File.Open(materialFileName);You are missing one
)at the end of your statement.Regards.