CodeQL #449
Annotations
10 warnings
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/DefaultComponent/Installer/ForgeInstaller/HighVersionForgeInstaller.cs#L49
Nullability of reference types in return type of 'string? HighVersionForgeInstaller.ForgeExecutablePath.get' doesn't match implicitly implemented member 'string IForgeInstaller.ForgeExecutablePath.get' (possibly because of nullability attributes).
|
Analyze (csharp):
ProjBobcat/ProjBobcat/DefaultComponent/Installer/ForgeInstaller/HighVersionForgeInstaller.cs#L23
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/ForgeInstaller/HighVersionForgeInstaller.cs#L23
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/ForgeInstaller/HighVersionForgeInstaller.cs#L23
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).
|