CS0266无法隐式转换类型

时间:2019-06-04 03:40:00

标签: .net-core resharper

即使我已禁用Resharper,我的api构建也会失败,并出现以下错误。

Figure er{fig:param0}

[更新]

我在

中删除了相关文件
 Error  CS0266  Cannot implicitly convert type 
'MyApi.Common.Models.Enums.ProductionWorkflowStatus 
 [C:\Users\kirst\AppData\Local\JetBrains\Shared\vAny
 \DecompilerCache\decompiler\somelongnumber\bd\some 
 numberbc\ProductionWorkflowStatus.cs(9)]' to 
 'MyApi.Common.Models.Enums.ProductionWorkflowStatus 
 [C:\Users\kirst\.nuget\packages\MyApi.common\1.0.124\lib
 \netstandard2.0\MyApi.Common.dll]'. 
 An explicit conversion exists (are you missing a cast?)    
 ApiForApi3  
 D:\dev\ApiForApi3\ApiForApi3\Feature_Job_Management\JobDataRead.cs 
 544    Active

然后我就可以构建。

但是问题再次出现。

我可以在.csproj文件中看到以下内容(已编辑)

C:\Users\kirst\AppData\Local\JetBrains\Shared\vAny
 \DecompilerCache\decompiler

1 个答案:

答案 0 :(得分:0)

我从.csproj文件中删除了ItemGroup,问题得以解决。