Changed license #107
test-pipeline.yml
on: push
Run tests and documentation
1m 49s
Annotations
11 warnings
Run tests and documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2, actions/checkout@v3, danielpalme/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/MewtocolFrameResponse.cs#L5
'MewtocolFrameResponse' defines operator == or operator != but does not override Object.Equals(object o)
|
Run tests and documentation:
MewtocolNet/MewtocolFrameResponse.cs#L5
'MewtocolFrameResponse' 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/MewtocolInterfaceTcp.cs#L75
'MewtocolInterfaceTcp.BuildTcpClient()': new protected member declared in sealed type
|
Run tests and documentation:
MewtocolNet/ProgramParsing/PlcBinaryProgram.cs#L119
The variable 'currentSection' is assigned but its value is never used
|