Skip to content

bug fix and improvement #379

bug fix and improvement

bug fix and improvement #379

Triggered via push July 31, 2023 04:34
Status Success
Total duration 15m 47s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): ProjBobcat/ProjBobcat/Exceptions/UnknownGameNameException.cs#L36
Cannot convert null literal to non-nullable reference type.
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#L43
Nullability of reference types in return type doesn't match overridden member.
Analyze (csharp): ProjBobcat/ProjBobcat/Platforms/Windows/DefaultMinecraftUWPCore.cs#L90
Nullability of type of parameter 'settings' doesn't match overridden member (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).
Analyze (csharp)
Failed to upload database for csharp: HttpError: <html> <head> <meta content="origin" name="referrer"> <title>Bad request &middot; GitHub</title> <meta name="viewport" content="width=device-width"> <style type="text/css" media="screen"> body { background-color: #f6f8fa; color: rgba(0, 0, 0, 0.5); font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; font-size: 14px; line-height: 1.5; } .c { margin: 50px auto; max-width: 600px; text-align: center; padding: 0 24px; } a { text-decoration: none; } a:hover { text-decoration: underline; } h1 { color: #24292e; line-height: 60px; font-size: 48px; font-weight: 300; margin: 0px; } p { margin: 20px 0 40px; } #s { margin-top: 35px; } #s a { color: #666666; font-weight: 200; font-size: 14px; margin: 0 10px; } </style> </head> <body> <div class="c"> <h1>Whoa there!</h1> <p>You have sent an invalid request. <br><br> Please do not send this request again. </p> <div id="s"> <a href="https://support.github.com">Contact Support</a> &mdash; <a href="https://githubstatus.com">GitHub Status</a> &mdash; <a href="https://twitter.com/githubstatus">@githubstatus</a> </div> </div> </body> </html>