wind2stone

Results 2 issues of wind2stone

看到新生成项目文件中TargetFramework为net6.0,觉得可以使用一些新特性了,就加了enable,结果在debug模式下,点击登录报如下错误:System.AggregateException: One or more errors occurred. (An error occurred while reading a database value for property 'FrameworkUser.Address'. The expected type was 'System.String' but the actual value was null.) ---> System.InvalidOperationException:...

bug

部署完masastack后,在auth应用中,即便给用户赋了TeamAdd菜单权限,也无法创建新的团队。原因是默认没有把TeamAdd的api权限挂靠到菜单权限上,需手动挂靠一下才可以。

bug