simphonydeveloper
simphonydeveloper
### Description my maui app is .net7.0 Development environment win10,version 19044.2604 My goal is to package an Android app. At present, I have made an error. https://learn.microsoft.com/zh-cn/dotnet/maui/android/deployment/publish-cli?view=net-maui-7.0 this is my...
Error: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. ```c#...
Environment: win10 .NET VERSION: .NET6 Application: WebAPI These my generate key method. ``` c# ICryptoNet cryptoNet = new CryptoNetRsa(); string PrivateKeyFile = Path.Combine(AppContext.BaseDirectory, "privateKey"); string PublicKeyFile = Path.Combine(AppContext.BaseDirectory, "publicKey.pub"); cryptoNet.ExportKeyAndSave(new...
https://simpleidserver.com/docs/tutorial/regularweb I authorized according to the document, but this error occurred. ```shell https://localhost:7233/claims ``` ```json { "error": "invalid_request", "error_description": "redirect_uri https://localhost:7233/signin-oidc is not correct", "state": "CfDJ8PZ8k5OQmJdKogCa1orNaUtleQKpAfsPpAHFSe6QQH6gfvnxfv1JTQSFGzEomnNVweodILbnGW7C3BeSgm3iO0pBc3VeSStctxA26ivMUAl25IQV1-pK-fuh4TT896Bsoe-tFOuhDFa2Q8IqOmubOAt31NILji8rocXDFM7sonBvteN0eWswfiNr7KTBYfekztQnHTBtEL4Ysj4P3iIaPNVlwDmfXd_3oRLQ9GQvt355UcDtS852jQUeQCZx0z8THlKVofAqphrVfCRccF5PeoPQ4GnrSXThFj1QcQy88-s7g_J5Ic432FeOU4fWepYs1Y6TkuxqpeEygF5gWDpFCXykSk-6JJtJQKkPQIbANdkT8kvunwKUvj5sxeNtd1KCRw" } ``` my application...
i want to know relative path connot read? i use Typora can read the image ,but MDXmal get a error "file not found". Is there any correct content that I...
# Summary of your issue I dispose VideoCapture on my own computer is very fast, but it closes very slowly on a surface computer. Usually takes 6-7 seconds # Environment...
When I create a TreeView using code, I'm unable to select the current item or trigger setOnCheckedChangeListener. ```kotlin val linearLayout = findViewById(R.id.tree_container) val treeView = SingleRecyclerViewImpl(baseContext) treeView.setRoots(listOf(TreeNodeFactory.buildTestTree())) val layoutParams =...
i'm try to dynamic the treeview. But the created content is completely blank this is my code ```kotlin treeView = TreeView(this.baseContext, null) ```