gpt4 book ai didi

c# - 为什么 GetManifestResourceStream 返回 null(使用 dotnet core)

转载 作者:行者123 更新时间:2023-12-02 06:03:10 24 4
gpt4 key购买 nike

使用 dotnet core:.NET Core SDK 版本:3.1.102

为什么以下返回 null

typeof(MyClassName).GetTypeInfo().Assembly.GetManifestResourceStream("MyFile.cs")

我验证了该文件存在于解决方案中,并且在属性“嵌入式资源”中具有生成操作

最佳答案

您可以检查哪些资源名称可用:

string[] names = this.GetType().Assembly.GetManifestResourceNames();

然后如果资源存在,请写入正确的资源名称

关于c# - 为什么 GetManifestResourceStream 返回 null(使用 dotnet core),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60693650/

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