Skip to content

Update README.md

Update README.md #4

Triggered via push August 12, 2023 18:55
Status Success
Total duration 1m 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: JsonRepairSharp/obj/Debug/net7.0/JsonRepairSharp.AssemblyInfo.cs#L15
The specified version string '1.2.1.*' does not conform to the recommended format - major.minor.build.revision
build: JsonRepairSharp-CLI/obj/Debug/net7.0/win-x64/JsonRepairSharp-CLI.AssemblyInfo.cs#L15
The specified version string '1.2.1.*' does not conform to the recommended format - major.minor.build.revision
build: JsonRepairSharp-GUI/CompareJsonGui.cs#L454
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: JsonRepairSharp-GUI/CompareJsonGui.cs#L429
'Line' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: JsonRepairSharp-GUI/CompareJsonGui.cs#L429
'Line' defines operator == or operator != but does not override Object.GetHashCode()
build: JsonRepairSharp-GUI/CompareJsonGui.cs#L492
'Lines.this[int]' hides inherited member 'List<Line>.this[int]'. Use the new keyword if hiding was intended.
build: JsonRepairSharp-GUI/CompareJsonGui.cs#L575
Nullability of reference types in type of parameter 'other' of 'bool Lines.Equals(Lines other)' doesn't match implicitly implemented member 'bool IEquatable<Lines>.Equals(Lines? other)' (possibly because of nullability attributes).
build: JsonRepairSharp-GUI/CompareJsonGui.cs#L510
Cannot convert null literal to non-nullable reference type.
build: JsonRepairSharp-GUI/CompareJsonGui.cs#L18
Non-nullable field '_linesLeft' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: JsonRepairSharp-GUI/CompareJsonGui.cs#L18
Non-nullable field '_linesRight' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.