陈明旭
陈明旭
相同的代码,.net 7.0、.net8.0中使用报错,.net 6.0中使用正常 `InvalidOperationException: Failed to create instance of type 'Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider'. Possible reason is cannot match the best constructor of type 'Microsoft.AspNetCore.Mvc.ApiExplorer.EndpointMetadataApiDescriptionProvider'.` ``` C# public class Program { public static...
I'm encountering this issue. error: IndexSizeError: Failed to construct 'ImageData': The input data length is not a multiple of (4 * width). The reproduction demo can be found here:: https://github.com/MateralCMX/LiveChatsUnoDemo...
I found this issue is related to HTTPS, as the error disappeared when I accessed it via HTTPS. [I hosted the generated program using nginx, configured with both HTTPS (SSL...
 I noticed that in the gallery sample app, the months in the DatePicker control are not displayed at all, while Chinese characters in other places appear as squares with...
After upgrading the SDK to 6.1.23, I successfully implemented the method described in the documentation: https://platform.uno/docs/articles/features/custom-fonts.html#using-open-sans-in-non-unosdk-projects However, I’m not sure whether this might cause other unknown issues.