Maui Blazor 中文社区 QQ群:645660665
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页
摘要: **.NET MAUI 目前仅允许发布 MSIX 包。** 原文地址 创建签名证书发布到本地传送门 https://www.cnblogs.com/densen2014/p/16567384.html ### 使用 Visual Studio 2022 发布到 Windows 应用商店 **由于是发 阅读全文
posted @ 2022-11-13 04:48 AlexChow 阅读(1371) 评论(1) 推荐(10) 编辑
摘要: 升级 Net 7 随手笔记 (注意事项以及解决方案) - 持续更新 条件编译 #if NET6_0 改为 #if NET7_0 或者 #if NET6_0_OR_GREATER #if NET6_0_OR_GREATER using BootstrapBlazor.Components; #endif 项目目标支持6和7改为<TargetFramework>net6 阅读全文
posted @ 2022-11-12 06:47 AlexChow 阅读(1460) 评论(11) 推荐(2) 编辑
摘要: 在工程项目文件.csproj 添加这行 <PropertyGroup> ... <OpenApiGenerateDocuments>false</OpenApiGenerateDocuments> ... </PropertyGroup> 就可以跳过 GenerateOpenApiDocuments 阅读全文
posted @ 2022-11-12 05:13 AlexChow 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Maui App 运行在 iOS16 提示 "需要启用开发者模式" iOS 16新增的开发者模式有什么用? 开发者模式可防止人们无意中在其设备上安装可能有害的软件,并减少开发者专用功能所暴露的攻击媒介。 开发者模式不会影响普通用户从 App Store 安装应用,真正影响的是需要在 Xcode 中机 阅读全文
posted @ 2022-11-08 19:40 AlexChow 阅读(3386) 评论(0) 推荐(0) 编辑
摘要: 在构建 MAUI App 或 MAUI Blazor 时,您可能会收到以下 Could not find any available provisioning profiles for iOS. Please enable Automatic Provisioning from the iOS Bu 阅读全文
posted @ 2022-11-08 19:01 AlexChow 阅读(439) 评论(5) 推荐(0) 编辑
摘要: 'MD5CryptoServiceProvider' 已过时 派生的加密类型已过时。改为在基本类型上使用 Create 方法。 Derived cryptographic types are obsolete. Use the Create method on the base type instead 阅读全文
posted @ 2022-10-25 19:49 AlexChow 阅读(2072) 评论(0) 推荐(0) 编辑
摘要: Blazor File System Access 文件系统访问 组件 Web 应用程序与用户本地设备上的文件进行交互 File System Access API(以前称为 Native File System API,在此之前称为 Writeable Files API)使开发人员能够构建强大的 阅读全文
posted @ 2022-10-21 08:04 AlexChow 阅读(933) 评论(4) 推荐(0) 编辑
摘要: 光学字符识别 OCR 组件 演示地址 https://blazor.app1.es/ocr 使用方法 手机或者电脑点击拍照OCR可启动相机拍照,或者点击文件OCR选择文件,稍等片刻即可获得OCR结果. 直接输入Url可识别在线图片 AI表格识别 AI Form 演示地址 https://blazor 阅读全文
posted @ 2022-10-21 07:57 AlexChow 阅读(701) 评论(0) 推荐(1) 编辑
摘要: BootstrapBlazor 6.11.7 在 maui blazor android 报错临时解决方案,引用工程源码 把文件 src\BootstrapBlazor\wwwroot\modules\base\index.js 里面的 const MAX_UID = 1_000_000 改为 co 阅读全文
posted @ 2022-10-14 20:26 AlexChow 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 谷歌地图之类的api要在 maui 里面使用, 需要授权0.0.0.0的IP 实际上本机webview启动的是 https://0.0.0.0 https://0.0.0.0/_framework/blazor.webview.js 阅读全文
posted @ 2022-10-13 08:35 AlexChow 阅读(156) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页