Skip to content

resourcepack resolve fix #364

resourcepack resolve fix

resourcepack resolve fix #364

Triggered via push July 3, 2023 05:39
Status Success
Total duration 7m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/HttpHelper.cs#L55
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/HttpHelper.cs#L81
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/HttpHelper.cs#L122
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L60
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L48
Nullability of reference types in type of parameter 'format' of 'string SystemArch.ToString(string format, IFormatProvider formatProvider = null)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L48
Nullability of reference types in type of parameter 'formatProvider' of 'string SystemArch.ToString(string format, IFormatProvider formatProvider = null)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L37
Nullability of reference types in type of parameter 'other' of 'bool SystemArch.Equals(SystemArch other)' doesn't match implicitly implemented member 'bool IEquatable<SystemArch>.Equals(SystemArch? other)' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L48
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/WindowsSystemVersion.cs#L106
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/WindowsSystemVersion.cs#L96
Nullability of reference types in type of parameter 'format' of 'string WindowsSystemVersion.ToString(string format, IFormatProvider formatProvider = null)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).