Skip to content

Update README_zh_cn.md #319

Update README_zh_cn.md

Update README_zh_cn.md #319

Triggered via pull request May 8, 2023 22:00
Status Success
Total duration 6m 43s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/CurseForgeAPIHelper.cs#L15
The type 'AddonInfoReqModel' defines init-only properties, deserialization of which is currently not supported in source generation mode.
Analyze (csharp): ProjBobcat/ProjBobcat/DefaultComponent/Authenticator/MicrosoftAuthenticator.cs#L25
The type 'McReqModel' defines init-only properties, deserialization of which is currently not supported in source generation mode.
Analyze (csharp): ProjBobcat/ProjBobcat/Exceptions/UnknownGameNameException.cs#L36
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Handler/RedirectHandler.cs#L47
Nullability of reference types in return type doesn't match overridden member.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Model/GameResource/GameLoggingDownloadInfo.cs#L10
Nullability of reference types in return type of 'string? GameLoggingDownloadInfo.Url.get' doesn't match implicitly implemented member 'string IGameResource.Url.get' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Model/GameResource/GameLoggingDownloadInfo.cs#L13
Nullability of reference types in return type of 'string? GameLoggingDownloadInfo.CheckSum.get' doesn't match implicitly implemented member 'string IGameResource.CheckSum.get' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Model/InstallerBase.cs#L8
Nullability of reference types in return type of 'string? InstallerBase.CustomId.get' doesn't match implicitly implemented member 'string IInstaller.CustomId.get' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Model/InstallerBase.cs#L7
Nullability of reference types in return type of 'string? InstallerBase.RootPath.get' doesn't match implicitly implemented member 'string IInstaller.RootPath.get' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Model/InstallerBase.cs#L9
Nullability of reference types in return type of 'string? InstallerBase.InheritsFrom.get' doesn't match implicitly implemented member 'string IInstaller.InheritsFrom.get' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/DefaultComponent/Installer/FabricInstaller.cs#L14
Nullability of reference types in return type of 'string? InstallerBase.CustomId.get' doesn't match implicitly implemented member 'string IInstaller.CustomId.get' (possibly because of nullability attributes).