Adjusted for new mewtocol ver #71
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test-pipeline.yml
on: push
Run tests and documentation
48s
Annotations
6 errors and 10 warnings
Run tests and documentation:
MewtocolTests/TestPublicBuilderPatternArrays.cs#L30
'RBuild.TypedArr1D<T>' does not contain a definition for 'Build' and no accessible extension method 'Build' accepting a first argument of type 'RBuild.TypedArr1D<T>' could be found (are you missing a using directive or an assembly reference?)
|
Run tests and documentation:
MewtocolTests/TestPublicBuilderPattern.cs#L29
'RBuild.StructStp<T>' does not contain a definition for 'Build' and no accessible extension method 'Build' accepting a first argument of type 'RBuild.StructStp<T>' could be found (are you missing a using directive or an assembly reference?)
|
Run tests and documentation:
MewtocolTests/TestPublicBuilderPattern.cs#L36
'RBuild.StructStp<T>' does not contain a definition for 'Build' and no accessible extension method 'Build' accepting a first argument of type 'RBuild.StructStp<T>' could be found (are you missing a using directive or an assembly reference?)
|
Run tests and documentation:
MewtocolTests/TestPublicBuilderPattern.cs#L44
'RBuild.StructStp<T>' does not contain a definition for 'PollLevel' and no accessible extension method 'PollLevel' accepting a first argument of type 'RBuild.StructStp<T>' could be found (are you missing a using directive or an assembly reference?)
|
Run tests and documentation:
MewtocolTests/TestPublicBuilderPattern.cs#L51
'RBuild.StructStp<T>' does not contain a definition for 'PollLevel' and no accessible extension method 'PollLevel' accepting a first argument of type 'RBuild.StructStp<T>' could be found (are you missing a using directive or an assembly reference?)
|
Run tests and documentation
Process completed with exit code 1.
|
Run tests and documentation:
MewtocolNet/ComCassette/CassetteInformation.cs#L16
'CassetteInformation' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Run tests and documentation:
MewtocolNet/ComCassette/CassetteInformation.cs#L16
'CassetteInformation' defines operator == or operator != but does not override Object.GetHashCode()
|
Run tests and documentation:
MewtocolNet/RegisterBuilding/BuilderPatterns/RBuildAnon.cs#L16
The member 'RBuildAnon.Bool(string)' does not hide an accessible member. The new keyword is not required.
|
Run tests and documentation:
MewtocolNet/RegisterBuilding/BuilderPatterns/RBuildAnon.cs#L18
The member 'RBuildAnon.Struct<T>(string)' does not hide an accessible member. The new keyword is not required.
|
Run tests and documentation:
MewtocolNet/RegisterBuilding/BuilderPatterns/RBuildAnon.cs#L20
The member 'RBuildAnon.String(string, int)' does not hide an accessible member. The new keyword is not required.
|
Run tests and documentation:
MewtocolNet/RegisterBuilding/BuilderPatterns/RBuildFromAttributes.cs#L69
Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?
|
Run tests and documentation:
MewtocolNet/MewtocolFrameResponse.cs#L6
'MewtocolFrameResponse' defines operator == or operator != but does not override Object.Equals(object o)
|
Run tests and documentation:
MewtocolNet/MewtocolFrameResponse.cs#L6
'MewtocolFrameResponse' defines operator == or operator != but does not override Object.GetHashCode()
|
Run tests and documentation:
MewtocolNet/TypeConversion/PlcVarTypeConversions.cs#L55
The result of the expression is always 'true' since a value of type 'PlcVarType' is never equal to 'null' of type 'PlcVarType?'
|
Run tests and documentation:
MewtocolNet/ProgramParsing/PlcBinaryProgram.cs#L119
The variable 'currentSection' is assigned but its value is never used
|