public Startup(IConfiguration configuration, IHostingEnvironment hostingEnvironment) { Configuration = configuration; // Set xml query mapper file path XolidQuery.SetMapPath(Path.Combine(hostingEnvironment.ContentRootPath, "Maps")); }
public void Setup() { XolidQuery.SetMapPath("/Users/xolid/Workspace/XolidQuery/Example/Maps"); }