Skip to content

chore: Run dotnet format #60

chore: Run dotnet format

chore: Run dotnet format #60

Triggered via push February 4, 2024 23:12
Status Success
Total duration 1m 42s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Ndapi/NdapiContext.cs#L16
Remove the unused private field 'ClientData'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
build: Ndapi/NdapiObject.cs#L18
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
build: Ndapi/Core/PropertyAttribute.cs#L8
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
build: Ndapi/NdapiObject.cs#L541
Make sure that this accessibility bypass is safe here. (https://rules.sonarsource.com/csharp/RSPEC-3011)
build: Ndapi/NdapiContext.cs#L46
Initialize all 'static fields' inline and remove the 'static constructor'. (https://rules.sonarsource.com/csharp/RSPEC-3963)
build: samples/CreateModuleDemo/Program.cs#L8
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build: samples/CreateModuleDemo/Program.cs#L59
Remove the unused local variable 'empno'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
build: samples/CreateModuleDemo/Program.cs#L83
Remove the unused local variable 'ename'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
build: samples/CreateModuleDemo/Program.cs#L106
Remove the unused local variable 'job'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
build: samples/CreateModuleDemo/Program.cs#L129
Remove the unused local variable 'sal'. (https://rules.sonarsource.com/csharp/RSPEC-1481)