gpt4 book ai didi

c# - 为什么 Resharper 使用此代码说 "Co-variant array conversion from string[] to object[] can cause run-time exception on write operation"?

转载 作者:IT王子 更新时间:2023-10-29 04:36:54 27 4
gpt4 key购买 nike

<分区>

这段代码:

comboBoxMonth.Items.AddRange(UsageRptConstsAndUtils.months.ToArray());

public static List<String> months = new List<String>
{
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
};

提示“从 string[] 到 object[] 的 Co-variant 数组转换会导致写操作时出现运行时异常”,这让 R# 变得脾气暴躁。

实际上,这段代码工作得很好——组合框填充了月份值; Resharper 在做什么,我该怎么做才能消除它的疑虑?

如果只是通用列表可能包含错误数据,我不会担心 - 如果有问题,很容易找到问题。

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com