Furion icon indicating copy to clipboard operation
Furion copied to clipboard

Make .NET development easier, more versatile, and more popular.

Results 111 Furion issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

![image](https://user-images.githubusercontent.com/30590264/176997958-894c2aaa-16b3-4e71-8795-02392ac4b570.png) 下方代码是在deptservice调用IProjectService的一个方法,可以调用,但报错 This MySqlConnection is already in use. See https://fl.vu/mysql-conn-reuse ` public async Task GetAllDeptProjectEffEmployeeTreeAsync(int projectId) { //EmployeeService = App.GetService();// employeeService; //ProjectService = App.GetService(); //projectService; var res = await GetAllNowDeptChildTree();...