We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这两天测了一下 Android 8,发现一直在 loading 中,一路查找从 Maui 到 aspnetcore ( dotnet/maui#25862 ,dotnet/maui#24278 , dotnet/aspnetcore#59090 )。发现他们真的不想管这个问题(就想用最新),有计划是 NET10 处理一下兼容性,感觉就悬。
就以这种兼容性,IOS 16(2022年9月)、安卓API 31(2021年10月)都不行,对 Maui 来说真的难以接受。
另一个吐槽:XAML (dotnet/maui#13043 )促使我逃离 Maui,Blazor 是最后的选择了。
看到项目文件有自己的 blazor.webassembly.js,这是什么时候构建的?我也想直接拿来试用了,刚刚尝试构建 aspnetcore 的 Components,卡住了。
The text was updated successfully, but these errors were encountered:
大概七天前,提交时构建的963a46c
自己构建的话也不是很难 下载aspnetcore源码 安装node.js src/Components/Shared.JS/tsconfig.json 把target改为ES2019 https://github.com/dotnet/aspnetcore/blob/v9.0.0/src/Components/README.md#building-aspnet-core-components 只执行npm相关的就行,dotnet的不用跑,可能会有点小问题,不过搜索引擎都能解决 编译出来的js在src/Components/Web.JS/dist
Sorry, something went wrong.
强 👍,如果 NET 10没计划支持呢,那得自己构建了
Uncaught SyntaxError: Unexpected token .
发现他们真的不想管这个问题(就想用最新),有计划是 NET10 处理一下兼容性,感觉就悬。
有这个 有计划是 NET10 处理一下兼容性 的source吗?
有计划是 NET10 处理一下兼容性
thanks.
No branches or pull requests
这两天测了一下 Android 8,发现一直在 loading 中,一路查找从 Maui 到 aspnetcore ( dotnet/maui#25862 ,dotnet/maui#24278 , dotnet/aspnetcore#59090 )。发现他们真的不想管这个问题(就想用最新),有计划是 NET10 处理一下兼容性,感觉就悬。
就以这种兼容性,IOS 16(2022年9月)、安卓API 31(2021年10月)都不行,对 Maui 来说真的难以接受。
另一个吐槽:XAML (dotnet/maui#13043 )促使我逃离 Maui,Blazor 是最后的选择了。
看到项目文件有自己的 blazor.webassembly.js,这是什么时候构建的?我也想直接拿来试用了,刚刚尝试构建 aspnetcore 的 Components,卡住了。
The text was updated successfully, but these errors were encountered: