首页 新闻 会员 周边 捐助
1
回答数

回答被采纳 30 EF Core Warning: "Consider using the nullable 'bool?' type instead"

日志中发现下面的 EF Core 告警: The 'bool' property '"IsDeleted"' on entity type '"EntityA"' is configured with
3
回答数

回答被采纳 5 netcore 中如何判断类是否继承某泛型类

public class b1<T>:b1<T,string> { } public class b1<T1, T2>:b1<T1,T2,int> { } public class b1<T1, T2
1
回答数

回答被采纳 50 ASP.NET Core 集成测试运行时找不到 appsettings.shared.json

appsettings.shared.json 文件放在 Cnblogs.Bootstrapper 项目中,Cnblogs.Web 引用了 Cnblogs.Bootstrapper 项目,dotnet
1
回答数

回答被采纳 30 没加 await 调用 async 方法遇到问题:"Cannot access a disposed object. Object name: 'IServiceProvider'"

异步方法所在的类的构造函数注入了 IServiceProvider,通过它解析实例 await using var scoped = _scopeFactory.CreateAsyncScope();
1
回答数

回答被采纳 30 如何启用 GitHub Actions 执行 CI

在 github 上提交 PR 后,GitHub Actions 没有执行 CI,仓库是 fork 过来的 Continuous integration has not been set up Git
1
回答数

回答被采纳 30 IdentityServer4 验证 Personal Access Tokens (PAT) 的问题

通过 Personal Access Tokens 访问受保护的 web api 时,出现下面的报错 System.InvalidOperationException: You must either
1
回答数

回答被采纳 30 GitLab SSO 登录问题:"Signing in using your Cnblogs account without a pre-existing GitLab account is not allowed"

参考 Generic OAuth 2.0 provider 将 IdentityServer4 配置为 GitLab 的 OAuth 2.0 Provider,将 GitLab 已有账号关联到 Ide
1
回答数

回答被采纳 30 IdentityServer4 遇到问题 "Scope email not found in store"

使用 IdentityServer4 作为 gitlab 的 OAuth 2.0 provider,请求的 scope 中包含 email,IdentityServer4 报错 "Scope emai
1
回答数

回答被采纳 30 IdentityServer4 作为 GitLab OAuth 2.0 Provider 遇到问题

参考 Generic OAuth 2.0 provider 将 IdentityServer4 配置为 GitLab 的 OAuth 2.0 Provider 以实现 SSO,但登录时 Identit
1
回答数

回答被采纳 C++里有没有类似于 java中BigInteger类作用的函数

C++里有没有类似于 java中BigInteger类作用的函数 ? 写高精度太麻烦~~~
1
回答数

回答被采纳 20 使用.net 7 sdk, 6.0的项目没有升级框架的情况下运行dotnet watch run 异常

<TargetFramework>net6.0</TargetFramework> 这个是6.0的项目文件的配置,安装7.0 sdk后直接运行dotnet watch run会报错 改成<Target
2
回答数

回答被采纳 10 求C#大佬指导一下,为什么使用Contians,返回值老是false

string[] Strarr = NBber.Split('\n'); //获取本地字符串数组 string Snb = txtNumber.Text.Trim(); string[] Stt =
1
回答数

回答被采纳 5 .net中文编码小问题求助

页面提交得时候经常出现一些特殊符号,例如?问号(英文版得问号) 后台提交得时候进行了编码:System.Web.HttpUtility.UrlEncode(Key) 编码后得结果从百度得解码器解码正常
1
回答数

回答被采纳 20 GitHub Desktop怎么用

GitHub Desktop怎么用???在网上找了很多,和我的界面怎么不一样???
1
回答数

回答被采纳 20 net core 3.1 webapi

发送一个post请求 http://localhost:5000/WeatherForecast/ 为何状态码是405?
1
回答数

回答被采纳 30 升级到 EF Core 7.0 后运行时报错 "Method not found"

EF Core 升级到 7.0 后运行时报错,报错信息如下: System.MissingMethodException : Method not found: 'System.Collections
1
回答数

回答被采纳 30 基于 IdentityServer4 的项目升级到 .NET 7 遇到问题

基于 IdentityServer4 的项目升级到 .NET 7 后出现下面的异常,请问如何解决? System.TypeInitializationException: The type initi
2
回答数

回答被采纳 efcore6 在生成拥有上下级关系的数据表时,会默认生成一个表明ID的外键

如图:我的一个部门表有parentid来表示上级。efcore生成的数据表中会多一个departmentid字段。 我的实体类如下: public class Department{ public s
3
回答数

回答被采纳 netcore 怎么优雅的产生示例数据?

比如我有一个class,里面很多字段属性,但是我不想手动的每个去赋值,有没有一个库能实现返回一个带有数据的class给我。 我用在演示的功能上。
2
回答数

回答被采纳 5 C# Sm3WithSm2签名 遇到难题 Scalar is not in the interval

网上找的代码几乎都是BouncyCastle框架,核心代码大同小异,我搬运之后测试的时候遇到一个问题,没搜到有类似的解答 SM2Param sM2Param = new SM2Param(); byt
1
回答数

回答被采纳 5 全局设置JsonConvert无效

如图,我已经全局设置了JsonConvert为首字母小写,可是其他地方调用时首字母转json时还是大写
1
回答数

回答被采纳 30 ASP.NET Core 中 JwtBearerOptions 出现奇怪的 NullReferenceException

下面的注册 JWT-bearer authentication 的代码 services.AddAuthentication() .AddJwtBearer( op => { //... op.Eve
1
回答数

回答被采纳 100 redhat7安装CDH5.10.0时,在yum源遇到报错,信息如下

Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager This system is no
2
回答数

回答被采纳 5 smt.office365.com发送邮件,报身份验证未通过

环境:客户使用的microsoft组织账号登录邮箱(outlook),smtp服务器为smtp.office365.com,注意:域账号和邮箱地址并不相同:比方说域账号a登录进去后,显示的邮箱地址为b
2
回答数

回答被采纳 50 linux上方法返回503,查看日志发现方法没有返回也不抛异常

linux上一个方法提交返回503,设置日志发现方法运行到CodeDomProvider.CompileAssemblyFromSource就不运行了,没有返回也不抛异常,是什么问题?