Skip to content

bug fix for macOS

bug fix for macOS #322

Triggered via push May 12, 2023 06:36
Status Success
Total duration 8m 44s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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): ProjBobcat/ProjBobcat/DefaultComponent/Installer/FabricInstaller.cs#L14
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/DefaultComponent/Installer/FabricInstaller.cs#L14
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/Class/Helper/HttpHelper.cs#L56
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/HttpHelper.cs#L82
Cannot convert null literal to non-nullable reference type.