Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dke:ping #138

Merged
merged 9 commits into from
Aug 20, 2024
Merged

add dke:ping #138

merged 9 commits into from
Aug 20, 2024

Conversation

oliverrahner
Copy link
Member

No description provided.

oliverrahner and others added 9 commits August 19, 2024 13:52
The test output helper was not being utilized in the PingServiceTest class and has been removed to clean up the code. Additionally, a minor spacing adjustment was made in the existing Fact attribute for consistency.
Simplify variable declaration from explicit type to 'var' in PingServiceTest. This change promotes readability and adheres to modern C# coding conventions.
Clarify the reason for skipping the PingServiceTest fact. The updated message highlights that a deleted endpoint cannot be automatically tested and requires manual actions.
Updated PingServiceTest.cs to refactor a test method for better readability. Changed variable declaration and initialization style for consistency. Kept skip attribute message format consistent across tests.
Removed unused using directives in PingServiceTest.cs to clean up the code. This helps improve readability and maintainability by excluding unnecessary dependencies.
Eliminated an unnecessary import statement for `Agrirouter.Feed.Request` in PingService.cs to clean up the code. This change helps in maintaining clarity and avoiding potential confusion with unused references.
@saschadoemer
Copy link
Member

@oliverrahner please check the minor adjustments and leave a short comment if that's fine.

@oliverrahner
Copy link
Member Author

Thanks for the cleanup :)

@saschadoemer saschadoemer merged commit b3c2183 into main Aug 20, 2024
1 check passed
@saschadoemer saschadoemer deleted the feature/dke_ping branch August 20, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants